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)
Benzer siparişler
I need an experienced MQL5 developer to build a prototype MT5 Expert Advisor called RiskLock. The software should enforce user-defined trading risk rules before trades are executed. It should support risk percentage or fixed monetary risk, calculate position size using account equity, entry price, stop loss, tick value and contract specifications, block or reduce oversized trades, and include daily loss limits
Project Overview I have an existing MT5 Expert Advisor (EA) written in MQL5. The source code ( .mq5 ) will be provided. The underlying strategy is a trend-following system that performs well during trending market conditions, but requires professional quantitative research to improve its ability to identify and avoid highly sideways/range-bound market conditions. The objective of this project is not to build a new EA
MT5 Smart Money Trading EA | SMC • ICT • S&R • Scalping I develop and customize MetaTrader 5 (MT5) Expert Advisors (EAs) based on structured price-action and Smart Money trading strategies. My EA is designed around a multi-concept trading approach combining Smart Money Concepts (SMC), ICT principles, Support & Resistance (S&R), market structure, and selective scalping setups . The goal is to automate a disciplined
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
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 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
*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