Job finished
Execution time 6 days
Feedback from customer
Very good job, attentive and understanding developer
Feedback from employee
Excellent customer
Specification
I want to create a martigale EA with Hedge, with a loss overlay function.
More information is attached
An accurate description of the EA's functions is attached in the text file.
Responded
1
Rating
Projects
474
39%
Arbitration
103
41%
/
23%
Overdue
79
17%
Busy
Published: 2 codes
2
Rating
Projects
136
51%
Arbitration
5
80%
/
0%
Overdue
6
4%
Working
Similar orders
EA baseado em um Canal de preço
30 - 50 USD
Já tenho um código MQL5 com uma base do funcionamento. Basicamente o EA traça um canal na virada do dia (penso que utilizar horário seria melhor em razão da diferença entre corretoras), com base em um número x de candles, calcula e posiciona ordens stop com base em % do capital. Caso uma ordem aberta venha a stopar, o EA deve realizar uma virada de mão com base no mesmo canal, contudo recalculando o lote para que
//+------------------------------------------------------------------+ //| EA Cruzamento de Médias MT5 | //+------------------------------------------------------------------+ #property strict #include <Trade/Trade.mqh> CTrade trade; //---- Inputs input int FastMAPeriod = 20; input int SlowMAPeriod = 50; input double LotSize = 0.01; input int StopLoss = 300; input int TakeProfit = 600; //----
Project information
Budget
30+ USD