MT4 EA - Mean Reversion System

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 2 giorni
Feedback del cliente
Very professional and fast dev. Thank you
Feedback del dipendente
Thanks so much!!!!!

Specifiche

Mean Reversion System

 

Main Idea:

The main idea is to trade on the cross between a symbol and its mirror image (invert correlation). The system uses mean reversion which at the time of crossing the price reverts to the mean.


·        *Yellow line is the real price.

·        *Green line is the mirror price.

For all timeframes, for all symbols.

 

 

Indicators Used:

·        Main Signal: MT4Correlation – This is used to make a mirror image of the symbol on the same chart

·        Secondary Signal: Moving Average

·        Secondary Signal: Heiken Ashi

 

Methodology:

·        IF Main Signal: MT4Correlation price crosses the mirror price the system will check for the below secondary signals if they are enabled (true) on the inputs. If the price crosses from below it’s a BUY signal if it crosses from above a SELL signal.

·        Moving Average If the MA line is below the price it’s a BUY signal if the MA line is above the price its a SELL signal.

·        Heiken Ashi If its enabled in inputs, it’s another secondary signal that shows a BUY signal or SELL Signal.

 

Example:


Above we have GBPUSD price indicated as Heiken Ashi candles with the mirror price (MT4Correlation) indicator.

·        On the blue circle the price crossed. The price was coming from below going up and that means a BUY signal on the main signal.

·        The third signal is the Moving Average which is in the correct positions – below the price – BUY sigbal

·        The fourth signal is the Heiken Ashi candles which as you can see its already a BUY signal.

·        All signals signify a BUY.

·        The EA should either trade on market or enter a Limit order (Buy Limit) depending on the distance indicated in inputs.

 

Inputs:

·        extern string Section1 = "============== Basic Settings ===============";

·        extern double LotFixed = 0.1;

·        extern bool AutoLot = false;

·        extern double LotPercent = 2.0;

·        extern int SL = 0;

·        extern int TP = 0;

·        extern int MaximumTrades = 1;

·        extern int Expiration = 5;  <--- Number of candlesticks (default: 5) that the order will expire – If the Orders = true below

·        extern bool Orders = true;

·        extern int OrderAwayFromPrice = 5; ß This option will put an order, instead of a market trade at specified points. As default its 5 which means 5 pips away from the price.

·        extern bool Trade_With_Mirror_Signal = true;

·        extern string Section2 = "=============== Trailing Stop ================";

·        extern bool TrailingStop = false;

·        extern int TrailDist = 5;

·        extern int TrailStep = 5;

·        extern bool TrailAfterProfit = false;

·        extern bool Virtual_Trailing = false;


·        extern string Section3 = "============== Moving Average Signal ===============";

·        extern bool MA_Signal = true;

·        extern int MA_Period = 13;

·        extern int MA_Shift = 0;

·        extern int MA_Method = MODE_EMA;

·        extern string Section3 = "============== Heiken Ashi Signal ===============";

·        extern bool HA_Signal = true;

·        extern string Section4 = "============== Alerts ===============";

·        extern bool Show_Alert = false;

·        extern bool Play_Sound = false;

 

 


Con risposta

1
Sviluppatore 1
Valutazioni
(356)
Progetti
632
26%
Arbitraggio
89
73% / 13%
In ritardo
12
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(2435)
Progetti
3067
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
Gratuito
3
Sviluppatore 3
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
4
Sviluppatore 4
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
5
Sviluppatore 5
Valutazioni
(3)
Progetti
2
0%
Arbitraggio
7
0% / 86%
In ritardo
0
Gratuito
6
Sviluppatore 6
Valutazioni
(22)
Progetti
28
29%
Arbitraggio
3
0% / 67%
In ritardo
7
25%
Gratuito
7
Sviluppatore 7
Valutazioni
(563)
Progetti
932
47%
Arbitraggio
302
59% / 25%
In ritardo
124
13%
Occupato
8
Sviluppatore 8
Valutazioni
(96)
Progetti
143
76%
Arbitraggio
0
In ritardo
2
1%
Gratuito
Ordini simili
Hi Looking for an existing bot to create a Expert Advisor, that can pass prop firm Challenges (1 or 2 phases), like FTMO, MFF, TFF etc. Preferably EA trading GOLD With license key NO martingale strategy Need to have nice entries and exits. NO big lots and low risk. Need complied with this restrictions: -Profit 10% -Max Drawdown (DD) 10% -Max Daily Loss 4% -All trades with SL -NO trades during and after high impact
Bottrading 30 USD
// Khai báo các tham số đầu vào input int rsiPeriod = 14; // Chu kỳ RSI đầu vào mua gấp đôiLevel = 30,0; // Ngưỡng quá bán RSI để mua đầu vào bán gấp đôiLevel = 70,0; // Ngưỡng quá mua RSI để bán đầu vào int movingAveragePeriod = 50; // Chu kỳ trung bình để theo dõi tài khoản đầu vào rủi ro képPerTrade = 1,0; // Tỷ lệ sai sót của mỗi lệnh (% tài khoản) input int keyLevelPeriod = 100; // Chu kỳ tìm kiếm key level đầu
The EA should place take profit at the order opening price when X points of loss are reached, I already I have my own EA I just need a dev that ad what I ask previously to it, will be verry cool. Thanks
- Automation of layering entry criteria with a mix of initial market orders and subsequent limit orders. Automation of stop loss applied to all these order's with SL moving to above entry when criteria has been met. Automation of TPs - This is a drag and drop ea to the chart when I manually see price action appear. I am not looking for the EA to spot price action
Hello, I post daily analyses on my WordPress site, and I am looking for a developer capable of creating a bot that automatically retrieves trading information (buy/sell, entry, take profit, stop loss) from my analyses and replicates them on MT5 automatically. The goal is to develop a solution that is as simple as possible. This bot will also need to include a few additional features, such as money management, among
Input will be Buy Levels and Sell Level. Qty-> Addition | Multiply Buffer -> in Points with Level Taret -> in points/Lot Price close above Level1 then Buy Price close below Level2 then Sell Will close the position if in Positive, otherwise will not close the position and Open the opposite Position with added Quantity of the last open position. if Price thouches the Buffer Level, the opposite position will be created
**Project Title: Forex Layering Tool Expert Advisor (EA)** **Project Overview:** I am seeking an Expert Advisor (EA) that will simplify the process of entering multiple trade layers based on specified price ranges. **Key Features:** **Layering Capability:** - The EA will support the opening of 5 to 50 layers of a defined price entry range - Each layer will have a fixed lot size that can be defined by the user
very simple rule buy rate 2 sl 1 if market reach 3 sl 2 market reach 4 sl 3 sl hit reverse trade open too with same 1:1 trail sl system if sl hit reverse trade open with same sl trail function 1 input open trade with buy or sell option 2 sl in pip .............xyz 3 lot size ............. xyz 4 distance from sl when sl trail one step [main point] Iam buying in rate of 2 my sl is 1 market reach 3 my sl is 2 market
Purpose: 1. The EA should catch the trend and follow it up or down. 2. The EA must use volitile and volume (strong money flow/ATR or ADX. Feel free to come up with suggestions for indicators we can use. 3. EA must have a minimal Draw down at 3-5% MT4 EA Inputs • Lot size = 0.1 • Use Dynamic Lots = true/false • Risk Percentage of your balance= 2% • Min Allowed Lot Decimals = 0.1 or 0.01 or 1 • SL pips = 100 • TP Pips
The pink panther 2.0 30 - 200 USD
.I would really like to request for a mobile robot. The robot that will work for me and that is accurate so that it will make me a profit everyday.Opens and closes orders for itself and is able to trade more than one trade every time it sees a trading opportunity and a robot that has the ability to open trades with bigger lot size

Informazioni sul progetto

Budget
30 - 70 USD
IVA (19%): 5.7 - 13.3 USD
Totale: 35.7 - 83.3 USD
Per lo sviluppatore
27 - 63 USD
Scadenze
da 1 a 7 giorno(i)