I have a few studies which I run on different time intervals including daily as well as intraday.
When for example, I run my studies on 5 minutes charts, I want the last bar computation be done every 1 minute. Thus, I run the study without "setComputeOnClose", and reload it, using reloadEFS, every 1 minute.
When the studies run on a few chart windows, the resulting performance is very poor.
I wonder if it is possible to enter the study only every 1 minute, and NOT every tick, as it is done now.
Enclosed is an example of my code.
Thank you
Yaniv
When for example, I run my studies on 5 minutes charts, I want the last bar computation be done every 1 minute. Thus, I run the study without "setComputeOnClose", and reload it, using reloadEFS, every 1 minute.
When the studies run on a few chart windows, the resulting performance is very poor.
I wonder if it is possible to enter the study only every 1 minute, and NOT every tick, as it is done now.
Enclosed is an example of my code.
Thank you
Yaniv
Comment