Marcos Maia / Profile
- Information
10+ years
experience
|
1
products
|
268
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
28
Requests
Outgoing
Marcos Maia
Published product
GoldenNight is an Expert Advisor (EA) specifically designed to trade XAUUSD during the calm night session. The strategy is straightforward, and the code is robust. The EA may open multiple long trades between 23:00 and 23:59 , with a grid feature allowing for one additional trade to optimize entries. An adaptive trailing stop mechanism is implemented, utilizing a built-in ATR (Average True Range) indicator to dynamically adjust stop-loss levels. The default settings are calibrated for XAUUSD
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()
: