AN EA BASED 2 SETS OF MOVING AVERAGE CROSSOVERS,

工作已完成

执行时间4 天

指定

I need a simple EA based on 2 sets moving average crossover strategy, it should able to work on different timeframes, time sessions, currency pairs and Moving average indicators (exponential, simple)

ENTRY STRATEGY

The EA execute trades using 2 sets of moving average crossovers for example (20,200) crossover & (50,200) crossover.

Buy when both crossovers have switched to buy signal.

 Ie;

·         Crossover between (20,200)-should be on a buy

·         Crossover between (50,200)-should be on a buy

Execute a trade after the second signal has confirmed a buy.

 

 

 

 Sell when both crossovers have switched to sell signal.

·         Crossover between (20,200)-should be on a sell

·         Crossover between (50,200)-should be on a sell

Execute a trade after the second signal has confirmed a sell

 

CONTRASTING SIGNALS

Contrasting signal refers to when  crossovers are not in unison,one signals a sell the other a buy.

For example  

·         When crossover between (20,200) is on a buy while Crossover between (50,200) has crossed over to suggest a sell.

·         When crossover between (20,200) is on a sell while Crossover between (50,200) has crossed over to suggest a buy.

 

 

 

 

ON CONTRASTING SIGNAL

Close profits –TRUE /FALSE

Close losses- TRUE /FALSE

 The EA should be able to select which open trades to be closed when contrasting signal  has been generated .i.e. whether to close profitable trades or close losing trades.

 

 

Parameters

Trading behavior-long & short (buy on buy signal and sell on sell signal)

                               -long (buy on buy signal)     

                              -short (sell on sell signal)

                              -inverse (buy on sell signal, sell on buy signal)

Fast MA( 1)-20 (editable)

Fast MA( 1)-method –exponential

                                  -simple

                                  -linear weighted

                                   -smoothed

Fast  MA( 1) applied price-close price

                                        -open price

                                       - High price,

                                        -low price,                                          

                                        -median price,

                                        -typical price 

                                        -weighted price

Fast MA( 1)-shift-0 editable

 

 

 

 

Slow MA(1)-200  (editable)

Slow MA(1)method –exponential

                                  -simple

                                  -linear weighted

                                   -smoothed

Slow MA(1)applied price-close price

                                        -open price

                                       - High price,

                                        -low price,

                                        -median price,

                                        -typical price 

                                        -weighted price

  Slow MA(1) shift-0

Fast MA( 2)-50 (editable)

Fast MA( 2)method –exponential

                                  -simple

                                  -linear weighted

                                   -smoothed

Fast  MA( 2) applied price-close price

                                        -open price

                                       - High price,

                                        -low price,                                          

                                        -median price,

                                        -typical price 

                                        -weighted price

Fast MA( 2)shift-0 editable

 

 

 

 

Slow MA( 2)-200  (editable)

Slow MA( 2))method –exponential

                                  -simple

                                  -linear weighted

                                   -smoothed

Slow MA( 2)applied price-close price

                                        -open price

                                       - High price,

                                        -low price,

                                        -median price,

                                        -typical price 

                                        -weighted price

  Slow MA( 2)shift-0

 

 

TAKE PROFIT

Take profit in pips =200(editable)

Stop loss in pips=200(editable)

 

 


反馈

1
开发者 1
等级
(213)
项目
246
45%
仲裁
42
10% / 57%
逾期
5
2%
空闲
2
开发者 2
等级
(88)
项目
138
25%
仲裁
33
33% / 45%
逾期
59
43%
工作中
3
开发者 3
等级
(1)
项目
2
0%
仲裁
1
0% / 0%
逾期
0
空闲
4
开发者 4
等级
(139)
项目
181
24%
仲裁
23
22% / 39%
逾期
13
7%
空闲
5
开发者 5
等级
(244)
项目
434
34%
仲裁
55
36% / 38%
逾期
159
37%
已载入
相似订单
Hola, me gustaría solicitar la duplicación de un indicador que ya utilizo en MetaTrader 5, desarrollado en lenguaje MQL5. La idea es tener una copia idéntica del indicador existente, estaré dejando una imagen a continuación para qué se guíen
Trading Idea 30 USD
This is the most important section of Requirements Specification. It provides the description of conditions, market states and indicator values, under which a Buy deal should be performed. To describe each condition required for generating a Buy signal, choose the numeric parameter affecting the emergence of a signal. For example, this may be the smoothing type and period for a Moving Average. These important
The default of my current EA is 120 pipstep to catch the quick turnaround scalps, but as the market runs away and more martingale levels are taken on the stuck trade, I would like the option to increase the pipstep (n amount) after (n amount) of trades open (fully customisable) I currently am using an EA I am happy with but don’t have the source code to customise. So would like to keep all the current inputs the
Terio bot 30+ USD
I have expert of crossing MA. I need who can add Fibonacci retrecement on it. So the fibo levels will be used for pending orders And TP/SL. When MA cross and open a trade Fibo must measure the trend put TP/SL of the trade and putt pending onderd in levels. And it must report the trade open and TP/SL in Telegram
need developer to create personal EA for me, serious developer required. will work together on my robot. timeframe 1h, simple SMA and RSI levels, 1 h time frame, trading on limit orders only
Hi! Thank you for your time. I'd like someone to code some horizontal indicator trendlines on MT5 please. The lines are to identify key times on the chart at current or last price at 1 hour and below time frames for all charts. Please refer to the attach picture as an example of what I'm after. As you'll see in the example there are small labelled boxes for "Futures", "Forex" and "Price Levels". These represent
I would like to collaborate with a professional for this work, I have one indicator that is written in pine script (tradingview) language, I would like it to be converted to MQL5, that will further lead in making of trading bot according to conditions I will share with you the indicator file
I would like to collaborate with a professional for this work, I have one indicator that is written in pine script (tradingview) language, I would like it to be converted to MQL5, that will further lead in making of trading bot according to conditions I will share with you the indicator file
Hello, I am seeking a professional and experienced developer who specializes in converting Pine Script (TradingView) indicators to MQL5. I have an indicator written in Pine Script that I need to be converted to MQL5 for use on the MetaTrader 5 platform. This project will also involve further development of a trading bot based on specific conditions, which I will share once we discuss the initial conversion
Hello, i have this EA attached but its not working as it should on demo account. When using the strategy tester its different and good but on demo account its opens randomly orders any lot amount and not as it should be. You should check the EA and modify it so its working in demo account correctly as in the strategy tester. You can test it in EURUSD H1 for the last 4 months (default settings). Thank you

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 2  4 天