I would like to export data values from ES chart 1min on bar close. Time+OHLC+Volume and Up/Down-Tick
I have used Buy Sell volume indicator to obtain the contract in the (up/down tick values) and SampleStramWriter indicator to write TXT file.
My problem: If I insert the indicator SampleStramWriter in the chart as OnBarClose. The up/down tick data is not exported.
If i insert the indicator SampleStramWriter such as OnEachTick the values are exported (I don't wanna this information).
How can I solve this?
Attached you can find the indicator that I'm using.

Comment