Breakout ea

MQL4 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 )


Dateien:

Bewerbungen

1
Entwickler 1
Bewertung
Projekte
151
48%
Schlichtung
6
83% / 17%
Frist nicht eingehalten
2
1%
Frei
2
Entwickler 2
Bewertung
Projekte
20
15%
Schlichtung
3
0% / 67%
Frist nicht eingehalten
2
10%
Frei
3
Entwickler 3
Bewertung
Projekte
8
38%
Schlichtung
0
Frist nicht eingehalten
1
13%
Arbeitet
4
Entwickler 4
Bewertung
Projekte
23
9%
Schlichtung
7
29% / 57%
Frist nicht eingehalten
2
9%
Frei
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
Projekte
143
34%
Schlichtung
10
10% / 60%
Frist nicht eingehalten
26
18%
Frei
7
Entwickler 7
Bewertung
Projekte
35
40%
Schlichtung
11
9% / 91%
Frist nicht eingehalten
4
11%
Frei
Ähnliche Aufträge
Looking for someone to implent the following grid strategy into my existing EA: Overview : I need a skilled developer to implement a grid recovery strategy into my existing Expert Advisor (EA) for MetaTrader 4 (MT4). The strategy involves adding grid trades based on price movement and adjusting lot sizes according to specific rules. It also includes closing trades at breakeven points and full position closure when a
Hey Guys i've a PineScript /Source Code / ( Trading View ) indicator which has Buy and Sell Sign . i wanna make a MT5/4 Robot by it with some features . I need it has a simple panel to shows some details of robot at screen
Hi dear coders, I have an EA and for this EA I want additional code for Risk Management at my code, trade is triggered with this line int TheTicket = OrderSend(_Symbol,TradeType,(double)DoubleToString(TheLots,2),TradeType==OP_BUY?Ask:Bid,10,TheSL,TheTP,TheComment,MagicNumber,0,TradeType==OP_BUY?clrBlue:clrRed); I want you create a code and tutorrial how to change my code. the new code will be Risk Management Inputs
I'm seeking a Forex HFT Scalping EA that operates on live streaming tick data and candlestick patterns, executing a high frequency of trades without balance restrictions. The EA should be compatible with major currency pairs like EUR/USD, GBP/USD, USD/JPY, AUD/USD, GBP/JPY, GBP/AUD, and XAU/USD, as well as US30 indices. Given its HFT nature, it should focus on the 1-minute, 5-minute, 15-minute, and 30-minute
I need a custom MT5 EA that can place trades (Buy & Sell) from two Telegram channels. One telegram channel will give the trend signal (Bullish or Bearish) and the second telegram channel will give buy and sell signals
hello i like to have zigzag added to my EA and set orders when it makes a pullback strategy (Higerlow/Lowerhigh) or break of market structure strategy Higherhigh/Lowerlow break set order entry I want it to be able to do these 2 things but one at a time. -Zigzag makes a pullback into an HigherLow/LowerHigh set order entry -Zigzag breaks structure HigherHigh/LowerLow set order entry - For PULLBACK STRATEGY i just want
Looking for a indicator that can show where the majority of retail stop losses are placed Please can someone advise me how best to achieve this but it needs to be accurate
I have a grid trading bot that needs debugging. its perfect apart from a random stop loss I encountered. It’s supposed to have a stop loss at 99% but it one time closed trades at around 25% loss. Here is a list of potential things causing it to bug out (it’s running on MQL VPS MT5, I also want to retain the ability to close positions manually); - Chart change (symbol or timeframe) - Recompiling the EA - Server
Me gustaría poder crear automaticamente varias ordenes que se queden pendientes pudiendo definir los siguientes parámetros: Tipo de orden (Buy y sell stop, buy y sell limit. Precio de compra / venta. Pudiendo entrarlo manualmente o como un numero de puntos a sumar/restar del precio actual de marcado. Numero de puntos que ocuparan en total las ordenes y numero de ordenes a insertar (Ejemplo: 200 puntos, 4 ordenes, es
tardes desarolladores, quiero hacer un sistema semiatomatico, el deberia abrir las operaciones de venta o compra en un punto donde yo haga el analisis cumpliendo siertos criterios, por ejemplo abrir la operacion despues de que tresvelas del mismo color salga de un punto donde yo deje marcado , abriendo una operación 1/1 tenuendo en cuenta dos lineas que yo dejare marcadas

Projektdetails

Budget
30 - 50 USD
Für die Entwickler
27 - 45 USD
Ausführungsfristen
von 10 bis 20 Tag(e)