Per Tobias Lindell: I have one that saves each tick, but it creates a lot of extra work for me as I only need 1 second resolution.
So add a filter.
static datetime currTick=0; datetime prevTick=currTick; currTick=TimeCurrent(); if(prevTick == currTick) return; // New S1 price.
But of course, that is the easy way, thanks for the suggestion, will do that.
BR
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi
Looking for a EA / Indicator that can save 1 second data (need only be Open) to a CSV file. Any suggestions? I have one that saves each tick, but it creates a lot of extra work for me as I only need 1 second resolution.
BR /