Breakout EA and indicator

MQL4 Indikatoren Experten

Spezifikation

Breakout EA is a Momentum Break out indicator EA, Which filters the time zone and daily Pivot channel. The Strategy pursuing the trend direction accordance of momentum, also it filters with time zone and pivot channel to avoid false momentum breakout.

Expert Advisor trades on All Pairs using market orders. It’s using default indicator and trend following on pattern. The indicator's signals are verified by Elder-Ray. Trailing Stop Loss are based on ATR.

Final EA will be in mq4 format

Default setting:

  • MagicNumber = 2222
  • StopEA = false - Stop/Disable the Expert Advisor
  • TimeFrame = H1(M1,M5,M30,4H and so on)

Trading hours

  • Asian session
  • Starttime(HH:MM) = 02:00 - EA Start Hour
  • EndTime(HH:MM) =  03:00 - EA End Hour
  • European session
  • Starttime(HH:MM) = 09:00 - EA Start Hour
  • EndTime(HH:MM) =  10:00 - EA End Hour
  • USA session
  • Starttime(HH:MM) = 15:00 - EA Start Hour
  • EndTime(HH:MM) =  16:00 - EA End Hour
  • Other market session
  • Starttime(HH:MM) = 10:00 - EA Start Hour
  • EndTime(HH:MM) =  20:00 - EA End Hour
  •  

Trade setting

  • Lots = 0.01 -Fixed Lot Size
  • StopLoss = 40 - Stop Loss
  • TakeProfit = 50 - Take Profit
  • MaxSlippage=4
  • Slippage =5
  • MaxSpreadAllowed = 3.5 - Maximum Spread Allowed (Not recommended more than 5 Pips(50 Points)
  • Buy Trades=True
  • Sell Trades=True
  • Total number of buy trades=10(total trades not exceed that limit)
  • Total number of sell trades=10
  • DelayOrderInSeconds=False
  • ExitOnDayEnd = true  Exit all trades daily at the end of the day and adjusts the time automatically for all brokers

Money management=True

  • RiskInPercent = 1 - Change Percentage of Risk in Trade(0 for false)
  • Step(0 value for false)=300 points(Martingale steps and third step will be 350 and then 400 and so on)
  • LotMultiplier1=1.5(lot multiplying value if Step is true)
  • Decreaser= (when the number of orders increases inversely percent of profit decreases)

Trailing Setting=True (Added 3 Trailing Stop Profit)

  • BerakEven = true - Enable/Disable Break Even
  • LockFirstProfitinPips =    20 - Lock First Profit in Pips to safe the trade
  • LockFirstProfitPercent = 50 - % of Lot size to be lock to safe the trade
  • Lock2ndPrfit=True
  • Lock2ndProfitinPips     = 50 - Lock First Profit in Pips to safe the trade
  • Lock2ndProfitPercent  = 50 - % of Lot size to be lock to safe the trade
  • Securre2ndProfit=10
  • Lock3rdPrfit=True
  • Lock3rdProfitinPips    =100 - Lock First Profit in Pips to safe the trade
  • Lock3rdProfitPercent  = 50 - % of Lot size to be lock to safe the trade

Loss Recovery order Setting

  • ReverseTrade = true - Enable/Disable Reverse order in case of SL hit (Lot order will be multiplied LotMultiplier2 the previous order ,this will continue till profit is gained )(if EURUSD 0.01 buy hit SL, EURUSD sell 0.02 will on and it hit sl again it will again buy EURUSD with 0.04 lot and so on till profit is gain  )
  • Lotmultiplier2=2
  • ReverseOrderRiskInPercent = 2 - Reverse Order Risk Percentage

Using indicators/filter setting= true/false

  • MainSMA = 200 - Main SMA Filter Value
  • RevSMA = 50 - Reverse SMA Filter Value
  • Doublefilter=false
  • DailyMaxPips = 250 - Trade is Allowable when Max. range < DailyMaxPips
  • RSI Filter=false
  • RSIPeriod=25, Apply to=Close, level=30 to 70
  • CCI=False
  • CCIperiod=49,Apply to=Typical Price(HLC/3),level=-100 to100
  • Bollinger Bands=False
  • Bollinger BandPeriod=69,shift=0,Deviation=2,applyto=close
  • CandleClosedOnPivot=false(confirmation by Pivot on Candle Close)
  • AddLOTFilter=True

Gap Setting

  • OrderGap=0.05
  • SLGap=0.05
  • NewsGap=0.05
  • CandleGap=0.05

Advance Setting

  • DynamicSL=False
  • StopOnMonth = 12 - Stop Trading @ this month
  • CloseTradesOnFriday=True
  • DelayInSeconds=3

Manual Breakout=true/false

  • BuyStop Value=50 (Close Sell stop when Buy stop triggered )
  • SellStop Value=50 (Close Buy stop when sell stop triggered )
  • Allowed Time= true
  • Allowed Time (HH:MM) = When no trades taken in required time then cancel both pending trades.
  • Trailing Setting=True (Added 3 Trailing Stop Profit)(as above)

  • Sell limit for both(Buy/Sell) pending orders Sell limit =300 points    (ignore if adjusted in Trade Setting)
  • Take profit=300 points (ignore if adjusted Trade Setting )

Bewerbungen

1
Entwickler 1
Bewertung
(53)
Projekte
74
26%
Schlichtung
30
10% / 63%
Frist nicht eingehalten
22
30%
Frei
2
Entwickler 2
Bewertung
(354)
Projekte
630
26%
Schlichtung
89
73% / 13%
Frist nicht eingehalten
12
2%
Arbeitet
3
Entwickler 3
Bewertung
(225)
Projekte
401
34%
Schlichtung
53
36% / 40%
Frist nicht eingehalten
144
36%
Arbeitet
4
Entwickler 4
Bewertung
(74)
Projekte
121
43%
Schlichtung
12
33% / 50%
Frist nicht eingehalten
17
14%
Frei
5
Entwickler 5
Bewertung
(116)
Projekte
137
36%
Schlichtung
15
13% / 67%
Frist nicht eingehalten
9
7%
Frei
Ähnliche Aufträge
In search of a dev who can develop an EA that executes buys on Boom and sells on Crash after a Spike. Need to be able to specify TP and SL
1. Extract all historical economic calendar data. 2. Extract all historical price data for all symbols and all timeframes. 3. Calculate the difference between successive OPEN, HIGH, LOW, and CLOSE prices for each symbol to measure correlation ( https://youtu.be/TytPUU9Y55E?si=hTGn4YBWw786J5QY 1:55-2:20). 4. Assign weights to each symbol based on their correlation with other symbols. 5. Aggregate the data from all
Hi, I am looking for a developer who will develop for me an EA code/program which will help me to get data from forex factory. The EA code/program meets the following requirements. 1. I currently have an EA that I manually specify specific (High impact) news times where I would want to start analysis (You will see a screenshot in the attached requirement). 2. I developed this EA myself, so I have the source code but
Please I need a profitable EA with any of the following criteria; Hedge Trading Hedging trades is permitted however, hedging separate accounts against each other (known as Wash Trading) is not permitted and is a direct violation of the OnlyFunds’ Terms and Conditions. Wash trading is illegal and considered to be fraudulent, as it undermines the integrity of financial markets. Swing Trading Swing trading is
I have an EA that has a nasty drawdown but otherwise is quite profitable. I am looking for a developer who can improve the drawdown by closing or hedging the older open orders. You'll need to supply a demo showing that you've solved this problem rather than just claiming that you can fix it
dear developers.i want to modify my custom indicator by adding new rules for alerts and arrows,the indicator is based upon some trend following rules and the indicator should be able to send out all types of alerts.i will need demonstration...thank you
Looking for a developer of profitable EA tested for over 2 or more years time history of profits with investors read me only access as proof of usage. MT4 or MT5
Adjust MY Hedging EA 30 - 40 USD
1. Need averaging TP for my hedging EA. (Close both Buy and Sell position with TP) 2. Add function auto/manual entry. (EA will entry based on manual position(placed by trader) or auto trade based on existing setting)
I have a robot set up that sends trading signals to my telegram group and the group sends trading signals for (28 forex pairs, 3 crypto pairs, 6 commodities, 6 indexes, & 55 stocks) basically almot 100 CFDs and sends out trend price action breakout, impulse, reversal, and exit indications to each one of those CFDs on different timeframes. I want to make it so that a person can sign up and choose which alerts they
I am in search of a skilled robot developer to craft a Martingale with Hedge strategy algorithm. The ideal candidate will possess deep expertise in algorithmic trading, proficiency in programming languages, and a keen understanding of financial markets. The role entails designing and implementing an automated system capable of effectively executing the Martingale strategy while integrating a hedge mechanism to manage

Projektdetails

Budget
45+ USD
Für die Entwickler
40.5 USD
Ausführungsfristen
von 1 bis 15 Tag(e)