[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Prices / Data Falling Behind



PureBytes Links

Trading Reference Links

The other thing, once you have your symbols set up right, is to make
sure your EL code isn't bogging down the computer. 

Disable "update every tick" on indicators unless you really need it. If
you have dozens of ticks coming in every second and you're running
dozens of indicators on dozens of charts, even the fastest computer
won't keep up. Just plot the stuff you really need.

As well, optimize your code for speed. E.g. don't calculate the same
thing over and over if you can calculate it once and save it as a
variable.

-- 
  Dennis