Marcos Maia
- Information
8+ years
experience
|
1
products
|
178
demo versions
|
0
jobs
|
1
signals
|
0
subscribers
|
Friends
25
Requests
Outgoing
Marcos Maia
Published product
MultipleBreakouts is a day trader expert advisor that trades daily breakouts placing pending orders at highs/lows of given periods. The orders are placed at the beginning of market openings, and once trigged, a multifunctional trailing stop handles the trades. R ecommended account type : ECN or Raw Spread. Initial deposit : It can be as small as $100. The backtests were performed with every tick data of a Tickmill pro account from 2019 to 2022. Be aware that not every variable such as
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()
: