How to write multi pair closing price for 30 candles from candle 0 into csv
-
Hello all,
anyone can help me with the idea of writing each pair closing price for each candle in one column only per pair.
like column number one, first sell have the name of the pair and the below 30 cells have the closing price for 30 candles, i need it to overwrite once per bar, and can store the same structure with other pairs,
for example, i select 3 pairs, so there will be three column only with there their prices for 30 candles. and put it all together in one csv file, i don't need the time and other things.
thanks a lot in advance.
-
I'm not complete sure that can be done with fxDreema without custom code. I'm not an expert at exporting info via csv files, but AFAIK the values cannot be overwritten by default. I hope someone else can confirm.
-
@l-andorrà
i don't need the EA overwrite the values inside the csv file, i am okay with it if the EA each like 5 min overwrite the new csv over the old one, the values will automatically updated, please help me with pulling the data for multiple pairs in one csv.