I have an Indicator, need an EA for it

仕事が完了した

実行時間4 日

指定

Its a pivot indicator and the EA must place the trades according to the given lines.

if price crosses the red line, then Ea places Sell and if it crosses the blue line it must place a sell. 

the ---------- lines is where the take profit must be

there are multiple red and blue lines.. say it crosses the first red line and the EA places a sell, then if it goes to the second line then it must place another sell and the tp and the order size must match to close at the second ------------- line.

it must use martingale algorithm according to the given lines distance. it must be calculated automatically. 

 it must continue until it takes profit. next day the indicator is updated again. if the trades don't close then it must continue following the new days chart. 

eg-When the first SELL triggers (DR1), use base lot size (e.g. 0.10).

When DR2 is hit, open another SELL with increased lot (calculated automatically so if price returns to mR2, total profit ≥ TargetProfit).

Same for DR3. ( and vice versa for buy)

EA must auto-calculate lot based on Distance between entry and mR TP level.

If new day starts and indicator updates with new DR/mR and Ds/mS levels:

EA continues with open trades (it does not close them prematurely).

New triggers use the new lines automatically.

Continue until all trades close in profit at the matching mR TP line.

Next day, the pivot indicator updates — EA continues monitoring new lines while maintaining old open positions.


Opens SELLs on red line crosses

Opens BUYs on blue line crosses

Takes profit at corresponding minor level (mR or mS)

Automatically increases lot using martingale to ensure overall profit

Runs continuously — if trades remain open overnight, uses new pivot levels next day

Once all trades of a side (BUY or SELL) hit TP → closes all in that cycle and waits for next signal

inputs - 

UseBuySide = true/false

UseSellSide = true/false

Maxorders

InitialLot

MaxLot


> Example:

XAUUSD price moves up and crosses DR1 (3272.78) → EA opens SELL 0.10.

If price continues to DR2 (3279.77) → EA opens SELL 0.22 (calculated automatically).

If price continues further to DR3 (3307.65) → EA opens SELL 0.45.

When price drops back to mR3 (3293.74) → EA closes all SELLs in profit.


Example Trade Sequence (XAUUSD)

1. Price crosses DR1 (3272.78) → EA opens SELL 0.10

2. Goes higher, crosses DR2 (3279.77) → EA opens SELL 0.22

3. Crosses DR3 (3307.65) → EA opens SELL 0.45

4. Drops to mR3 (3293.74) → EA closes all sells in profit

5. Later price falls, crosses DS1 (3223.95) → EA opens BUY 0.10

6. Falls again, crosses DS2 (3210.01) → EA opens BUY 0.22

7. Rebounds to mS2 (3230.94) → EA closes all buys in profit

8. Waits for next day’s pivots.



応答済み

1
開発者 1
評価
(434)
プロジェクト
639
53%
仲裁
34
59% / 21%
期限切れ
6
1%
仕事中
1
開発者 1
評価
(4)
プロジェクト
3
33%
仲裁
2
0% / 100%
期限切れ
0
2
開発者 2
評価
(1304)
プロジェクト
1732
49%
仲裁
55
67% / 16%
期限切れ
38
2%
3
開発者 3
評価
(33)
プロジェクト
36
33%
仲裁
5
0% / 80%
期限切れ
0
仕事中
パブリッシュした人: 2 codes
4
開発者 4
評価
(510)
プロジェクト
977
74%
仲裁
27
19% / 67%
期限切れ
100
10%
パブリッシュした人: 1 article, 6 codes
5
開発者 5
評価
(454)
プロジェクト
720
34%
仲裁
35
71% / 9%
期限切れ
22
3%
6
開発者 6
評価
(35)
プロジェクト
53
74%
仲裁
4
50% / 0%
期限切れ
0
7
開発者 7
評価
(258)
プロジェクト
267
30%
仲裁
0
期限切れ
3
1%
仕事中
パブリッシュした人: 2 codes
8
開発者 8
評価
(62)
プロジェクト
90
29%
仲裁
24
13% / 58%
期限切れ
7
8%
仕事中
9
開発者 9
評価
(169)
プロジェクト
180
46%
仲裁
3
33% / 33%
期限切れ
1
1%
仕事中
10
開発者 10
評価
(271)
プロジェクト
553
50%
仲裁
57
40% / 37%
期限切れ
227
41%
仕事中
11
開発者 11
評価
(202)
プロジェクト
263
22%
仲裁
23
52% / 17%
期限切れ
0
取り込み中
12
開発者 12
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
Hi, I am looking for an already made profitable EA. It can be an indicator but then it must be possible to make an EA from the indicator. Will need to test before payment (this can be in demo or limited time test). I will pay up to $6000. Do not apply if you want an upfront payment. I need to test for a few times first. Mostly only pips matters. I look much the risk safety, money management, risk reward, and overall
Привіт. Шукаю когось, хто б застосував мій код як бота . Я торгую індексом Aus_200 SFE (не XJO). Бот базується на MACD входу/виходу, RSI, стохастиці та vwap. Як тільки роботу приймуть, мені потрібно внести кілька коректив; однак, нічого суттєвого. Дякую
SMC Martingale Pro is an advanced MetaTrader 5 Expert Advisor designed for high-volatility markets like XAU/USD. It combines institutional Smart Money Concepts with a dynamic risk recovery system. Key Features Dual FVG Engine: Automatically identifies and renders both bullish and bearish Fair Value Gaps in real time. Multi-Timeframe Flexibility: Operates independently of the active chart timeframe to target
I am looking for an experienced Sierra Chart ACSIL (C++) developer to create a custom indicator that measures the average Prior Day High-Low range over a configurable number of trading days (default: 7 days) using a 23-hour trading session
I have a technical specification ready for a custom alert indicator in NinjaTrader 8 (NinjaScript / C#). Important clarification: it is NOT an automatic trading bot, it is solely a visual indicator (arrows/lines on the chart) and sound alerts (notifications) based on EMA crossovers and range breakouts (ORB 15m) on lower timeframes for futures (MES). I already have the exact rules written out unambiguously
Custom MT5 EA for buy stop and sell stop breakout strategy.’ ‘Requirements, develop a custom Expert Advisor for MetaTrader 5 that places buy-stop and sell-stop pending orders based on defined breakout rules.’ ‘All important values adjustable via inputs.’ ‘Includes stop loss, take profit, trailing stop, and configurable risk management.’ ‘One trade at a time, works on demo before live.’ Provide source code and
I have an automated trading strategy in NinjaTrader 8 (C# / NinjaScript) that is currently under development. Before diving into technical details, I’d like to ask a quick question from someone who's interested. Do you work on existing / in-progress codebases to debug, refactor, or add new features, or do you strictly build projects from scratch? NOTE : Only professional Developer should apply for this project
السلام عليكم ورحمة الله وبركاته، ​أبحث عن مبرمج MQL5 خبير ومتمكن جداً لتطوير روبوت تداول (Expert Advisor) محترف لمنصة MetaTrader 5 يعمل باستراتيجية هيدج محددة بصفقة واحدة فقط في كل اتجاه (1 Buy & 1 Sell Max) مع إدارة مخاطر صارمة. ​المواصفات والاستراتيجية المطلوبة: ​1. آلية الهيدج المحدود (Single Position Hedging Limit): ​الحد الأقصى للصفقات: يُسمح للروبوت بفتح صفقة شراء واحدة (1 Buy) وصفقة بيع واحدة (1 Sell) فقط كحد
Looking for A verifiable, disciplined XAUUSD analyst with controlled drawdown, consistent stop-loss use, clear communication and the capacity to service a live community. To send daily London and New York signals exclusively in my channel on Telegram
SENIOR MQL5 / QUANTITATIVE DEVELOPER REQUIRED — PROFESSIONAL AI-ASSISTED MT5 TRADING SYSTEM Project Overview I am seeking a highly experienced MQL5 developer, quantitative trading-system engineer or small specialist team to design and build a professional, fully auditable MetaTrader 5 trading system. This is not a request for a basic indicator conversion, copied Expert Advisor, martingale robot, grid-recovery system

プロジェクト情報

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