Spécifications


Hi there I Want to Create an MT5 EA that TRADES or ONLY ALERT


FEATURES 

  • Will Open Only 1 position Always, Will not Open a position if the current position is open. 
  • Will Send Alert and Mobile Alert, Notifications on RSI Alert and Sweep
  • Will Send Alert and Mobile Alert, Notification on Opening Position 
  • Will Send Alert and Mobile Alert, Notification on TP and SL 
  • Will Send Source Code For Future Updates, Revision, Plus other specifications that will be encountered to be discussed with coder

= Has 2 Engulfing Rectangle Time Frames Marked (* Abbreviation EG = Engulfing)

= Has 2 RSI on the Same Window on 2 Different TimeFrames

= Bullish EG means a Bearish Candle High is Engulfed by body of a Bullish Candle.. Can be 1 Bullish Candle, 2, 3 or 4 Bullish Candle.. BUT cannot have a Bull Candle before the body of the Bear Candle is Engulfed.. VICE VERSA for Bearish EG...


Strategy

= HTF make engulfing pattern ( Bullish EG or Bearish EG ) Near the Current Price 

= LTF make engulfing pattern inside the HTF engulfing pattern 

= Once Price comes into one or both of these rectangle zones, this is the trigger to start looking for entries


Entry Strategy

= If RSI is turned on, price from at least 1 of the RSIs must be above 80 for low probability

= If price is above 90 on 1st RSI its medium probability entry

= If price is above 90 on 2nd RSI its high probability

 

If Sweep is turned on, we must wait for price to be within the engulfing zone

A wick sweep must occur (Bullish candle high sweep previous candle high or Bearish candle low sweep previous candle low)

 

Money Management is For Account Risk Settings

______________________________________

=========== General Settings========

Trading Start  00:00      //Stops alerts/Trades
Trading Stop  18:00      //Stops alerts/Trades

Trading          NO                         // if this is no, we only alert not trade

Candle Bars Count     300        //  Number of Bars to Check for EG and Sweep or RSI = Example: 300 Bars

Alert             ON                         // Alerts On and OFF

Alert Push Notifications      ON    // Mobile Alerts On and OFF

Comment     // Any Text 

============ Money Management =================

Lots               Manual   //Using Lot Size defined by user

                     Auto  Level      // (OF or On) If ON Auto Lot Level 1 = 0.01 Lot Per 100$ Account Balance Please Show on Display Options

                     Amount $      //means lotsize per dollar value (Example 1 Pip = 1$ Value)

SL                 PIPS       //Default is pips

                     ATR        //SL using ATR

                     H/L         //Recent High or Low

TP                 2R          //This the Risk to Reward

Trail               ON          // On and OFF

Trail Start  Pips    0       // Starts Trailing at Example 10 Pips 

Trail Steps Pips     0      //  Trailing Distance in Pips.. Example 10 is Set, Trail is 10 Pips Distance from Current Price

Equity Protect Amount $300              //If account reaches $300 DD or Loss we stop EA for day

Take Profit Amount   $800              //Target to stop EA for Prop/Live Accounts

Stop Loss Amount    $1000     //If account hits SL all trading is stopped

================= STRATEGY SETTINGS =================

Entry              Sweep    //if SWEEP means we only use Sweep as entry within Engulfing Zones

                     RSI         //if RSI means we only use RSI as entry with Engulfing Zones

                     BOTH     //If BOTH means we use both as entry criteria

HTF Engulfing        H4          // Drawing rectangles for higher Timeframe Engulfing ( Changeable, Default is H4)

LTF Engulfing M15        // Drawing rectangles for lower Timeframe Engulfiing (Changeable, Default is M15)

RSI                ON         //If ON means we must use RSI as entry/confluence

HTF RSI         M15 3     //RSI(3) showing M15 ( Changeable, Default is M15)

LTF RSI          M5  3     //RSI(3) showing M5 within the same window ( Changeable, Default is M5)

2TF Sell         90          // level 90 ( Changeable, Default is 90)

Sell Alert        80          // level 80 ( Changeable, Default is 80)

2TF Buy         10          // level 10 ( Changeable, Defaulit is 10)

Buy Alert        20          // level 20 ( Changeable, Default is 20)

HTF EG Color            Red        // changes the color for the HTF Engulfing

LTF  EG Color            Blue        // changes the color for the LTF Engulfing


>>>>>>>>>>>>>>>>>>> Illustrations <<<<<<<<<<<<<<<<<<<<<<<<

Trading View Link for Engulfing Codes Might Help U

MTF Engulfing Zones — Indicator by pebs85 — TradingView












 



Répondu

1
Développeur 1
Évaluation
(9)
Projets
19
16%
Arbitrage
3
67% / 0%
En retard
0
Gratuit
2
Développeur 2
Évaluation
(5)
Projets
7
0%
Arbitrage
4
25% / 75%
En retard
0
Gratuit
3
Développeur 3
Évaluation
(37)
Projets
59
27%
Arbitrage
25
20% / 52%
En retard
10
17%
Travail
Publié : 1 code
4
Développeur 4
Évaluation
(139)
Projets
181
24%
Arbitrage
23
22% / 39%
En retard
13
7%
Gratuit
5
Développeur 5
Évaluation
(293)
Projets
523
36%
Arbitrage
62
34% / 35%
En retard
188
36%
Travail
6
Développeur 6
Évaluation
(273)
Projets
396
63%
Arbitrage
70
53% / 26%
En retard
198
50%
Gratuit
7
Développeur 7
Évaluation
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
8
Développeur 8
Évaluation
(70)
Projets
106
54%
Arbitrage
3
0% / 67%
En retard
8
8%
Travail
Publié : 10 codes
9
Développeur 9
Évaluation
(284)
Projets
459
39%
Arbitrage
94
44% / 18%
En retard
73
16%
Chargé
Publié : 2 codes
10
Développeur 10
Évaluation
(574)
Projets
945
47%
Arbitrage
303
59% / 25%
En retard
125
13%
Gratuit
Commandes similaires
Hello, I am looking for an experienced QuantConnect/Lean developer for a trading strategy project on futures (Micro Nasdaq – MNQ) with Interactive Brokers integration (paper + live). The strategy includes several key features: • Multi-timeframe analysis (signal validation across multiple horizons) • Integration of economic news/events into the trading logic • Advanced risk management (daily stop, position sizing
Hello I already have a product that works but cannot achieve the performance I want and has some problems. I have codes written in python code. In short, communication with mt5 via cvs file system they do. There are five modules for binance future and five for gate future. Actually, I have given them in the attachment. Just make it into five modules in universal style like uni symbol importer and it works better I
Technical Skills: - Programming Languages: Proficiency in low-latency programming languages like C++ is crucial for developing high-speed trading algorithms. - Algorithmic Trading: Experience with algorithmic trading strategies, including market making, statistical arbitrage, and trend following. - Market Data Analysis: Ability to analyze large datasets and extract meaningful insights to inform trading decisions
READ CAREFULLY And if you have done 50 projects before then apply others i will reject SEPARATE LOGIC MUST BE SEPARATE AND ALL INPUTS MUST BE VISIBLE WITH FALSE TRUE OPTION TO ON OFF FUNCTION 🔺 BUY Signal (Boom Market) ✅ Pattern Formation (Spike-Based Buy Setup) First Spike : Large bullish spike candle . Mitigation Candle : Small bearish candle inside or partially inside the bullish spike. Second Spike
Bainanans 500+ USD
Bainanan good f المؤشر. ينبغي إضافة نقطة صفراء عند أعلى نقطة في الشموع في منطقة ذروة الشراء - وهي نقطة H. ينبغي إضافة نقطة خضراء عند النقطة المنخفضة للشموع في منطقة ذروة البيع - وهي نقطة L. إذا وُجدت نقطة L واحدة على الأقل بين نقطتي H، فابحث عن نقطة LL في الفترة الفاصلة بينهما. ستكون الشمعة ذات أدنى سعر قاع هي نقطة LL. بشكل عام، لا تُعتبر نقطة LL بالضرورة نقطة L. ابحث عن الشموع ذات أدنى سعر قاع. إذا كانت هناك نقطة H
Døsh forex 30 - 200 USD
I want a robot that will help me and trade the the robot will be very good I don’t want to loose money I repeat I don’t want to loose money
We are looking for an experienced MT5/MQL5 developer to build a data bridge that connects an external market data feed (tick-by-tick from a third-party provider) into the MT5 platform. Requirements: Capture real-time tick-by-tick market data (bid/ask/last price, volume) from an external API (source: WebSocket/REST or DLL). Push this data into MT5 in a format compatible with native charts and order execution
Precision Shift EA 100 - 500 USD
Use the Daily (D1) chart as the higher timeframe reference. On the H1 timeframe, monitor for a sweep of the previous day’s high or low. A sweep means that price takes liquidity above or below the previous day’s level and then shifts back inside. After a sweep on H1, drop to the M5 timeframe. On M5, wait for a Change of State in Delivery / Market Structure Shift (CHOCH/BOS) to confirm entry. If the sweep occurs above
Shybossforex robot 30 - 50 USD
Shybossforex strategy full data continuation and reversal.The strategy of continuation and reversal is trading technique 5hat involves two different approach to trade execution.The continuation and reversal is based on assumption that current market trend will continuation in future and therefore inloves taking position in same direction as prevailing trending,I will wait for the pullback and continuation trade with
I am looking for an experienced MQL5 developer to build a trading robot based on my personal strategy. The EA should be coded professionally, with efficiency, accuracy, and risk management in mind. Strategy Overview: The strategy is structure-based with Fibonacci retracement (0.618–0.79) as the primary Point of Interest (POI). Secondary confluences include order blocks, support/resistance, psychological levels, and

Informations sur le projet

Budget
50+ USD
Pour le développeur
45 USD
Délais
à 30 jour(s)