Cristian
Cristian
Friends

Add friends via their profile or user search and you will be able to see if they are online

Cristian
Registered at MQL5.community
Cristian
Added topic Periodic bar export. Need expert critic and debugging
I'm trying to export each final formed bar on the M1 period so I developed this script void start() { int i = 1; datetime current; string st, fn=Symbol()+"current.csv"; current = iTime( "EURUSD", PERIOD_M1, 1); while(i == 1) { if(