Using Single or 2 MA to trigger trade

Experts

Specification

Hi All, 

I need an Moving Average EA. Trigger by Single EA or 2 MA. I need the EA to be able to trade based on single MA or double MA. Pls allow to have these function on this EA



THIS IS USING SINGLE MOVING AVERAGE.

Short : Red  (variable)
Long : Yellow   (variable)
Below is the different time frame for EURUSD. 5, 15, 30 and 60 mins.
Allow Moving Average (MA) to buy or sell when it changes color. 

Example 
5 mins chart (top left)
1) Using single MA (red line ), it will short when it changes color, 
2) Will close profit when MA turns yellow
3) And long immediately when MA turns yellow.
4) Close trade when MA turns red (Cut loss)
5) Short again when MA turns red
6) Close profit when the MA turns yellow.

The EA must be able to calculate the loss when it trade. There is possible there is much loss trade when using this MA EA. But the when there is a profit trade, the EA must be able to lock in profit when the market start to trend.
(E.g  when there is 88pips lost using the same lot size, when there is a position open and it is already 90 pips profit, lock in 88pips and let the price run until the MA changes color and close it profit.
OR
When there is loss of $88 using different lot size(variable) lot size, when there is a position open and it is already $88 pips profit, lock in $90 and let the price run until the MA changes color and close it profit.


Please allow the EA MA to trade on different time frame but exit on different time frame when the MA changes color using the same MA.

Example:
Downtrend
Enter Short on 30mins/60mins TF.
Exit short based on 5/15mins TF when MA change colour.

Order Setting :
--------------
 ConfirmedOnEntry (default true)
If set to TRUE, will enter trade when the bar close and the prices above/below after the cross (color change) confirmed. 

Entry Time Frame: 60 Mins (default)
Exit Time Frame : 15 Mins (default)

Exit Setting :

-------------
ConfirmedOnExit 
Exit when the price close above/below when the MA changes color.


THIS IS USING 2 MOVING AVERAGE.


1st Scenario
My entry on 60mins but wish to get out of the trade on 15 mins when MA changes color, OR my entry based on 60 mins but wish to get out of trade based on 5 mins when MA changes colour.)

2nd Scenario
My entry based on 60mins but wish to close trade with profit based on 30mins/15mins/5mins. However, the market is still trending and there will be another entry when the bar closes above/below the 15mins/5mins. Exit when the market close above/below the MA and when it changes color (countertrend). 

Order Setting :
--------------
 ConfirmedOnEntry (default true)
If set to TRUE, will enter trade when the bar close and the prices above/below after the cross (color change) confirmed. 

Entry Time Frame: 60 Mins (default)
Exit Time Frame : 15 Mins (default)

Exit Setting :

-------------
ConfirmedOnExit 
Exit when the price close above/below when the MA changes color.

(Entry will based on 60 mins TF, but exit will based on 15 mins when the MA change color. See attached pic below).

Lot and Money Management Setting :
----------------------
Use Lots Increment : (default true / 3)
Increment Type : 1 Empty, 2 Linear , 3 Fibonacci, 4: Martingale
If Set increment to TRUE, when there is a loss trade, the lots size will always increase according to the lots increment chosen until a profit is recorded.
(Details in increment will be given)

Email Alert Setting :
--------------------
 EnableEmailAlert (default false)
Will send an email alert when the trades trigger.

Message :
Long/short EurUsd @ (current price) on 60mins.
Close EurUsd @ (current price) with a profit of 32 pips ($$) on 15mins. Account Balance : ($$)
Close EurUsd @ (current price) with a loss of -32pips (-$$) on 15mins. Account Balance : ($$)

Time Filter Setting :
-------------------
UseHourTrade (default false)
If set to TRUE, the EA only active on certain time.

StartHour (default 0)
Time when the EA start active (use with UseHourTrade = TRUE).

EndHour (default 0)
Time when the EA stop active (use with UseHourTrade = TRUE).

AccountIsMicro (default false)

If using Micro Account set this to TRUE.


Slippage (default 5)
Slippage setting.

MagicNumber (default 1234)
Use to generate Magic Number. Change this number ONLY if you like to run the EA on same pair and same time frame but with different setting.


Responded

1
Developer 1
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
2
Developer 2
Rating
(41)
Projects
124
34%
Arbitration
32
13% / 75%
Overdue
53
43%
Free
3
Developer 3
Rating
(272)
Projects
394
63%
Arbitration
70
53% / 26%
Overdue
198
50%
Free
Similar orders
Helo Geeks i need an experienced developer of forex Eas who can make my purchased EA that has the activation llicense to run to my mt5. I have purchased this EA to someone on telegram but he just not responding to me to give me activation license ,but i believe there are geeks here who can make it run to my mt5. i will share more details on that
Am nevoie de o conversie a unui EA din mql4 in mql5. La final sa fie testata, compilata si rezultatul sa nu aiba erori. Modificarea parametrilor sa se faca dint-un fisier cu extensia txt. Am eu modelul Hi. I need a conversion of an EA from mql4 to mql5. At the end, it should be tested, compiled and the result should have no errors. Modifying the parameters should be done from a file with the extension txt. I have the
Building an expert who copies trades between two platforms on two different devices...controlling the slave’s account number...adding the necessary settings...copying direct trades and copying pending trades...the best developer who has knowledge of this type of expert is fluent in the English language and fast in Reply
Create a mt5 Grid bot EA Set configurable parameters - lot size, grid size & close percentage, increment value. When there is no open trade, open a buy and sell at the same time and same price, with lot size as defined in the lot size variable. Set pending orders - buy and sell at previous lot size + increment value; price at current trade price + grid size. buy and sell at previous lot size + increment value; price
Looking for experienced developer to fix and check the indicator functions in my EA. Main problem to fix is that there is option to open new trade at close of previous which doen't always work on one of the indicators - depending on user inputs. Also if trading is disabled using AutoTrading button, then re enabled the EA waits for new signal to start, but it needs to place trade immediately according to current
I have an EA which trades with XAUUSD with a grid system, and I need to add a few features: 1.- The EA works with an indicator and open many trades as a grid system. I need the EA to open JUST 1 TRADE INMEDIATELY WHEN THE TREND SHOWS. 2.- I need the EA to keep that trade open until it reaches TP or the reverse signal shows. The EA has already the 'close if reverse signal' parameter. 3.- I need to create a parameter
To automatically execute specified trading lots based on RSI lower than 30 and higher than 70. Price must be at least $2 away from defined price benchmarks. Bot must close trade with $2 take profit
Hello, I am looking for someone to convert my MQL4 code project to MQL5. A brief description of my current strategy: MT4 'Spreadsheet' EA collects data from 28 FX currency pairs -> sends it to Excel, then Excel calculates and makes a decision -> Excel sends a signal to MT4 'Trading' EA and manages trades I want the MT4 EA to be converted into MT5. For Back testing purposes, I want to withdraw from using Excel and let
Hey i would like an EA (mt5) the EA will use two indicator which are Moving Average and Parabolic SAR and it should risk 5% of the amount of the account and it should double the account every time it enters a trade and the EA must also increase lots as the account grows
I would need an expert advisor that enters trades base off a indicator on trading view. The indicator is a free indicator on trading view, Which is called TFO Displacement. What needs to happen or the criteria is once the indicator prints a displacement. So once displacement is printed I would love for the EA to immediately open a trade in the direction of the displacement. With a 15 Pips top loss. And a 30 pip take

Project information

Budget
10 - 50 USD
For the developer
9 - 45 USD