Using Single or 2 MA to trigger trade

Эксперты

Техническое задание

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.


Откликнулись

1
Разработчик 1
Оценка
Проекты
0
0%
Арбитраж
0
Просрочено
0
Свободен
2
Разработчик 2
Оценка
(41)
Проекты
124
34%
Арбитраж
32
13% / 75%
Просрочено
53
43%
Свободен
3
Разработчик 3
Оценка
(273)
Проекты
395
63%
Арбитраж
70
53% / 26%
Просрочено
198
50%
Свободен
Похожие заказы
I have an indicator that give signals. I would like an EA to automate the strategy. the Indicator gives an arrow in the direction the trade needs to open. Attached is a picture of the indicator. I have also attached the Indicator as well as a word document of what I would like be able to select on the EA
Hello, I am seeking an experienced expert who can assist me in converting a trading indicator or strategy written in Vbox Thinkscript into a compatible format for use with Sierra Chart
My idea _Anna. 50+ USD
I'm looking for a strategy where I can specify two points, such as Point A and Point B, which could be based on today's high/low or yesterday’s high/low, etc. I should have the option to define these points. The system should execute a buy order when the price goes above Point A, with the ability to set a target in percentage or points, as well as a stop-loss. Similarly, when the price drops below Point B, it should
RackemupEA is based on an indicator which was made freely available to all. The mql4 file is attached. The requirements doc spells out easy to understand entry/exit conditions as well as some trade management functions to control the size of successive entries in the series. Series (or sequence) is a set of trades that open in the same direction, either long or short. The EA will and must be FIFO compliant. Hedging
I have one expert advisor. I optimized it and generated 3 optimized set files. As each EA can run only single set file, I need my EA to run with the parametrization from 3 set files at the same time because trade conditions those are defined by the set files are not same
Buy - 2 or 3 (option) moving average (simple or exponential) alignment, with the shortest above the longest and if 3, with the second in the middle of the others 2. Wait a candle close above the one or two (option) previous maximums Stop loss: in the minimum of previous candle or minimum of the enter candle (option) with option to add 5, 10, 15, 20, 25, 30, 35, 40, 45 or 50 points below (options to set) Trailing stop
Project Overview Develop a custom automated trading bot (Expert Advisor) for MetaTrader 4 (MT4) that executes trades on the S&P 500 index CFDs via CMC Markets. The bot will implement a momentum-based trading strategy that utilizes technical indicators for market entry and exit signals, incorporates dynamic stop-loss orders, adjusts position sizes based on market momentum, and adheres to strict risk management
Hello, I want to make simple EA for MT5 where I can set main pair and correlated pair and if main pair open trade it will open opposite trade on correlated pair and when main pair close trade it will close trade on correlated pair also. For example if I set US30 as main and NAS100 as correlated and open buy on US30 it will open sell on NAS100. When I close buy on US30 it also close sell on NAS100. Additional options
no order will be given until you prove that you are capable to code , so at least make a basic demo first to take the final order from me. and i can not afford to pay more than 30 usd. so its final offer EA should work with any pair like jpy , oil and Gold pairs along with EURUSD , GBPUSD etc and GBPJPY and too Lot size … its fixed for all. So which ever size client set . it will set for all the trades Gap between
My Goal: I want to make an EA that makes money using AI.. with zero losses and 100% winning chances and we will continue to upgrade and design the EA until we reach our goal. this could be a long term project

Информация о проекте

Бюджет
10 - 50 USD
Исполнителю
9 - 45 USD