Expert Advisor developer MT5 needed based on PSAR and MACD indicator (this might need a script)

仕事が完了した

実行時間4 日
依頼者からのフィードバック
Excellent and thorough follow up

指定

A. MT5

B. Take only one order at a time    

C. Open an order ONLY when : 

1. PSAR changes its direction (ie: @ start of Second PSAR DOT)  

 AND 

2. MACD is in Same direction as PSAR

i.e: 

Buy : PSAR second Dot is below graph  AND  MACD previous Bar is +ve 

Sell : PSAR second Dot is above graph  AND  MACD previous Bar is -ve 

D. Closing Order only when :

MACD reverse direction ( a confirmed MACD value then we close order @ start of next MACD bar  )

For example  : For an open buy order , 1 Hour chart ,  MACD started to cross line towards negative values , then it keeps changing  +ve/-ve .. EA should wait till the end of this hour to decide  , if it closes as MACD on a -ve value > then open order to be closed imidiatly at the start of the next hour  , if it closed +ve (no action >  keep order open) 


E. Options to be included (with a disabling choice / to be totally disabled ) : 

1: close order at a certain Take profit PIP level (In PIPS)

2: Trailing stop with its parameters 

3. Stop loss at a certain PIP level  (IN PIPs)

NOTE  : any of above 3 options if enabled are still always Superseeded by main closing conidion (MACD changing direction) explained in point D above 


F: LOT size : 

1. Starting size to be configurable by myslelf as an input (starting default 0.01)    

2. LOT Size Steps for next orders ... (second ...thirds ... fourth ... etc ) 

3. Max number of orders to be executed (up to how many orders)  ( ex: after 5 orders dont take any more till i re attache the EA ) 

Example  :

I attach EA to the chart   , First order open lot size is 0.01  , it is then closed (by D or E conditions above ) , EA should wait for the next oppurtunity .. this time open order lot size is 0.02 (if i am putting LOT size steps 0.01)  , then after second order closure , EA will wait for third order lot size 0.03 once conditions apply  and so on 

Lot size cycle to restart at default ex: 0.01 again once i detach and attach again  

Prefer to have a demo version to be tested First to make sure all requiremnets are met  

I hope I have made it clear , ready for any questions 


Thanks in Advance 



 

ファイル:

PNG
EA.png
33.5 Kb

応答済み

1
開発者 1
評価
(107)
プロジェクト
175
25%
仲裁
23
13% / 78%
期限切れ
16
9%
2
開発者 2
評価
(43)
プロジェクト
66
12%
仲裁
12
58% / 42%
期限切れ
1
2%
3
開発者 3
評価
(62)
プロジェクト
90
29%
仲裁
24
13% / 58%
期限切れ
7
8%
仕事中
4
開発者 4
評価
(434)
プロジェクト
635
54%
仲裁
32
56% / 22%
期限切れ
6
1%
取り込み中
5
開発者 5
評価
(15)
プロジェクト
19
16%
仲裁
5
40% / 40%
期限切れ
0
6
開発者 6
評価
(2322)
プロジェクト
2925
63%
仲裁
123
45% / 25%
期限切れ
429
15%
仕事中
7
開発者 7
評価
(454)
プロジェクト
718
34%
仲裁
34
71% / 9%
期限切れ
22
3%
8
開発者 8
評価
(156)
プロジェクト
199
59%
仲裁
10
80% / 0%
期限切れ
0
仕事中
パブリッシュした人: 1 code
9
開発者 9
評価
(9)
プロジェクト
11
18%
仲裁
4
0% / 100%
期限切れ
4
36%
10
開発者 10
評価
(8)
プロジェクト
9
56%
仲裁
0
期限切れ
0
11
開発者 11
評価
(3)
プロジェクト
4
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(77)
プロジェクト
244
74%
仲裁
7
100% / 0%
期限切れ
1
0%
パブリッシュした人: 1 article
13
開発者 13
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
14
開発者 14
評価
(50)
プロジェクト
64
20%
仲裁
11
27% / 55%
期限切れ
5
8%
15
開発者 15
評価
(5)
プロジェクト
8
13%
仲裁
3
0% / 33%
期限切れ
2
25%
パブリッシュした人: 1 code
16
開発者 16
評価
(162)
プロジェクト
289
35%
仲裁
18
22% / 61%
期限切れ
43
15%
17
開発者 17
評価
(382)
プロジェクト
493
23%
仲裁
59
56% / 25%
期限切れ
57
12%
取り込み中
18
開発者 18
評価
(274)
プロジェクト
403
28%
仲裁
40
40% / 50%
期限切れ
1
0%
19
開発者 19
評価
(6)
プロジェクト
5
0%
仲裁
4
25% / 75%
期限切れ
2
40%
類似した注文
I am looking for an experienced MT5/MQL5 programmer to build Phase 1 of a larger Expert Advisor project. This first phase is limited to one custom signal only for the EUR/USD. If Phase 1 is completed correctly, additional signals may be added later as separate follow-up projects. The purpose of Phase 1 is to code, test, display, and log this signal accurately using completed M1 bars only. At this stage, I primarily
✅ MT4 EA Developer Checklist (For Your Ladder EA) 1️⃣ Indicator Integration EA reads signals from provided custom indicator (.ex4 or .mq4) Detects “Buy Next” / “Sell Next” signals on current candle Works with arrow-based or buffer-based signals 2️⃣ Next Candle Execution EA does not trade on the candle where the signal appears Orders placed only at first tick of the next candle Timeframes supported: M1, M5, M15
Hi to all, I need a modification of an existing grid EA with the following instructions: Add the following optional external inputs to the attached Expert Advisor: input bool TradeModeAgainstTrend ( TMAT ) = true ; input int CounterTrendLotsToStartTMAT = 0.15 ; input double CoefficientForTrendLots = 0.30 ; input double MaxTrendLot = 0.08 ; input bool OneSideTMATOnly = true ; input double CombinedClosureAmount = 10.0
Hello, i need expert developer that have been develop so many profitable AI bots that work for mt5 and ctrader autonomously if you know you can easily execute this requirement bid for it. NOTE:- YOU MUST COME WITH SAMPLE FOR THE 2 TRADING PLATFORM. While i take a look at your profile and reach out to you thanks
Dear developers I want to create an expert advisor for my strategy. The entry signals quite simple using OHLC, Bollinger, SuperTrend. (Possibly: ICT/FVG) The money and risk management is more difficult using martingale and trailing stops. I also need help to design this before any development
Hello, I am looking for someone who can help me to build a MT4/MT5 forex EA, by analyzing the trading history. You are responsible to find out trading logic behind the EA and Build a new EA that accurately replicates the existing strategy. I need someone who has proven previous experience to build a new EA by reverse engineering. Thanks
Risk management EA 30 - 200 USD
Looking to develop risk management EA for personal use probably commercially in the future. I want the EA to have a display panel with 0.1, 0.2, 0.5,1,2,3 percent risk management button. I also want BE, partial closure of 0.25,0.5,0.75 and full closure panel on both profit and loss. I’ll also like to include trailing stop, 2 trades max per day and BE+spread option. I’ll be attaching the image for a guidance on what
Sierra Chart Alerts to MT5 via Webhook (Alert Manager File Version) Objective: Create a Custom Study (ACSIL / C++) that monitors alerts from the Alert Manager file and forwards any valid alert directly to MT5 via an HTTP POST (Webhook) in JSON format. Additional Note: The study should allow adding any modifications in the future and provide clear insights into the alert points in Sierra Chart. 1. Data Flow Diagram
Ea.Mix 30+ USD
I am in need of a good scalping bot for gold or any currency pair. If you have one that is working, reach out. You must be able to provide a trial version so I can test the bot myself
MT5 Expert Advisor Development Project Overview I am looking for an experienced MQL5 developer to build a custom MetaTrader 5 Expert Advisor based on a grid-cycle trading framework. This is not a standard grid EA . The system combines: Session-based trade initiation Multi-filter signal generation Dynamic grid management Advanced basket management State-machine-driven trade lifecycle management Dynamic take-profit

プロジェクト情報

予算
30+ USD
締め切り
最低 2 最高 7 日