Trading bot

MQL5 In conversione

Lavoro terminato

Tempo di esecuzione 3 giorni
Feedback del dipendente
Super customer, explain clearly his needs

Specifiche

Hello, it's my first order here :) 

I have backtested a Pinescript script on Tradingview. 

I need to translate this code into MQL4 in order to use it. 

Therefore, I would require the following options to be added: 

- the ability to choose the % of capital used, 

- the ability to use the bot on multiple pairs at the same time (forex CFD and/or crypto such as BTCUSD), 

- the ability to choose the leverage (if possible), 

- the ability to choose a maximum drawdown in % (e.g. 20%, if it exceeds 20% the bot will stop trading), 

- the ability to choose the time frame on which the bot performs transactions (I backtested on 1 minute intervals and the bot makes approximately 1000 trades per week). 



Here is the PineScript code: 

//@version=5 
strategy("JULIENPIERREL", overlay=true) 
length = input.int(title="Length", minval=1, maxval=1000, defval=5) 
upBound = ta.highest(high, length) 
downBound = ta.lowest(low, length) 
if (not na(close[length])) 
strategy.entry("LONG", strategy.long, stop=upBound + syminfo.mintick, comment="LONG") 
strategy.entry("SHORT", strategy.short, stop=downBound - syminfo.mintick, comment="SHORT") 
//plot(strategy.equity, title="equity", color=color.red, linewidth=2, style=plot.style_areabr) 


Con risposta

1
Sviluppatore 1
Valutazioni
(469)
Progetti
531
33%
Arbitraggio
28
39% / 43%
In ritardo
7
1%
Occupato
2
Sviluppatore 2
Valutazioni
(257)
Progetti
419
38%
Arbitraggio
86
44% / 19%
In ritardo
71
17%
Occupato
3
Sviluppatore 3
Valutazioni
(36)
Progetti
59
34%
Arbitraggio
4
25% / 50%
In ritardo
6
10%
Caricato

Informazioni sul progetto

Budget
30 - 50 USD
IVA (20%): 6 - 10 USD
Totale: 36 - 60 USD
Per lo sviluppatore
27 - 45 USD
Scadenze
da 1 a 2 giorno(i)