Avi
Avi
Friends

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

Avi
Added topic How to get the time of highest price?
I know to get the highest price      int bar_index= iHighest (symbol, PERIOD_W1 , MODE_HIGH , 0 , 0 );      double hg= iHigh (symbol, PERIOD_W1 ,bar_index);      datetime bar_time= iTime
Avi
Added topic How to use switch?
switch (x) { case 1 to 4 : g= 1 ; break ; case 5 to 7 : g= 2 ; break; . . . } not working even  case 1 - 4
Avi
Added topic How can I run EA on history several times?
I want to run OnTick on history in different symbols one after the other Each time the balance must be reset Is it possible to do it via code
Avi
Added topic How to break in debugger via command?
Is there any command to stop running program without breakpoint
Avi
Added topic How to check if market is open for some symbols?
SymbolInfoSessionTrade works only for the symbol of the current chart How can I get info about other symbols
Avi
Added topic How to add a string with specific size, to structure?
How to add a string with specific size, to structure
Avi
Added topic Is it possible to change code while debugging and continue run it?
Is it possible to change code while debugging and continue run it
Avi
Added topic How to prevent opposite deal after stoploss in strategy tester?
In strategy testing, after the order has reached SL, then an opposite order is created, can this be prevented
Avi
Registered at MQL5.community