3TF MACD

MQL5 专家

工作已完成

执行时间3 天

指定

3TF MACD 

It must use one standard indicator MACD. Signals for opening and modifying positions must be produced according to formed bars of three timeframes specified in the parameters of the Expert Advisor. Modification of the Trailing Stop level must be performed according to maximums/minimums of the lower timeframe. Usually, this is the minimum timeframe indicated in the parameters.

Apart from specified timeframes, execution of orders must be performed timely according to the current/opened Timeframe (the timeframe that is open or the timeframe that the EA is attached on), this means if the current/ open timeframe is H1 then positions will be opened Hourly. 


The list of Expert Advisor parameters:

Magic Number “ magic number (identifier of trade operations of the Expert Advisor).

Deviation “ price slippage in points.

Timeframe 1 “ the first specified timeframe.

Fast EMA Period “ period of the fast EMA of the MACD indicator for the first timeframe. If you set a zero value, the indicator from this timeframe will not be considered.

Slow EMA Period “ period of the slow EMA of the MACD indicator for the first timeframe.

Signal SMA Period “ period of the signal line of the MACD indicator for the first timeframe.

Timeframe 2 “ the second specified timeframe.

Fast EMA Period “ period of the fast EMA of the MACD indicator for the second timeframe. If you set a zero value, this parameter will not be considered.

Slow EMA Period “ period of the slow EMA of the MACD indicator for the second timeframe.

Signal SMA Period “ period of the signal line of the MACD indicator for the second timeframe.

Timeframe 3 “ the third specified timeframe.

Fast EMA Period “ period of the fast EMA of the MACD indicator for the third timeframe. If you set a zero value, this parameter will not be considered.

Slow EMA Period “ period of the slow EMA of the MACD indicator for the third timeframe.

Signal SMA Period “ period of the signal line of the MACD indicator for the third timeframe.

Take Profit “ level of fixing the profit, which is indicated in points from the position open price. If the value is set to zero, Take Profit will not be set.

Stop Loss “ protective level, which is indicated in points from the position open price. If the value is set to zero, Stop Loss will not be set.

Trailing Stop “ step in points used for modification of the protection level in the profitable direction. The level is calculated using maximums (High) of bars for Sell positions and minimums (Low) of bars for Buy positions. If the value is set to zero, the protective level will not be modified.

Reverse “ in this parameter, one can specify if positions will be reversed in case an opposite signal appears. Value ‘true’ means that positions will be reversed if an opposite signal appears.

Close All ' enables/ disables the function to close all positions pertaining to the pair if the condition is not meet 

Lot “ position volume (lot).

Volume Increase “ the amount to increase the position volume by in case the condition is true. If you set a zero value, the volume will not be increased.
Volume Increase Step “ distance from the last deal in points the price should pass before the condition for increasing the volume is considered true.

Conditions:


A signal to open a position is true if the following conditions are fulfilled:

For a BUY position:
The MACD histogram is above the signal line on all the specified timeframes.
The previous value of the histogram is below the current value (growth).

If a position is opened, the model of increasing the volume starts its operation in the Expert Advisor. The volume is increased if the price goes in the profitable direction and reaches the level, which is calculated for Buy positions as the last deal price plus the number of points indicated in Step Increase. The close price of the formed bar must be above the calculated level.


For a SELL position:

The MACD histogram is below the signal line on all the specified timeframes.
The previous value of the histogram is above the current value (fall).
If a position is opened, the model of increasing the volume starts its operation in the Expert Advisor. The volume is increased if the price goes in the profitable direction and reaches the level, which is calculated for Sell positions as the last deal price minus the number of points indicated in Step Increase. The close price of the formed bar must be below the calculated level.

Additional parameters and features:


The Expert Advisor additional parameters:

On/Off Info Panel “ enables/disables the informational and trading panel in the left part of the chart.
Setting On The Fly “ enables/disables the possibility to adjust parameters using the informational and trading panel.

反馈

1
开发者 1
等级
(1853)
项目
3455
88%
仲裁
73
40% / 15%
逾期
265
8%
空闲
2
开发者 2
等级
(45)
项目
59
14%
仲裁
31
26% / 52%
逾期
35
59%
空闲
3
开发者 3
等级
(2082)
项目
2642
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
4
开发者 4
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
113
17%
工作中
5
开发者 5
等级
(9)
项目
11
45%
仲裁
2
0% / 100%
逾期
2
18%
空闲
6
开发者 6
等级
(225)
项目
284
42%
仲裁
15
13% / 47%
逾期
67
24%
空闲
7
开发者 7
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
8
开发者 8
等级
(71)
项目
254
53%
仲裁
16
50% / 38%
逾期
83
33%
空闲
9
开发者 9
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
10
开发者 10
等级
(66)
项目
143
34%
仲裁
10
10% / 60%
逾期
26
18%
空闲
相似订单
I need a martingale EA to trade with my indicator. I will send you a model EA for you to follow how the martingale system should work. or you can come up with your martingale concept. Need EA in one hour since this is easy
I would like to find someone who has already created a trading robot before. Im also looking for someone who can creat a bot that goes with time and structure
I am urgently in need of an expert full time programmer who can code an ea from scratch, Programming a well automated expert advisor from the existing strategy and make it work exactly more details will be provided in chat room thanks
Hello, I have implemented the method how to read the Toolbox Journal in MQL4, but this method does not work in MT5, because in MT5 the listview has LVS_OWNERDATA style. If you know or have a solution for MT5, without reading it from the log file, then please apply to this job. Regards, TradingProFX
I would need a robot that will automatically enter buy and sell positions based on the renko chart. The trend is to be determined on the basis of Elliot Waves. Individual peaks and troughs are determined by the TMA centerband Indicator. The buy position is entered when a higher low appears via the buy signal of the TMA indicator A sell position is entered when a lower high appears via the sell signal of the TMA
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
The idea of the trading system is as follows : market entries are performed when MACD's main and signal lines intersect in the current trend direction . 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is
Modify My EA 30+ USD
good day coder i want to add additional indicator to my ea The Coder should be able to code indicator to EA i will only send you source code if you can proof the indicator can be coded into ea all other features will be discussed inside but the major part is this peculiar indicator i am available for discussion My time zone is GMT+1 Source code will be release and tested on live market i trade from monday to sunday
Hello , By slippage control on Take profit and stoploss functions the ea won't implement different results of TP and Stoploss on volatile markets, target is to produce exact numbers of sl and tp on live executions .A coder who has done this type of job will be the choice . lot sizing will be added to EA
Use indicator provided to produce support and resistance levels, and enter trade if price reaches s/r level which user has specified in settings. TP and SL should also come from user settings. TP and SL options should be s/r levels. EA trade should only be opened if there is a trade already open from another EA, based on magic number. EA should check for magic number from other EA, and only enter trade if there is a

项目信息

预算
100+ USD
开发人员
90 USD