Hi
I'm running esignal 7.91
My EFS's for the ES seconds charts are running the cpu at very high levels due th the current volume and volatility.
some lines of code are painting the current price bar, calculating tick by tick
[ If............setPriceBarColor(Color.red); ] for example
Question -
Can I execute this code just once, right before the bar closes?
OR
I know how to calculate on the start of a new bar but at this point I would want to set the color of the previous price bar.
setComputeOnClose() wouldn't work as something's I still need to calculate tick by tick, but others as the example above, just before the bar closes.
Any advice appreciated
Musashi
I'm running esignal 7.91
My EFS's for the ES seconds charts are running the cpu at very high levels due th the current volume and volatility.
some lines of code are painting the current price bar, calculating tick by tick
[ If............setPriceBarColor(Color.red); ] for example
Question -
Can I execute this code just once, right before the bar closes?
OR
I know how to calculate on the start of a new bar but at this point I would want to set the color of the previous price bar.
setComputeOnClose() wouldn't work as something's I still need to calculate tick by tick, but others as the example above, just before the bar closes.
Any advice appreciated
Musashi
Comment