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)
프로젝트
912
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
등급
(564)
프로젝트
637
41%
중재
21
57% / 29%
기한 초과
45
7%
로드됨
5
개발자 5
등급
(50)
프로젝트
152
70%
중재
4
100% / 0%
기한 초과
1
1%
작업중
비슷한 주문
Are you using MetaTrader 4 for trading but wondering if it's time to switch to MetaTrader 5? We're here to guide you through the process and show you why upgrading could be a game-changer for your trading journey. Making the switch from MetaTrader 4 to MetaTrader 5 might sound daunting, but we're here to make it easy for you. Our team will handle the conversion process, ensuring that all your trading data and
My trading platform is showing some list of error and i want want to add some features to correct the Error. I need an Expert in this field with Experience to fix the issues for me Below is the Source File
I need smart, professional, and fast programmer for doing this project quickly, that have experience in EA with minimum 500 projects finish, and have good review and reputation from their client Share your link review, if you not qualified, dont apply! I will bidding the programmer from experience, review, reputation, price, and days working My EA using Moving Average, Average True Range, and using consecutives
Need a programmer to build an EA to do BUY/SELL based on indicator alerts. I dont have a source file of indicator but i have a alert file of indicator. If interested then please reply me back asap. thanks
Hi, I have the source code of an expert advisor, but it uses a lot of mqh files. I would like to have the source code so that i can see the exact entry conditions, the ordersend functions, sl and tp placing functions, etc. The file will be handed privately. Thank you
Hi, I'm looking for an experienced developer to create an Expert Advisor for MT5 based on variable distance and size order openings. The developer must have already completed similar work. Thanks
The future of the traders be a good traders and patient and humble person faithful loyalty to your job and last be a professional traders and helping a dream of us how to trade and etc,,,,,,,,,,,,,,,,,🤑
Executed every minute when the condition is met Added 3 adjustable parameters 01 Number of orders per order: 0.1 OR 0.01 LOT 02 The upper limit of the number of buy (sell) orders: 5 OR 10 03 ADX start condition: UP OR DOWN I NEED OPEN CODE
I need a simple equity protection EA. This EA will automatically close all open position when a certain margin level % is reached. For example if an account margin level % reaches 500% the EA must close all current opened positions automatically
HFT Scalper EA needed 50 - 500 USD
Overview Develop a high-frequency trading scalper EA for Forex markets Goal: exploit small price movements for rapid profits Key Requirements Trading Strategy Scalping strategy: buy/sell quickly to capture small price movements Use technical indicators (e.g., Moving Averages, RSI) to identify trading opportunities Risk Management Set stop-loss and take-profit levels Implement risk-reward ratio (e.g., 1:2) Order

프로젝트 정보

예산
30+ USD
개발자에게
27 USD
기한
 3 일