MOVING AVERAGE CROSSOVER EXPERT ADVISOR FRAMEWORK
Description
This robot shall work on the strategy of moving average crossing either to the upside or downside.
Robot settings (inputs) Session
Entry and Exit Condition or instruction
Buy Condition
The robot shall place a buy condition or open a buy position at CMP when a bearish candle OPEN AND CLOSES BELOW the moving average. (It must close before opening a position). (See attached image).
The robot shall immediately close the buy position if the bullish candle closes above the moving average at any point whether it reaches the take profit or not. This shall trigger the opening of the sell position immediately and close the buy position whether in profit or not.
Sell Condition
The robot shall place a sell condition or open a sell position at CMP when a bullish candle OPENS AND CLOSES ABOVEB the moving average. (It must close before opening a position). (See attached image).
The robot shall immediately close the sell position if the bearish candle closes below the moving average at any point whether it reaches the take profit or not. This shall trigger the opening of the buy position immediately and close the sell position whether in profit or not.
Further Robot Properties and Input section
· Positions are closed at opposite signals: Buy positions are closed at Sell signals, and Sell positions are closed at Buy signals.
· Positions are opened at the market price when a new bar emerges. The Expert Advisor is to be tested using Open prices, so there is no need to add functions for disabling operations inside the bar.
· Lot size allocation – A parameter for lot size inputs should be included. Fixed volume regardless of profit or loss; also, lot allocation based on equity and percentage risk should as well be included.
· Close by Take Profit and Stop loss - during position opening, a Take Profit or Stop loss level is set at a fixed distance from the open price, specified in points. The value is set in the Take Profit and Stop Loss input parameter.
· Position management - Trailing Stop is used to protect profit. Stop Loss is set if profit in points exceeds the value specified in the InpTrailingStop parameter. If the price continues to move in the profit direction, Stop Loss should be trailed at the given distance. Stop Loss cannot be moved towards the loss direction, i.e. the Stop Loss value cannot be increased. If none of the protective orders (Take Profit or Stop Loss) triggers, the position should be closed by an opposite signal. In addition, breakeven input should be made available..
· Risk Management - It needs to have features like risk management e.g. risk by balance, max order by pair, max order by pair, and magic number, open only 1 order across all symbols/charts the EA is attached to. News filter for low, medium, and high impact. Time start and time end as well as session start and end timing parameters.
· Indicator Selection - The indicator selection (Moving average) should be available in the EA's input parameters. The setting of the selected indicator for example – period, shift, apply to, MA methods selection among others.
· Password Control Panel – The robot should have a password authorization panel and should not work without the correct password entry. PASSWORD -@52637Victoria
· About section – This should have the below details
Name – Gifase Capital
Contact - +2348161585048
Email – ogunwalealabi@gmail.com
PLEASE NOTE THAT THE FINAL EXPORT WILL BE IN .ex4 and ex5
Benzer siparişler
Please I kindly need a reliable and a well understanding EA developer who can develop an EA that trade with indicator signals. *Trading Conditions:* - *Buy Signal:* - *Entry:* Buy at the appearance of an up arrow. - *Exit:* - Close with profit if Take Profit (TP) is hit. - Close with Trailing Stop profit if price moves in favor. - If no profit, close at the next sell arrow (down arrow) with
Hello, I have a strategy written in Pine Script (TradingView) that used to send signals to MetaTrader 5 via PineConnector. Now I want a native MT5 Expert Advisor (EA) written in MQL5, so I can do full backtesting and trading inside MetaTrader without any external bridge. I will provide: - Full Pine Script code - Entry and exit rules (based on BOS and OB logic) - SL/TP and dynamic risk management (R:R) - Breakeven
//+------------------------------------------------------------------+ //| RSI + Bollinger Bands EA (MT5) | //| Built for Jonah | //+------------------------------------------------------------------+ #property strict #property version "1.00" //================ INPUTS ================= input string SymbolName = "XAUUSD"; input double LotSize = 0.01; input int
I am looking for a good EA robot for gold that will be taking trades on 1 min chart and takes profits on 1$ move on gold. that can take as many entries as possible in a day. example: ENTRY ON 3000.00 AND TAKE PROFIT AT 3001.00. The robot will have all the trading knowledge and strategy with a high win rate
Existing indicator compiles but does not want to attach to chart anymore, worked previously Requirements: Debugging of code so indicator attaches to chart Original values required to work as they previously worked, no adjustments Testing of indicator to make sure it attaches to a chart properly
Hi, I am looking for a good Forex programmer that could build a EA robot , It will have to be built base on fibonachi retracement, 0 , 0.236, 0.382 , 0,5 , 0.618 , 0.786, 1, 1.618 , 2.618, and 3.618, the robot should be able to make me input the fibo numbers myself. stop Loss, T.P
PROJECT DESCRIPTION I am using a Telegram → MetaTrader trade copier (currently TWP Copier 1.08) which receives trade signals correctly but does NOT consistently execute trades on MT4, despite: Signals being received and logged AutoTrading enabled Live trading allowed Correct symbol names (no suffix/prefix issues) Manual trades working perfectly No trade conflicts or filters blocking execution CURRENT ISSUE Telegram
Hello, I’m reaching out because I’m interested in hiring you to develop a custom trading bot for me. The bot should trade only XAUUSD (Gold) and be designed for long-term account growth using my own trading account size. Here are the core requirements: - Account size: $300 - Asset: XAUUSD only - Risk management: Strict and properly controlled - Risk-to-reward ratio: Clearly defined and consistently applied -
HELLO EVERYONE , I NEED AAN INDICATORE AND EA ON STOCHESTIC OSSILATOR, WHICH CAN GIVE ME ALERT WHEN SIGNAL APEARS, INDICAOTRE I CAN SHOW ON TRADING VIEW , EXACTLTY THAT INDICATORE I NEEDED.INDICATORE NAME ON TRADING VIEW( JL STOCHESTIC DIVERGENCE ALERT).. THANK YOU
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ #property strict // Inputs input int EMA_Fast = 9; input int EMA_Slow = 21; input int RSI_Period = 14; input double Lots = 0.1; input int StopLoss = 20; // وقف خسارة (بـ نقاط) input int TakeProfit = 40; // هدف (بـ نقاط)