Expert Advisor Based on MACD/RSI + S&R LEVELS

MQL4 Experts

Tâche terminée

Temps d'exécution 4 jours

Spécifications

I want to make a robot for automated trading that applies this strategy with the notes attached in the file sent to you.
The strategy depends on four factors: Support levels - Resistance levels - Positive divergence on the RSI and MACD indicators.
The idea of the strategy to be converted into an expert to: Using the theory of exchanging roles between supports and resistances, we will sell at support and buy at resistance automatically, with defining profit-taking and profit-taking points. But this must be done under the following conditions:
 1) That the supports and resistances be on a 1 hour frame + a 4 hour frame
2) That there is a positive divergence on a 5-minute frame (only) either through an indicator RSI or MACD
# Important notes about support and resistance:
 1) The level of support or resistance must be on the hourly or fourhour time frame .
2) The level must be its first touch on the day, meaning that if it was touched previously and achieved its goal, the level is canceled and in the second visit, the expert does not enter the deal
# Important notes on the Rsi indicator
 1) There must be a positive divergence at the overbought levels, which range between 65 and 100 and at the same time the price is touching a support level Also, there is a positive divergence at the oversold levels, which range from 30 to 0, and at the same time the price touches a resistance level.
 # In the event that there is a divergence at the level of 40, for example, the condition is not met and the expert does not enter the deal.
# Important notes about profit taking and stop loss As for the stop loss, I want to be present in the indicator settings the number of points to be placed as a stop loss The same applies to taking profit, but if we say, for example, that the price fell from a support level and then touched another resistance or support level after it, the expert advisor will take profit automatically, preferably before the price reaches this level by 3 points, for example Notes about the shape of the Indicator :
1) I want there to be an ON, OFF button to control whether or not the EA is opened on each pair
 2) I want there to be a place to put the lot to be chosen for each currency, because it will differ in oil, gold, and currencies
3) I want there to be a button to set the number of pips to stop loss and take profit .
Finally Notes :
1 ) If the price reverses more than half of the loss points, the expert advisor will take profit if the price reaches the entry area ( This command is available to control its activation or not.. for example we call it )Safe exit)
 2 ) This is the most important note written Sometimes there is an old support on 4 hours or an hour and then it turns into resistance The expert advisor must read its last state, which is that it is resistance and not support... The lesson in the end... The lesson in the end... The lesson in the end.

All details are attached to  some pictures added to illustrate the strategy


Dossiers :

PNG
1.PNG
56.5 Kb
PNG
2p.PNG
57.9 Kb
PNG
3.PNG
56.5 Kb
PNG
4.PNG
44.0 Kb

Répondu

1
Développeur 1
Évaluation
(145)
Projets
258
35%
Arbitrage
12
25% / 58%
En retard
42
16%
Gratuit
2
Développeur 2
Évaluation
(204)
Projets
293
37%
Arbitrage
34
32% / 29%
En retard
76
26%
Chargé
3
Développeur 3
Évaluation
(4)
Projets
6
0%
Arbitrage
5
0% / 80%
En retard
2
33%
Gratuit
4
Développeur 4
Évaluation
(63)
Projets
194
73%
Arbitrage
4
100% / 0%
En retard
1
1%
Gratuit
5
Développeur 5
Évaluation
(568)
Projets
641
41%
Arbitrage
21
57% / 29%
En retard
47
7%
Travail
Commandes similaires
Zzz 30+ USD
// กำหนดค่าตัวแปรพื้นฐาน input double lotSize = 0.1; // ขนาดล็อตที่ต้องการ input int takeProfit = 50; // ระยะ Take Profit (จุด) input int stopLoss = 50; // ระยะ Stop Loss (จุด) input int magicNumber = 123456; // หมายเลข Magic Number input int smaPeriod = 14; // ช่วงเวลา Simple Moving Average (SMA) // เวลาที่ออเดอร์ล่าสุดถูกเปิด datetime lastOrderTime = 0; // ฟังก์ชั่นหลักของ EA void OnTick() { //
Mobile robot 50 - 100 USD
I want a profitable scalping EA robot for mt5 and mobile phones (licence key should be provided).the video link attached below indicates how the EA robot should operate it.it analyses the market before taking trades and it trades candle to candle .also coding samples are provided on the video .it should be applicable to all timeframes.it should trade indices(Nas100,US30,S&p500,GER30,)
I use the translator I hope to make myself understood. I'm looking for a cyclical indicator. mt5. I attach videos to understand how it works. to be inserted at any point of the graph. It is possible to change the color and thickness of the line
This EA must have the following functions together: BE: place BE when the price reach a certain gain in PIPS and you can choose the offset too, so, for example it activates after 10 pips with 1 pip of offset so you can have profit with BE too Auto SL and TP Can manage the trades made by phone when MT5 is open in the PC or VPS Trailing stop (step by step): I can decide at what number of pips the trailing stop get
This is a strategy based on crossing two trend indicators on the second timeframe (1s, for example). We work not only with the market but with the limit orders as well (robot must "read" an order book). Read the whole instruction please for more details. Speak Russian, English
Martingale EA for MT5 30 - 100 USD
Criteria: Only one trade at a time. Cannot open another trade if one is running Trade on EURUSD only, once job is completed I will be happy to schedule more for other pairs You choose entry strategy and criteria win rate must be above 50% in long term backtest of EURUSD Every trade has got TP and SL Trades to last about a day, few trades a week, at least 10 pips gain per trade, so that it can be launched on normal
I have a indicator, mql file. The signals are seen below on a EURNZD H1 chart. Very important to get accurate entries. The signal to trade is the first tic after the the indicator signal paints. I've tried to demonstrate that below. Other than that the EA will have a lot size escalation, an on-screen pip counter, a button to stop taking new trades, SL/TP, and magic number. I would like the indicator to be within the
I would like to create an EA based on the Shved Supply and Demand indicator. you can find the Shved Supply and Demand v1.7 indicator in the following link https://www.mql5.com/en/code/29395 NB: Checks the trading robot must pass before publication in the Market ( https://www.mql5.com/en/articles/2555 ) MQ5 file to be provided
Im looking for an coder to code an EA: Trade management 1. opening trades according to the indicator 2. trades settings to choose from like: open all trades according to the signal open only trade 1,2,3 or 4 % per trade ( example 50/30/20 of the lot settings, with 4 trades it would be for example 50/30/10/10) 3. SL/Trailing settings: Move SL to entry after hitting TP1/TP2 or TP3 moving SL by % keep the original SL
Hi I'm looking to have 2 of my pinescript strategies converted to MQL5 and was wondering if you could first give me a quote for the more simple strategy and then for both the simple and complex strategy together. The simple strategy is a MACD crossover type thing that uses a special EMA script that filters out some ranging price action and also fractal candles for the stop loss. The second strategy is market

Informations sur le projet

Budget
50 - 150 USD
Pour le développeur
45 - 135 USD
Délais
de 3 à 5 jour(s)