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
Hello,
I have created two new custom symbols and was successfully able to feed them with the bars as the follow example for each:
<DATE>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<TICKVOL>,<SPREAD>
2016.05.12,13:06:00,2.76,2.76,2.76,2.76,5264,0,0
2016.05.12,13:07:00,2.75,2.75,2.75,2.75,20000,0,0
Is there a way to update both of them with a single CSV file with something like:
<SYMBOL>,<DATE>,<TIME>,<OPEN>,<HIGH>,<LOW>,<CLOSE>,<VOL>,<TICKVOL>,<SPREAD>
CUSTOM_One,2016.05.12,13:06:00,2.76,2.76,2.76,2.76,5264,0,0
CUSTOM_Two,2016.05.12,13:07:00,2.75,2.75,2.75,2.75,20000,0,0
I think it's hard since I separately display bars for each in MT5 symbols window but if not is there any other way to do that?
Thank you :)