Create EA based on Indicator

工作已完成

执行时间3 天
员工反馈
Amazing guy , Hope we work again soon :)

指定

Hello,

I want to create EA based on my PIVOT Indicator. 

I have Attached my Pivot Indicator.

This Indicator have one pivot line and 6 level support & resistance line

We need below inputs in our EA:
Indicator same Inputs :  
After Candle Counts :  (If we set 3 means, EA Open order at 4th candle opening price)   
Lots Size : 
Take Profit SR Line : 
Take Profit : True or False
Stop Loss SR Line : 
Stop Loss : True or False
 


EA Operations Process and Terms:


Buy Conditions:
EA eligible to open buy order if market (daily) opening price above pivot line.
EA open buy order after Candle Count inputs (ex: candle count : 3 means ea open order 4th candle opening time)
EA will set Take profit based on Resistance line. (Ex: If we set R4 (resistance 4th line) means EA will close the order this line price.
EA will set Stop loss based on support line (Ex:  if we set S2 (support 2nd line) means EA will close the order this line price.


Sell Conditions:
EA eligible to open sell order if market (daily) opening price above pivot line.
EA open sell order after Candle Count inputs (ex: candle count : 3 means ea open order 4th candle opening time)
EA will set Take profit based on Support line. (Ex: If we set S3 (resistance 3rd line) means EA will close the order this line price.
EA will set Stop loss based on Resistance line (Ex: if we set R2 (support 2nd line) means EA will close the order this line price.


Common EA Conditions: 
EA open only one order per day. (buy or sell)
After reached candles count EA open order. Not need to consider pivot line on that time. (May be that time market price crossed pivot line below or above) We use pivot line market daily opening time only for buy trend or sell trend. 
EA can open daily one order even if any exist running positions. (may be yesterday order not reach TP or SL)
Incase if I manually closed same day order means, EA not need to open order in that day. Wait for next day.

Sometime opening Price and TP  or SL price may be meet very closely. incase if EA not open order with wrong TP or SL means, EA can ignore opening order on that day. 

If you have any doubts, we will discuss in chat before start the work.
Thank you.




附加的文件:

反馈

1
开发者 1
等级
(43)
项目
66
12%
仲裁
12
58% / 42%
逾期
1
2%
空闲
2
开发者 2
等级
(106)
项目
129
25%
仲裁
25
28% / 56%
逾期
8
6%
空闲
3
开发者 3
等级
(396)
项目
512
23%
仲裁
60
57% / 25%
逾期
60
12%
已载入
4
开发者 4
等级
(217)
项目
369
33%
仲裁
34
41% / 29%
逾期
108
29%
空闲
发布者: 1 代码
5
开发者 5
等级
(19)
项目
22
23%
仲裁
5
40% / 60%
逾期
2
9%
工作中
6
开发者 6
等级
项目
0
0%
仲裁
0
逾期
0
空闲
7
开发者 7
等级
(19)
项目
31
32%
仲裁
8
50% / 25%
逾期
3
10%
工作中
8
开发者 8
等级
(59)
项目
92
42%
仲裁
4
0% / 100%
逾期
3
3%
工作中
9
开发者 9
等级
(62)
项目
90
29%
仲裁
24
13% / 58%
逾期
7
8%
工作中
相似订单
I need an MT5 Expert Advisor for XAUUSD (Gold) running on an Exness account. STRATEGY LOGIC The exact entry and exit rules will be provided in writing before development starts. Please quote for a single rule-based strategy with clearly separated logic, so the rules can be adjusted later without rewriting the whole EA. RISK MANAGEMENT (this is the priority of the project) - Risk per trade as a percentage of account
Modification of Trade_Panel_7 7.05 Objective . I have this utility “Trade_Panel_7 7.05” with which I open and close positions. Please refer to attached “Trade Panel Modification.jpg”. It shows an input parameter “Volume Step”. This parameter has the initial value of 0.02 as shown. This feature needs to be amended. Present Status . Value of lot size is increased by this “Volume Step”. I have built a whole series of
Hello Traders, Have a trading strategy or idea you want to automate? I specialize exclusively in MQL5 development, helping traders turn their concepts into professional trading solutions. Custom Expert Advisors — automate your strategy and reduce manual execution Custom Indicators — transform your market ideas into powerful trading tools Fix & Debug — identify errors and get your existing code working properly
please share: Strategy description — entry/exit rules, indicators used, timeframe(s), and instrument(s) (a written explanation, screenshots, or an existing indicator/EA to reference all work) Risk management rules — position sizing method (fixed lot / % risk), stop loss / take profit logic, max drawdown or daily loss limits, and whether martingale/grid/hedging is involved Broker & account details — broker name
I need a unique grid trading system for XAUUSD that combines entry, controlled two-sided grid expansion, DCA (Dollar Cost Averaging) basket profit control, hedging. Unlike traditional grid EAs that only trade against price, this unique grid system should dynamically build positions in both directions based on market movement, allowing flexible adaptation to changing conditions ie the grid needs to dynamically move
I need an experienced MQL5 developer to create a fully automated MT5 Expert Advisor called Ayoub Gold EA , focused exclusively on XAUUSD (Gold) . Main requirements: Platform: MT5 / MQL5. Fully automated BUY and SELL trading on XAUUSD. Must support broker suffixes such as XAUUSD, XAUUSD.f and XAUUSDm. Trading strategy based mainly on Range Breakout with trend confirmation. EMA, ADX and ATR filters. London/New York
Mashiri 50 - 10000 USD
I need a custom MetaTrader 5 indicator designed specifically for XAUUSD gold trading. The indicator should identify potential buy and sell opportunities, display clear entry and exit signals on the chart, provide alerts, and help identify market trends and possible reversals
Looking for an experienced Sierra Chart ACSIL/C++ developer to customize an existing footprint chart. I need 3 things: 7-Day ATR – calculate and display a configurable 7-day ATR. Custom Footprint – modify my existing footprint chart to match my preferred layout/data display. Automatic LVN – detect and plot Low Volume Nodes automatically based on volume distribution. I already have a working footprint chart, so no
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs

项目信息

预算
50+ USD
截止日期
 1  4 天