Need Murrey Math lines EA

MQL4 Experts

Spécifications

Hi,

First of all sorry for my english. But I’m learning everyday.

You probably know Murrey Math Lines indicator. I want an Expert Advisor that Works according to Murray Math indicator.

I use this Murrey Math lines indicator.

https://drive.google.com/file/d/0BwbornOcKKrCc1A5TU1jTGYxNEk/view?usp=sharing

In summary I Want to setup buy, price is every touch (-2/8) (-1/8) and (0/8) and sell price is every touch (+2/8) (+1/8) and (8/8) But ofcourse some conditions are required.

Most importand condition is price bar newer touch this Murrey lines before 100 bars(candles) forexample. I want to be able to choice how many bars.

I want to ea is auto placement take profit 1 murrey math lines level up or down.

Forexample price is touched the +1/8 line and newer touch this line in the past 100 bars. Ea open sell trade and goning to placement take profit 8/8 line, and placement to stop loss +2/8 line. Visaversa for -1/8 line.

Other importand condition is I want to be able to choice how many pips before open trades. Forexample I want to open sell trade when the price is touch +1/8 line but I want to open sell trade before 5 pips to +1/8 line. I should be able to choice how many pips.

Same way I should be able to choice take profit and stop loss placement how many pips before or after lines

Murrey math lines are cahange in two ways. Firts when the price is going to above +2/8 line or below to -2/8 line, İf this will happen octaves are reset and indicator creates new lines. Second murrey math indicator calculate 64 bar period for default setting.  After 64 bars indicator calculate again and lines  maybe change. But this is not importand for us. Ea must calculate just instantaneous values. İf the ea open sell trade when the price touch +2/8 line, ea musn’t change or close trade when the price go up to +2/8 line  and levels are change.

I want to some inputs in my ea.

Choice lot size input. 0.01 lot, 0.1 lot etc

Choice Money managment. For example close trade -%5

Choice open trade time. For example open trade only after 08:00 GMT

Choice close trade time. For example close trade every friday 20:50 GMT

Choice dont trade time. For examle don’t open trade after 22:00 GMT

 

Take Profit / Stop Loss Flexibility

I want to able to choice Take profit / Stop Loss leves. For example when the price is touch 8/8 lines I shold be able to choice take profit level 7/8 or 6/8 or 5/8  all other lines and should be able to choice stop loss levels +1/8 or +2/8 and ofcource pips below or after options.

I want to see ea open trades for which line (+2/8, 8/8, -1/8 etc) in the comments sections

Thank you

 

Something like this in my mind

========================================================================

Magic Number: 12345

========================================================================

Lot Size: 0.01, 0.04, 0.2... etc

Money Managment: -%3 (Trade close)

========================================================================

Open trade condition: True / False (Default False)

Open trade only after: 08:00 GMT ( I want to able to choice exact time)

========================================================================

Close trade condition: True / False (Default False)

Close trade at: 21:00 GMT ( I want to able to choice exact time)

=======================================================================

Close trade friday condition: True / False (Default True)

Close trade every friday: 20:50 GMT ( I want to able to choice exact time)

========================================================================

Don’t open trade condition: True / False (Default True)

Don’t open trade friday after: 20:00 GMT ( I want to able to choice exact time)

=========================================================================

Trade Level +2/8

==========================================================================

Trade level: +2/8: True / False (Default False)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

<<<< Above 2 conditions mean price never get closer +2/8 line more than 5 pips before 60 bars >>>>

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal (Default Below) İf the equal selected trade open exact +2/8 line value

How many pips: 5 pips    (I want to able to choice how many pips)

Take Profit: +1/8 or 8/8 or 7/8 etc (All Murrey Lines) (Default +1/8)

Take profit: After/Below/Equal (Default Equal) (İf the equal selected take profit exact +1/8 line value)

How many pips: 5 pips

Stop Loss: Equal +1/8 range

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

=========================================================================

Trade Level +1/8

=========================================================================

Trade level: +1/8: True / False (Default True)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 8/8 or 7/8 or 6/8 etc (All Murrey Lines) (Default 8/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: +2/8

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

========================================================================

Trade Level 8/8

========================================================================

Trade level: 8/8: True / False (Default True)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 7/8 or 6/8 or 5/8 etc (All Murrey Lines) (Default 7/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: +1/8 or +2/8 (Default +1/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

========================================================================

Trade Level 7/8

========================================================================

Trade level: 7/8: True / False (Default False)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 6/8 or 5/8 or 4/8 etc (All Murrey Lines) (Default 6/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 8/8 or +1/8 or +2/8  (Default 8/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

==========================================================================

Trade Level 6/8

==========================================================================

Trade level: 6/8: True / False (Default False)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 5/8 or 4/8 or 3/8 etc (All Murrey Lines) (Default 5/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 7/8 or 8/8 or +1/8 (All Murrey Lines)  (Default 7/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

=========================================================

Trade Level 5/8

=========================================================

Trade level: 5/8: True / False (Default False)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 4/8 or 3/8 or 2/8 etc (All Murrey Lines) (Default 4/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 6/8 or 7/8 or 8/8 (All Murrey Lines)  (Default 6/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

===============================================================

Trade Level 4/8

===============================================================

Trade level: 4/8: True / False (Default False)

Trade: Buy / Sell (Default sell)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from above don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 3/8 or 2/8 or 1/8 etc (All Murrey Lines) (Default 3/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 5/8 or 6/8 or 7/8 (All Murrey Lines)  (Default 5/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

====================================================================

Trade Level 3/8

====================================================================

Trade level: 3/8: True / False (Default False)

Trade: Buy / Sell (Default Buy)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from below don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 4/8 or 5/8 or 6/8 etc (All Murrey Lines) (Default 4/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 2/8 or 1/8 or 0/8 (All Murrey Lines)  (Default 2/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

===========================================================================

Trade Level 2/8

===========================================================================

Trade level: 2/8: True / False (Default False)

Trade: Buy / Sell (Default Buy)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from below don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 3/8 or 4/8 or 5/8 etc (All Murrey Lines) (Default 3/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 1/8 or 0/8 or -1/8 (All Murrey Lines)  (Default 1/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

===============================================================================

Trade Level 1/8

===============================================================================

Trade level: 1/8: True / False (Default False)

Trade: Buy / Sell (Default Buy)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from below don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 2/8 or 3/8 or 4/8 etc (All Murrey Lines) (Default 2/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: 0/8 or -1/8 or -2/8  (Default 0/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

================================================================================

Trade Level 0/8

================================================================================

Trade level: 0/8: True / False (Default True)

Trade: Buy / Sell (Default Buy)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from below don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 1/8 or 2/8 or 3/8 etc (All Murrey Lines) (Default 1/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: -1/8 or -2/8 (Default -1/8)

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

=====================================================================

Trade Level -1/8

=====================================================================

Trade level: -1/8: True / False (Default True)

Trade: Buy / Sell (Default Buy)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from below don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: 0/8 or 1/8 or 2/8 etc (All Murrey Lines) (Default 0/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: -2/8

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

===========================================================================

Trade Level -2/8

===========================================================================

Trade level: -2/8: True / False (Default False)

Trade: Buy / Sell (Default Buy)

Price don’t touch This line in the past: 60 bars (I want to able to choice how many bars.)

Price don’t get closer in the past more than : 5 pips (I want to able to choice how many bars)

If the price comes from below don’t open trade: True / False (Default True)

Open trade: After/Below/Equal    (Default Below)

How many pips: 5 pips

Take Profit: -1/8 or 0/8 or 1/8 etc (All Murrey Lines) (Default -1/8)

Take profit: After/Below/Equal (Default Equal)

How many pips: 5 pips

Stop Loss: Equal -1/8 range

Stop Loss: After/Below/Equal (Default After)

How many pips: 5 pips

=======================================================================

Trade Comments: True/False (Default True) Show which line trade in terminal. For example +2/8 or -1/8

 




Répondu

1
Développeur 1
Évaluation
(117)
Projets
138
41%
Arbitrage
30
7% / 77%
En retard
17
12%
Gratuit
2
Développeur 2
Évaluation
(119)
Projets
127
41%
Arbitrage
3
33% / 67%
En retard
0
Gratuit
3
Développeur 3
Évaluation
(89)
Projets
137
24%
Arbitrage
35
9% / 40%
En retard
52
38%
Gratuit
4
Développeur 4
Évaluation
(221)
Projets
369
66%
Arbitrage
10
50% / 0%
En retard
46
12%
Gratuit
5
Développeur 5
Évaluation
(14)
Projets
22
27%
Arbitrage
24
13% / 79%
En retard
6
27%
Gratuit
6
Développeur 6
Évaluation
(219)
Projets
370
42%
Arbitrage
145
17% / 41%
En retard
124
34%
Gratuit
Publié : 38 codes
7
Développeur 7
Évaluation
(1)
Projets
1
0%
Arbitrage
1
0% / 100%
En retard
0
Gratuit
Commandes similaires
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
I need a high frequency trading robot for gold in one or 5 minute timeframe the robot should have spread filter where it should only open trades below a set spread should have news filter to allow trading during fundal news or not the robot should have input in number of minutes to close all open trades and remove pending orders before fundamental news as part of news filter. It should also have the number of minutes
Hello! I want to programm EA that uses volume profile indicator, but I am not sure if this is possible. Only experienced programmers please, I will not select a programmer who did only few jobs. Before starting I need to make sure you understand everything and that this is for sure technically possible
Hello, I am looking for a professional trading system including: 1- Trading Bot (Expert Advisor): - Good profit performance - High security and strong risk management - Works efficiently during high market volatility (news and strong movements) - Works on all pairs (Forex + Gold) 2- Signal Indicator: - Provides clear Buy and Sell signals - Includes Take Profit and Stop Loss - No repaint (signals must not change or
Hi, I’m looking for a top-tier, profit-optimized EA that has the potential to scale trading returns significantly. My goal is to maximize growth over time. Can you help develop a bespoke EA that could potentially scale to high six or seven figures
Max amount grid 30+ USD
max amount grid step for magic number do keep deleting .only when it is in negative floating .but when it is profit allow to go over the max and replays to grid step
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
I will pay 3000+ USD (negotiable) for an EA for existing MT5 that generates a minimum of 15-20% or higher a month consistently (provide source code after final deal) Looking for a highly profitable EA Please send demo version directly subject (Buying profitable EA Budget up to $ 3000 USD), past results and optimal settings so I can test, if it performs in a strategy tester i will also need option to forward test it
EA fx 30+ USD
Hello, I need an already developed EA similar to the one trading XAUUSD, with consistent entries and good risk management. Before we proceed, I would like to verify its performance. Please provide a live or demo account login along with the investor (read-only) password so I can monitor the trading results. I am looking for stable performance, controlled drawdown, and consistent profit on gold (XAUUSD). Once I

Informations sur le projet

Budget
50 - 150 USD
Délais
de 3 à 5 jour(s)