Need a developer for creating an automated trading strategy

MQL5 エキスパート

指定

I have a simple strategy. Need a developer. 

It is based on the heiken ashi candles. 

-I want to buy after every heiken ashi candle that closes higher, and sell after every heiken candle that closes lower.

-The stop is placed at the high or low respectively (depending if buying or selling) of the heiken candle from 2 days previous.
The only exception to that rule is if the candles change direction, the following day's trade will place the stop at the high or low of the previous candle, not 2 days previous candle.

-Only one bet is made per candle.  If an order gets stopped out, the next bet will take place the start of the next candle.

-If any unusual situation occurs where a new candle on the wrong side of the stop....then the order is closed out, and next candle start again.

=If an order is not stopped out, even if the candles have a change of direction, then the order remains open, the stop continues to be adjusted to 2 candles previous at the beginning of each new candle, and will remain open until it is stopped out.  

-I would like it done this week. I'd like the developer to be fluent in english, as it's important to explain the strategy well.


Thanks

応答済み

1
開発者 1
評価
(1847)
プロジェクト
3447
88%
仲裁
73
40% / 15%
期限切れ
264
8%
仕事中
2
開発者 2
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
3
開発者 3
評価
(555)
プロジェクト
922
48%
仲裁
300
59% / 25%
期限切れ
123
13%
取り込み中
4
開発者 4
評価
(89)
プロジェクト
121
38%
仲裁
19
16% / 53%
期限切れ
19
16%
多忙
5
開発者 5
評価
(2372)
プロジェクト
2980
65%
仲裁
76
47% / 14%
期限切れ
340
11%
6
開発者 6
評価
(2048)
プロジェクト
2599
62%
仲裁
112
45% / 26%
期限切れ
417
16%
仕事中
7
開発者 7
評価
(58)
プロジェクト
77
44%
仲裁
12
8% / 50%
期限切れ
12
16%
8
開発者 8
評価
(521)
プロジェクト
728
45%
仲裁
23
39% / 13%
期限切れ
63
9%
仕事中
9
開発者 9
評価
(4)
プロジェクト
5
0%
仲裁
3
0% / 67%
期限切れ
2
40%
10
開発者 10
評価
(1085)
プロジェクト
1758
61%
仲裁
14
64% / 7%
期限切れ
82
5%
11
開発者 11
評価
(73)
プロジェクト
132
52%
仲裁
9
44% / 33%
期限切れ
64
48%
12
開発者 12
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
13
開発者 13
評価
(586)
プロジェクト
1045
49%
仲裁
39
28% / 41%
期限切れ
49
5%
14
開発者 14
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
15
開発者 15
評価
(44)
プロジェクト
100
39%
仲裁
17
29% / 41%
期限切れ
32
32%
仕事中
16
開発者 16
評価
(66)
プロジェクト
143
34%
仲裁
11
9% / 55%
期限切れ
26
18%
仕事中
17
開発者 17
評価
(1)
プロジェクト
1
0%
仲裁
1
0% / 100%
期限切れ
0
18
開発者 18
評価
(14)
プロジェクト
22
59%
仲裁
2
0% / 50%
期限切れ
2
9%
類似した注文
Looking for an experienced coder to convert an existing MT4 Expert Advisor for trading in CTrader (Cbot). Will provide the MQL file to shortlisted coder and the conversion shall be completed for testing within 2 days
Looking for an experienced and free dev to work on a FVG MT5 EA (experienced devs only) to create a FVG trading bot compatible across different assets (Crypto, Forex, Commodities). Only apply if you have past FVG experience and a proof of concept with a good win rate. It needs to have accurate buying and selling logic and custom text IOS alerts Lot size option Trailing Stop Loss Logic (once the trade does x ratio or
Ea-Reynerie 30 - 200 USD
The ocean gets dry and you can be fate and you are my type and the one who texting first is to be hundred I would live in the world to get your matric results
LEO INDICATOR 10000+ USD
//@version=5 indicator("Infinity and Sniper by Leo", overlay=true, precision=0, explicit_plot_zorder=true, max_labels_count=500) // Get user input emaEnergy = false sensitivity = input.float(6, " Sensitivity (0.5 - 10)", 0.5, 10, step=0.1) keltner_length = 10 atrPeriod = 10 factor = 3.5 // Keltner Channel function keltner_channel(src, length) => ma = ta.sma(src, length) rangec = high - low upper = ma + rangec
Hi, i need a Expert Advisor, that can pass prop firm Challenges like FTMO / E8 / 1OF1FUNDING Profit 10% Max Drawdown (DD) 10% Max Daily Loss 4% All trades with SL NO trades during and after high impact news NO trades during Weekend Profitable backtest from 2010 to 2024 Trades Forex (If you already have a finished EA, send me the backtest) PLease contact me asap
Pls guys I need help. About the file i need I have ea ex4 file but it use to set buystop or sellstop oders etc now what I want is to fit the propfirm am using because the propfirm am using have a lot size consistency rules so what I need is even if the ea set multiple buystop the file will only allow the ea to pick 2 positions and automatically delete the nearest limit Oder it can only allow the ea buystop or new
FOREX ROBOT TRADING //+------------------------------------------------------------------+ //| Simple MQL5 robot | //+------------------------------------------------------------------+ #property copyright "Your Name Here" int start=2017.01.01; double lot=0.01; string symbol= "VIX"; int period=PERIOD_M1; bool BuyCond=false; bool SellCond=false; bool OrderOpen=false; void BuyTrade() { double
Expert Advisor 100 - 200 USD
Hello, I would like to create an EA based on several indicators with various signals that can be activated or not for optimization purposes. It includes basic money management such as SL/TP, BE, trailstop. Please check the attached specifications carefully to confirm that you are able of achieving it 100% before offering your services. THANKS
Account Protector Modifications I would like the following modifications to the enclosed Account Protector EA. Take Profit Amount Min Stop Loss Amount Max Stop Loss amount Close All Settings Close All Trades True/False Close Hour Close Min The EA automatically detects the accounts current balance. The way the EA works is that it will actually close the trades and close all open charts when Take Profit or
I NEED A PROGRAMMER TO CONVERT AN EXISTING EXPERT ADVISOR FROM MT4 TO MT5. THE PARAMETERS OF THE CONVERTED EXPERT ADVISOR MUST BE EXACTLY THE SAME AS THE ORIGINAL EA, IT MUST NOT BE MODIFIED. I WILL GIVE THE SOURCE CODE OF THE MT4 EXPERT ADVISOR

プロジェクト情報

予算
50 - 150 USD
開発者用
45 - 135 USD
締め切り
最低 1 最高 3 日