Trading bot

MQL5 전환

작업 종료됨

실행 시간 3 일
피고용인의 피드백
Super customer, explain clearly his needs

명시

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) 


응답함

1
개발자 1
등급
(433)
프로젝트
491
33%
중재
25
40% / 48%
기한 초과
7
1%
로드됨
2
개발자 2
등급
(251)
프로젝트
402
38%
중재
82
41% / 20%
기한 초과
70
17%
로드됨
3
개발자 3
등급
(32)
프로젝트
53
36%
중재
4
25% / 50%
기한 초과
6
11%
바쁜

프로젝트 정보

예산
30 - 50 USD
VAT (20%): 6 - 10 USD
총: 36 - 60 USD
개발자에게
27 - 45 USD
기한
에서 1  2 일