Marcos Maia / Profile
- Information
|
11+ years
experience
|
1
products
|
279
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
28
Requests
Outgoing
Marcos Maia
Added topic How to print the number of the line?
Hello, I would like to print the number of the line in my code. For example if (condition1 && condition2){ Print ( "Error in line " ,GetLineNumber()); } where the function GetLineNumber() is a function the gives the number of
Marcos Maia
Added topic OnTick() or OnTimer()?
Hello folks, I'm building an EA that must place a trade at the beginning of a new bar. Regarding to less time delay from the opening time of the new bar, which one is more recommended to use: OnTick() or OnTimer()
: