p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545; min-height: 14.0px}
p.p3 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px 'Helvetica Neue'; color: #454545; min-height: 15.0px}
span.Apple-tab-span {white-space:pre}
Application is expected only from well experienced programmer who have already developed Stochastic based EA.
JOB DESCRIPTION
Stochastic default settings.
K=5
D=3
Slowing=3
Method=Exponential
Price field=Close/Close
Time Frame=H1
Note:
-I should be able to modify all the Stochastic settings from EA Inputs.
-if Time Frame on the Current Chart and Time Frame Set in the EA are not same then EA should Alert stating “Incorrect
Time Frame”
BUY CONDITION
-if stochastic is below 20 and K period has just crossed up D Period in the previous candle then
(1) close sell position if exist.
(2) open buy position in this new candle.
SELL CONDITION
-if stochastic is above 80 and K period has just crossed down D period in the previous candle then
(1) close buy position if exist.
(2) open sell position in this new candle.
TRAILING ACTIVATION ON BUY POSITION
-if stochastic is above 80 and current candle size is >500 point start trailing from here with trailing step 200 point.
-All values should be changeable from EA inputs.
TRAILING ACTIVATION ON SELL POSITION
-if stochastic is below 20 and current candle size is >500 point start trailing from here with trailing step 200 point.
-All values should be changeable from EA inputs.
Note:-
(1) at any given time there must be only one buy and only one sell position allowed.
(2) because trades are closed at the stochastic crossing no need to use take profit.
(3) EA should should consider and handle the positions opened by itself only and therefore should not consider and touch
other positions opened by another EA or manual trades.
IMPORTANT
-Code must be neat and clean.
-Every section of code must be well commented.
-Must use Identical Variables like(StopLoss, TakeProfit etc instead of SL, TP etc)
THIS IS A VERY BASIC EA. We will be revising it with additional filters and functionality upon foundation is properly developed and therefore coding must be done with expansion in mind.
Solicitudes similares
I have a really very, very simple professional, proven, profitable forex strategy that works on a higher time frame with over 85% winning rate. I am searching a professional programmer to create expert advisor based on this stategy, in general I am searching a developer for a longer co-operation. I am a forex trader with over 12 years experience. telegram: fxMiguel It's a 15minute work job, 30min max, My budget is 10
// กำหนดค่าตัวแปรเริ่มต้น input double DailyProfitTarget = 200; // กำไรที่ต้องการในแต่ละวัน (2% ของทุน) input double LotSize = 0.1; // ขนาด Lot input double TakeProfit = 10; // กำไรต่อการเทรดใน pip input double StopLoss = 5; // การหยุดขาดทุนต่อการเทรดใน pip double dailyProfit = 0; // กำไรที่ทำได้ในวันนี้ // ฟังก์ชันเริ่มต้น int OnInit() { dailyProfit = 0; return(INIT_SUCCEEDED); } //
I need to compile my mt4 EA but there are some errors and warning if you can fix and compile send me your application I will select you upon Demo
i need someone to help me take 6 pieces of code from this script and simplify it into a new code .. . note this project is needed urgently in 2 to 5
1. The idea of the trading system is as follows: market entries are performed when MACD's main and signal lines intersect in the current trend direction. 2. Trend is determined based on the Exponential Moving Average with the specified period (InpMATrendPeriod). If the current EMA value is greater than the previous one, the trend is seen as growing (ema_current > ema_previous). Alternatively, if current EMA is below
We need an Expert Advisor for MetaTrader 5 that will be simply based on Rsi, chart patterns and price levels (e.g 2366,250)… Basically when the robot notices a chart pattern, for example “double top/M pattern” it enters a trade based on confirmation from Rsi & price level and the stop loss is moved to the entry price…That is all. The expert advisor is only for Xauusd/Gold…The expert advisor should target 10 pips
Hi, Expert should be Brazilian. I need the scalping ea for xauusd, usdjpy, AUDUSD, eurusd, gbpusd, nzdusd, uascad and usdchf with any strategy. But don't use buy limit in down trend and sell limit in sell trend. I need the profit with 0.5 usd minimum per trade
Hello, I am looking for an experience MQL5 coder who can help me automate my trading strategy. Since this is an advanced coding so I would appreciate if only an experienced coder reaches out. I have attached a word doc of strategy, if you think you can build it then do let me know. Thanks, Sadaquat
I Need A Hedging Ea With Daily 2% of returns. I might think that ea work consistently. hedging Is The only Way To Make A Profit. That ea work in 1:200 Leverage and lot size is starting from 0.01
Project Description: I am looking for an experienced MQL5 developer to program an advanced trading robot for MetaTrader 5. This robot should integrate multiple modules for trend management, entry optimization, and risk management. It must also include an interactive dashboard and an automatic order suspension system based on volatility and economic news releases. The project requires expertise with ATR, ADX