Hi dear developers i need MQL4 EA for TWO EMAs+14RSI CROSS, U will give me buy or SELL any one cross demo two days so i can check before we start project AWARD n it will save ur n mine time too beside saving us from any unwanted situation
ONLY FREE DEVELOPERS CONTACT HERE PLEASE
(Boto n rodrigue not, eabuilder or fxdareema.net developers do not apply)
Conditions EMAs RSI inputs shall b blank so i can enter value of my choic
SELL=== When Lower value any ema(as is found default in mt4 sma/ema/lwma/smoothed) crosses higher value any ema down and 14RSI crosses
50 or 75level down open SELL, note , both emas and RSI crosses may appear at same time or one after another
BUY == When Lower value any ema(as is found default in mt4 sma/ema/lwma/smoothed) crosses higher value any ema UP and 14 RSI crosses
50level UP open BUY, note , both emas and RSI crosses may appear at same time or one after another
profit box = ( in usd$ 0.01$ or above any value ,after swaps,comision,spreads etc has been met, as soon as profit in usd cents/$ gets hit
than close all open orders of that fx pair currency.
loss box = ( in usd$ 0.01$ or above any value ,after swaps,comision,spreads etc has been met, as soon as loss in usd cents/$ gets hit
CloseatReverse true false, it means if buy trade is running and i set it to true than SELL signal appears now immediatley close the buy trade
and open SELL trade either fix lotsize or multiplied lotsize in direction of crosses
EA shall plot two emas +14rsi whichever value of rsi or two emas/lwmas/smas/smooth moving average i select everytime at chart
TP
STP
Multiplier
EquityRisk (%)
spread box (a blank inputs box whatever spread i write in it ea shall execute operations only when that spread range appears,i.e (3) i write it means 0-3 spread if meets than open buy sell
DataonScreen (show data of current data like profit loss drawdown etc)
thanks
비슷한 주문
I need a reliable, clean-coded Expert Advisor built for both MetaTrader 4 and MetaTrader 5 platforms. Main trading behavior: The EA follows buy and sell arrows produced by my custom indicator. Whenever a buy arrow shows up on the chart: if a sell position is currently open → close that sell immediately and enter a buy trade in its place. Whenever a sell arrow appears: if a buy position exists → close the buy and
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
//+------------------------------------------------------------------+ //| Simple Robo Trader MT5 | //| Works on any pair & timeframe | //+------------------------------------------------------------------+ #property strict // Input settings input double LotSize = 0.01; input int FastMA = 10; input int SlowMA = 30; input int RSIPeriod = 14; input int StopLoss = 200; // in points input int TakeProfit = 400;// in
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","