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
Оценка
(89)
Проекты
139
24%
Арбитраж
34
32% / 47%
Просрочено
59
42%
Свободен
3
Разработчик 3
Оценка
(1)
Проекты
2
0%
Арбитраж
1
0% / 0%
Просрочено
0
Свободен
4
Разработчик 4
Оценка
(139)
Проекты
181
24%
Арбитраж
23
22% / 39%
Просрочено
13
7%
Свободен
5
Разработчик 5
Оценка
(319)
Проекты
570
35%
Арбитраж
83
30% / 45%
Просрочено
206
36%
Работает
Похожие заказы
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA
Gold hunter v5 30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also

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

Бюджет
30+ USD
Сроки выполнения
от 2 до 4 дн.