gabriel.lucas.9
gabriel.lucas.9
gabriel.lucas.9
Added topic The backtest doesn't start
Hello guys,  I'm building an EA based on ATR range breakout and real volume with a MA filter. In the previous version the backtest was executed normally, but then i decided to determine the position size through the  ATR to normalize risk
gabriel.lucas.9
Added topic Problem with bollinger bands
input int volume, rsiP, bandP; input double sl, bandD; input ENUM_TIMEFRAMES tf; input ENUM_APPLIED_PRICE bandAP; bool ok = false , closing = false ; //+---------------------START TIME CLASS-----------------------+ datetime cStartTime( int
gabriel.lucas.9
Added topic Get the low of a certain period
Hi guys, i'm new in programming and mql5, i also have english as a second language so i apologize if i write something wrong. I want to get the high of a period that starts when the close of the previous candle is above an ma and ends when it is
gabriel.lucas.9
Registered at MQL5.community