1. EA will put in Trades when the market creates one of the structers provided in the attachements.
2. EA will move the Stop loss to breakeven as soon as the trade's running profits are equal to the SL.
3. The SL will always include spread and is above the highest wick of the point of interest or order block.
4. The TP will be the high or low created by the market when structure was being formed.
5. The EA will have a hedging system to protect account(the hedging system is also provided in the attachements)
6. Break of structers will only be approved by a break of the wick by a body of candle and if it breaks with Huge volume or momentum.
7. SL should be 5% of the account but "can be adjusted at will" in terms of percentages when setting up the EA.
8. The Point of Interest (POI) or Order Block (OB) for a buy is the last bearish candlestick before the Break of structure (BOS) of a Lower High (LH)
9. The Point of Interest (POI) or Order Block (OB) for a sell is the last bullish candlestick before the Break of structure (BOS) of a Higher Low (HL)
10. The Lot size will Automatically be set by the EA preference when setting up the SL percentage. but there will be an option of what Lot size to put in manually when setting up the EA.
11. The Entry of the trade will be the Order Block or Point of Interest
12. It should Look unique Graphically. (we will discuss possible ideas of how the ea can look)
The Hedging is a bit tricky so may i please have a serious programmer who can be able to apply all of the above to my EA, please check all the attachments so you can fully understand my strategy . It is simple but has a few difficulties here and there
Pedidos semelhantes
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity