shogun
You may also want to add a statement such as
if(getCurrentBarIndex()<-200)
return;
at the beginning of main() to limit how many 2-day candles you are drawing as the efs can otherwise consume a lot of resources.
Garth
Why don't you post a continuous version also so both are available.
Alex
You may also want to add a statement such as
if(getCurrentBarIndex()<-200)
return;
at the beginning of main() to limit how many 2-day candles you are drawing as the efs can otherwise consume a lot of resources.
Garth
Why don't you post a continuous version also so both are available.
Alex
Comment