Please, how can I create a txt file which my Custom Indicator can read, and where I can store, add and edit my inputs, I would want it to look exactly like this :
symbol;digits;M1;M5;M15;M30;H1;H4;D1;W1;MN
EURUSD;4;20;40;70;130;200;350;650;1200;3500
USDCAD;4;20;40;70;130;200;350;650;1200;3500
USDNZD;4;20;40;70;130;200;350;650;1200;3500
I would want to be in position of adding more lines of data(inputs)
I have tried to start coding it but failed