Hedging EA With Hidden Pending Order

MQL4 Experts

Spécifications

Hedging EA With Hidden Pending Order

 

The EA is designed so it will be able to catch the breakout moment

Rules:

When the market are ranging for certain amount of candles, open Hidden (avoid broker limit order rules) Pending Order of buystop and sellstop at ranging support and resistance or set manually. EA open order only one time / day; but can read signal of previous candles from previous days.

For first open order, EA will open pending order of buy stop and sell stop at manualy designated time or at correct signals. When one of the pending order triggered, the other pending order will be deleted.

The first open order will not folowing the hedging TP/SL value, it has its own TP/SL with trailing stop and only after second order (Hedging Order System Executed) All TP/SL follow the TP/SL of hedging system and will be without trailing stop. It is also very important in order the hedging work, when it hits TP it must as well hit the SL of the previous orders, in other words when it hit all SL it will also hit all TP even with the floating spread.

Setting Parameter

EA Name: Breakout Hedging

Account Number: (if wrong, info: contact ...)

Expired Setting: dd:mm:yyyy (if expired, info: contact ...)

MagicNumber:

MaxSpread:5

FixLot: 0.01

AutoLot: T/F

RiskMM: 2

FirstOrder_TP/SL_Setting:

TP: 60

SL: 30

Use Trailing Stop: T/F

TrailingStart: 15

TrailingGap: 10

UseManual_HiddenPO:

OpenPOTime: 14:00

BuyStopGap: 10 (Place hidden buystop 10 pips above running price)

SellStopGap: 10 (Place hidden sellstop 10 pips below running price)

BuyLimitGap: 0

SellLimitGap: 0

UseAutomatic_HiddenPO: T/F (if set to true, Manual_HiddenPO will not worked)

PreviousCandlesCount: 12 (Analyse price from 12 previous candles)

SR_mingap: 5 (Minimum pip gap from highest price (resistance) to running price and Minimum pip gap from lowest price (support) to running price

SR_MaxGap: 15

AddpipforPO: 2 ( Add 2 pips above from highest price value (resistance level) for hidden buy stop and Add 2 pips above from lowest price value (support level) for hidden sell stop

 

DailyOneTimeOpenOrder: T/F (open order only one time/ day, but can continue hedging)

Filter_startendTime: T/F (first open order only can be open within this time)

StartTime: 10:00

EndTIme: 23:00

CloseAllOrder: T/F

CloseAllOrder_Time: T/F

CloseAllOrderTIme: 23:59

Filter_MaxDailyRangePip: 50 ( EA stop new cycle/ will not open first order if daily range has reached, it is a gap from current price to daily open)

 

Continue_UseHedging: T/F

H_Step: 30

1st_multiplier: 3

Next_multiplier: 2

H_TP: 30

H_SL: 60

H_MaxLevel: (1 for first order, 2 for second order, etc)

 

Répondu

1
Développeur 1
Évaluation
(180)
Projets
301
30%
Arbitrage
54
24% / 56%
En retard
98
33%
Gratuit
2
Développeur 2
Évaluation
(186)
Projets
229
56%
Arbitrage
12
17% / 50%
En retard
43
19%
Gratuit
3
Développeur 3
Évaluation
(25)
Projets
54
37%
Arbitrage
4
0% / 50%
En retard
22
41%
Gratuit
4
Développeur 4
Évaluation
(62)
Projets
140
46%
Arbitrage
19
42% / 16%
En retard
32
23%
Gratuit
Commandes similaires
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
An ea with 4 moving average, and two time frame confluence. Option to add risk to reward and percentage of balance to trade. Message me remaining for the more info
Hi All, I will try to be as precise as possible. We can discuss if you have any questions. I need an indicator to be developed for MT5 for detecting Engulfing Failed Zones. Requirement (in H4/ H1/ M30 Time frames only): Identify Engulfing Buy/ Sell Candle. Identify when the Engulfing Buy is failed, or Engulfing sell is failed. Draw a zone for that area of Engulfing Buy/Sell Fail. Invalidate the zone or delete the
Hi. I want to fix my EA. The concept of lowestBid- There aree 3 levels of price. Price1 at the top, Price 2 in the middle and Price3 at the bottom. When the EA starts it start at Price1. And lowestBid is set to Price1. When the price hits Price 2, lowestBid=Price2. When price hits Price3, lowestBid=Price3. When Price come back up to level2, lowestBid=Price2 ....so on and so forth. lowestBid will keep changing with
Expert Advisor (EA) will provide automatic entry and exit using Black Dragon indicator as per the description below. Long (entry): on the first blue candle. Long (exit): on the first red candle, stop loss or take profit/break-even. Whatever happens first. Short (entry): on the first red candle. Short (exit): on the first blue candle, stop loss or take profit/break-even. Whatever happens first. Long (stop loss value)
FOREX trading robot 30 - 35 USD
Creating a powerful forex robot capable of handling multiple timeframes and efficiently identifying trades within a short span of 10 minutes requires a well-thought-out design encompassing robust technical and algorithmic frameworks. The goal is to develop a system that can process a significant number of entries across various timeframes (5 minutes, 15 minutes, 1 hour, 4 hours, and weekly) while ensuring accuracy
looking for experienced programmer to create trend reversal I want indicator that send alert with arrow on screen without open trades Uptrend Let’s say there is an uptrend on the chart. The first high (H) is followed by the first low (L), which in turn is followed by the second high (HH – higher high). After that, if the price drops out of the trend structure and forms a

Informations sur le projet

Budget
10 - 20 USD
TVA (19%): 1.9 - 3.8 USD
Total: 11.9 - 23.8 USD
Pour le développeur
9 - 18 USD
Délais
de 1 à 2 jour(s)