I've written what I consider to be a pretty simple script, basically I take values from the "first hour" of the market and use them for the rest of day.
The problem I'm having is that when I load or edit the formula, the chart will hang for a little while, then finally draw.
I noticed that if I call setComputeOnClose(), I don't have this problem, but I can't call that because I need the information as soon as it comes, instead of one bar later.
Any suggestions??
ALP
The problem I'm having is that when I load or edit the formula, the chart will hang for a little while, then finally draw.
I noticed that if I call setComputeOnClose(), I don't have this problem, but I can't call that because I need the information as soon as it comes, instead of one bar later.
Any suggestions??
ALP
Comment