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
(8)
Projets
18
17%
Arbitrage
3
67% / 0%
En retard
0
Gratuit
2
Développeur 2
Évaluation
(4)
Projets
6
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
4
Développeur 4
Évaluation
(139)
Projets
181
24%
Arbitrage
23
22% / 39%
En retard
13
7%
Gratuit
5
Développeur 5
Évaluation
(237)
Projets
419
34%
Arbitrage
53
36% / 40%
En retard
154
37%
Occupé
6
Développeur 6
Évaluation
(272)
Projets
394
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
(69)
Projets
104
54%
Arbitrage
3
0% / 67%
En retard
9
9%
Travail
9
Développeur 9
Évaluation
(253)
Projets
408
38%
Arbitrage
86
43% / 19%
En retard
70
17%
Travail
10
Développeur 10
Évaluation
(563)
Projets
932
47%
Arbitrage
301
59% / 25%
En retard
124
13%
Travail
Commandes similaires
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
I need a trading bot, My strategy works with the 1hour timeframe .My stop-loss should be put using Atr of the candle multiply by 1.5 then the value will be added or subtracted from my entry depending on if it's a buy or sell and my entry should be a candlestick pattern also in addition to when the 3 Ema corresponds .When the 8Ema is above the 20Ema and they are both above the 100Ema it is a buy and when the 20Ema is
i need someone who can remake this indicator to a winning strategy. i need someone who can make my signal on that indicator to appear fast on the chart... let me know if you can
I am seeking a coder who has experience in converting an MT4 indicator & EA(.mq4 file, source code provided) to TradingView's Pine Script. The indicator should be identical to the original, with the same inputs and settings. Upon completion of the task, the coder will send me the Pine Script indicator & EA along with the full source code, and the project will remain confidential. This task should be straightforward
see trade open on every tick seconde ok forex pair us us30 if is current running at 40170.00 so open 2 trade buy stop and sell stop both in every tick pending order of buy stop will 40171.00 and sell stop pending order will be 40169.00 buy stop will open at 40171.00 and tp will be 40173.00 and SL will be 40169.50 ok if buy stop hit sell stop order automatically will be close now if sell stop order open at 40169.00 so
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
hi hi there i have an strategy on tradingview and i want to automate it like metatrader EA so i want the strategy to open and close trade automaticlly on tradingview
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
are you aware of the Monday Range Strategy? https://www.youtube.com/watch?v=7B_yBBFx6z8 5pm EST time sunday - monday 5pm est and it has to be on the H1 chart , minimum 1:2 Risk to reward and break even function after 1:1

Informations sur le projet

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