An Expert Adviser to execute trades base on preset conditions.

Auftrag beendet

Ausführungszeit 5 Tage

Spezifikation

FOR 5 digits MT4 Plateform 

Risk Management :         Account Currency : USD

                                     1. Risk Capital, RC =  of Account Balance   ( %  MUST be an INPUT !!)

                                      2. Determine Margin Requirement for 1 standard Lot = MR  (= 100000/400 * Exchange Rate )

                                      3. Assume  Initial Lot Size , ILS = 0.01  

                                      4. Calculate Maximum DrawDown,  MD = 59.5 *ILS * ATR(14)

                                      5. Calculate Maximum Margin Requirement , MMR = 20 * ILS * ATR(14)

                                      6. Calculate Ratio = RC / (MD + MMR),      If Ratio >= 1.00 THEN set LS = ILS   ==> OPEN Buy Order

                                                                                                If Ratio  < 1.00  THEN increase ILS by 0.01 until Ratio >= 1.00 ==> OPEN Buy Order


1.  Working on  M15, M30 ans H1 Time frame using HEIKEN ASHI CHART

2.  For BUY trades only

3. Place BUY order after  a WHITE bar is fully formed after a RED bar on the  Heiken Ashi Chart.

4.  Conditions for ENTRY :    ATR (14) >=6 for M15, , 10 for M30 and 15 for H1 time frame. ( Min ATR(14) should be set as INPUT variables ) 

5.  After BUY Entry,  Modify Order to set TP = Entry Price + 3 * ATR(14)  and Stop Loss = Entry Price - 3 * ATR(14)- Spread

6.  NEXT,  Open Pending Order ( SELL STOP) at Price = Entry Price -  ATR(14),  and 

                                Take Profit = Entry Price - 3 * ATR(14)   and Stop Loss =  Entry Price + 3 * ATR(14) + Spread                           

                                  Lot Size  = 1.6 * LS  

7.   IF (6) above is HIT, then Open Pending Order ( BUY STOP) at Initial Entry price with Take Profit & Stop Loss same as (5) above

       BUT with Lot Size = 1.2 * LS.

8.   IF (7) above is HIT, then Open Pending Order (SELL STOP) same as (6) above BUT with Lot Size =1.9 * LS

9.   IF (8) above is HIT, then Repeat (7) above BUT with Lot Size = 2.6 * LS

10. IF (9 ) above is HIT,then Repeat (8) above BUT with Lot Size = 4.0 * LS   

11. IF (10 ) above is HIT,then Repeat (7) above BUT with Lot Size = 4.5 * LS

12. IF (11 ) above is HIT,then Repeat (8) above BUT with Lot Size = 7.0 * LS

13. IF (12 ) above is HIT,then Repeat (7) above BUT with Lot Size = 10.2 * LS

14. IF (13 ) above is HIT,then Repeat (8) above BUT with Lot Size = 15.0 * LS 

15. IF (14 ) above is HIT,then Repeat (7) above BUT with Lot Size = 20 * LS.

16. IF (15 ) above is HIT,then Repeat (8) above BUT with Lot Size = 30 * LS                     

17.  EXIT RULES :  If price reaches { Entry Price + 1.5 * ATR(14)}  BEFORE  the 1ST Pending Order is HIT  then move STOP Loss to Break Even,

                            and  Take 50% Profit,  Remove TP  and let price move until a RED Candle is formed,  then exit the  trade.

18.   Close All Open trades including Pending Order after either Take Profit Target hit or Trade Exit as (17) above.( Note : Close all Orders is                   needed here !)

19.  Look for New trade after all existing trades are closed.

   NOTE : After trade is opened, it should be able to be manually intervened.


  INPUT VARIABLES : 1.  Minimum ATR(14) for M15, M30 & H1  time frame.

                               2.  % Risk of Capital


                       ---- END ---  

Bewerbungen

1
Entwickler 1
Bewertung
(48)
Projekte
73
37%
Schlichtung
22
9% / 41%
Frist nicht eingehalten
14
19%
Arbeitet
2
Entwickler 2
Bewertung
(1235)
Projekte
2820
80%
Schlichtung
156
22% / 43%
Frist nicht eingehalten
487
17%
Frei
3
Entwickler 3
Bewertung
(229)
Projekte
339
49%
Schlichtung
21
5% / 33%
Frist nicht eingehalten
24
7%
Frei
4
Entwickler 4
Bewertung
(5)
Projekte
5
0%
Schlichtung
5
0% / 60%
Frist nicht eingehalten
2
40%
Frei
5
Entwickler 5
Bewertung
(3)
Projekte
8
13%
Schlichtung
10
10% / 70%
Frist nicht eingehalten
2
25%
Frei
6
Entwickler 6
Bewertung
(30)
Projekte
93
49%
Schlichtung
18
56% / 17%
Frist nicht eingehalten
38
41%
Frei
Ähnliche Aufträge
2 FX pairs M15 execution with higher timeframe bias Session-based trading (UK time) Fixed % risk per trade Controlled pyramiding (add to winners only) Strict daily loss limits (FTMO-style) Proper order handling (SL always set) Basic logging (CSV) Strategy logic will be provided in detail after NDA / agreement. Must deliver: Source code (.mq5) Compiled file (.ex5) Clean, well-commented code Short support window for
Hi, are you able to create a script/indicator on tradingview that displays a chart screener and it allows me to input multiple tickers on the rows. then the colums with be like "premarket high, premarket low, previous day high, previous day low" . When each or both of the levels break, there will pop up a circle on the chart screener, signaling to me what names are above both PM high and previous day high or maybe
I need an Expert Advisor for MetaTrader 5 (MQL5) to trade XAUUSD based on a simple price movement cycle. Strategy logic: • The EA opens a Buy and a Sell at the same time (one pair per cycle). • Only ONE Sell position must exist at any time. • Every Buy must be opened together with a Sell. Cycle rules: • Step movement = 10 USD in gold price. • CycleEntryPrice = the OPEN PRICE of the last cycle BUY order. • If price
I am looking for a professional MQL5 developer to build a MetaTrader 5 Expert Advisor from scratch. The EA will be called LadyKiller EA. It must trade only the following instruments: • XAUUSD (Gold) • US30 / Dow Jones Index Requirements: • Strong and reliable buy and sell entry logic • Stop Loss and Take Profit system • Risk management (lot size control) • Maximum trades protection • Drawdown protection • Trend
I need an mql5 EA which can be used with 100$ capital very low drawdown The EA should be high frequency trading special for XAUUSD and btcusd or binary options but also the EA should be testable via strategy tester and demo test for five days is needed NO SELECTION CAN BE DONE WITHOUT TESTING when applying make sure you send the backtester results with demo EA testable via strategy tester
I currently have a powerful and well-structured Expert Advisor available on the MT5 platform. This EA is designed with: ✅ Advanced entry and exit logic ✅ Smart risk management system ✅ Automatic lot sizing option ✅ Break-even and trailing stop protection ✅ Spread and session filters ✅ Drawdown control features ✅ Optimized for XAUUSD and scalping strategies ✅ Suitable for prop firm challenges like FTMO It is built for
Do you need a profitable and well-structured trading strategy converted into a fully automated Expert Advisor on the MT5 platform? I specialize in developing advanced, high-performance EAs with: ✅ Smart entry & exit logic ✅ Risk-based lot size calculation ✅ Break-even & trailing stop system ✅ Spread & session filters ✅ Daily drawdown protection ✅ Prop firm (FTMO-style) risk compliance ✅ Fully automated trade
Hello, I'm looking to find out the cost of creating a mobile trading robot. I've tried to describe it as thoroughly as possible in the following document. I look forward to your response. I'd like to know the costs, delivery time, and how you plan to implement it before making a decision
I have an existing MT5 Expert Advisor (“E-Core”). I need an experienced MQL5 developer to integrate a structured risk management upgrade and a higher timeframe trend filter into the current code. Two files will be provided: 1️⃣ E-Core Source Code (Current Version) 2️⃣ Update Instructions File (contains exact inputs, functions, and logic to integrate) The developer must: Integrate the update logic
DO NOT RESPOND TO WORK WITH ANY AI. ( I CAN ALSO DO THAT ) NEED REAL DEVELOPING SKILL Hedge Add-On Rules for Existing EA Core Idea SL becomes hypothetical (virtual) for the initial basket and for the hedge basket . When price hits the virtual SL level , EA does not close the losing trades. Instead, EA opens one hedge basket in the opposite direction. Original basket direction Hedge basket direction (opposite) Inputs

Projektdetails

Budget
50+ USD
Ausführungsfristen
von 1 bis 3 Tag(e)