Update my Two Custom Symbols Bars in MT5

 

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 :)

Reason: