Expert adviser that generate signal based on 5 indicators ( for professional developer only)

MQL4 专家

指定

I want expert developer to create adviser that generate signal based on 5 indicators that shows signals

The EA must do a back test


Indicators are

1- 200 EMA

2- three lines of super trend with sitting below 

(a: No of period:10, mulipler:1)

(b: No of period:11, mulipler:2)

(c: No of period:12, mulipler:3)

3- SSL default setting

4-Time Segment Volume

5-Stoch RSI default setting


Entry point will be explained in below picture


sell order





buy order


Exit will be in three options as select in Input parameter


Option1:

 

Stop Lose: put SL above third red super trend line by specific number of pip for sell order

and below third green line for buy order

Take profit: I have to choose 1:1, 1:2, 1:3, 1:4

incase I choose 1:2 or more, the stop lose have to move to entry point if it reach 1:1


Option2:

Stop Lose: put SL based on specific input of ATR( DEFUALT 1.5 ATR)

Take profit: I have to choose 1:1, 1:2, 1:3, 1:4

incase I choose 1:2 or more, the stop lose have to move to entry point if it reach 1:1


Option3:

fixed number of pips



---Input parameters----


Suffix:


Prefix:

Starting time:  3:00


Last time: 20:00


No. of trades for Same pair: 1 ( default is 1, no more than 1 trade at same time for the same pair)


candle shift: shif+1 (default) : it means that start to open trade from next candle once all five condition met


---Indicator Setting For Entry----

--EMA---

1- EMA time Frame: (On chart/ or different selected time frame m1, m5,m15,m30,h1,h4,d1,w1,mn), default on chart

2- Number of candles ( Default is 200)

3-When to buy: ( Default above moving average)

4-When to sell: ( Default below moving average)


--Super Trend--

super trend time Frame: (On chart/ or different selected time frame m1, m5,m15,m30,h1,h4,d1,w1,mn), default on chart

ST1: 10,1

ST2:11,2

ST3:12,3

3-When to buy: ( Default above minimum 2 green line )

4-When to sell: ( Default below minimum 2 red line )



--SSL--

1-SSL time Frame: (On chart/ or different selected time frame m1, m5,m15,m30,h1,h4,d1,w1,mn), default on chart

2-LB=10

3-When to buy: ( blue line above orange line

4-When to sell: ( orange line above blue line)


--Time Seg Volume TSV---

1-SSL time Frame: (On chart/ or different selected time frame m1, m5,m15,m30,h1,h4,d1,w1,mn), default on chart

2- period:13

3-When to buy: ( above zero)

4-When to sell: ( below zero)


--Stoc RSI

1- Stock RSI Frame: (On chart/ or different selected time frame m1, m5,m15,m30,h1,h4,d1,w1,mn), defualt on chart

2- k=3

3-D=3

4-RSI period=14

5-Stock period 14

6-RSI applied closed price

7- When To buy: increase from bottom oversold, and

7-When to buy: current dandle close within range below 35 and

7-When to buy: previous range of any  previous 5 dandles close within range 0 to 20



8- When To sell: decrease from top overbought &

8-When to Sell: current dandle close within range above 65 &

8-When to Sell: previous range of any 5 dandles close within range 1000 to 80


---Lot Management---

Lot based on Money Management: (True/False)


Risk Per trade: % of Lose from balance (the previous option needs to be true)


Fixed Lot: (If Lot based on Money management is false)



---Method of TP/SL-----

Method of TP/SL: (Op1. super trend/op2. %ATR/op3. pips), default is super trend


op1.:super trend

TP:(1:1, 1:2, 1:3, 1:4)

SL: stop lose above third line for short by number of pips (Default 5 pips)

or below below third green line by number of pips (Default 5 pips)

Move SL to entry point if more than 1:1: (True/False)


op2. %ATR

ATR timeframe: ( from 1m to 1 month), default is 1 hr

ATR period: default is 14

TP based on %ATR: 3

SL based on %ATR:1.5

Move SL to entry point if more than 1:1: (True/False)


Op3. pips

TP based on Pips: the above option need to be pips, default 0

SL based on pips: the above option need to be pips, default 0

Move SL to entry point if more than 1:1: (True/False)


Trade Comment:





I will provide source code, so the developer need to make sure the EA has the ability to do back test


EA must have visual backtest


附加的文件:

反馈

1
开发者 1
等级
(584)
项目
913
46%
仲裁
31
39% / 29%
逾期
93
10%
工作中
2
开发者 2
等级
(44)
项目
58
43%
仲裁
8
50% / 38%
逾期
7
12%
空闲
3
开发者 3
等级
(15)
项目
16
19%
仲裁
2
0% / 50%
逾期
1
6%
空闲
4
开发者 4
等级
(565)
项目
638
41%
仲裁
21
57% / 29%
逾期
45
7%
繁忙
5
开发者 5
等级
(52)
项目
155
69%
仲裁
4
100% / 0%
逾期
1
1%
空闲
相似订单
Fyemess Hotcold 50+ USD
*Strategy:* - Buy when the 50-day moving average crosses above the 200-day moving average - Sell when the 50-day moving average crosses below the 200-day moving average *Code:* ``` //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
hola necesito convertir un ea mt4 a mt5 tengo los codigos fuentes de mq4 por favor aplicar al trabajo agradeceria su tiempo asi que por favor necesito que trabaje de la misma que trabaja en mt4 solo quiero conversion y si hay algun error por favor corregir
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to
Offer for Developing a Trading Robot for the Complete BBMA Setup in MQL5 Dear potential collaborator, I am looking for a skilled MQL5 developer to create an Expert Advisor (EA) based on the complete BBMA (Bollinger Bands Moving Average) setup. All the necessary information about the BBMA setup can be found at https://drive.google.com/file/d/1xQPB3ANPYVcVj4OBM83vasvNY4dZvpx7/view?usp=drive_link . This EA should be
Hello, I am searching for a reliable mt4 programmer who can have a look at my existing mt4 indicator, I'm curious of having a specialist in coding to check the entire code and highlight any errors or bugs that might be affecting this indicator from not having optimal performance, keep in mind that the algorithm code will be shared with you in comment section, The purpose of this job is just to modify this indicator
I want to build an indicator or EA that calculates the statistics on an instrument, and show the statistical distribution of the calculated sample statistics. The statistics will be based on Open high low close of a candle. I want the right to the EA and the source code I want to be able to change to different timeframes and get the statistics on those time frame. When i apply the indicator to intraday timeframe, i
Expert Adviser (EA) - MQL5 Candlestick Bar spike Symbols: XAUUSD , GBPUSD and other main symbols time Frame: Keep on current time frame (should work on 1min, 5min, 15 min , 1 hr , 4hr and other time frames also) Indicator - Candlestick Bar Buying signal - Candlestick bar open price - (minus) 200 pips (then buying should be placed) Sell signal - Candlestick bar open price + (Plus) 200 pip s (then selling should be
There are clients who want to buy at fantastic prices, EA prices start at $5000-$50,000 dollars. Developers better be careful with this, because initially you pretend to ask for a backtest, via Telegram ask to forward it to Telegram yourself or your family, even though at that time you did it and you added him as your friend, actually at the same time after you forwarded your EA. , he has stolen your EA. It's best to
Expert advice mt4 30 - 35 USD
Hello Could you could assist me with a project that I read about? Please let me know if you can develop the bot after I provide you the URL. I believe that much of the code is provided
I NEED AN EXPERT ADVISOR BASED ON AN ORDERBLOCK INDICATOR.IT WILL USE ZONES CREATED BY ORDERBLOCK TO OPEN BUY SELL POSITIONS IT HAS SOME DETAILED FUNCTIONS BASIC AND REVERSE STRATEGY,MULTIPLIER,ADD POSITION E.T.C. IT WILL USE TRAILING STOP LOSS AND SOME OTHER CLOSE SYSTEMS

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 3 天