I want an expert advisor for this indicator

MQL4 专家 外汇 期货 股票 期权

指定

I want an expert advisor for this indicator  mediumtermsaclper indicator.

I WANT TO CREATE THIS INDICATOR’S EA .

I WILL USE IT FOREXAMPLE  EURUSD,AUDUSD,GBPJPY , GOLD , DAX FUTURE.

BUY RULE

WHEN IT IS UP ARROW (CLOSED BAR) ,

IT WILL OPEN 1 BUY POSITION, IT WILL BUY  WITH THE MARKET PRICE.

WHEN

1 ) IF IT DOES NOT HIT TP OR SL , IT WILL WAIT FOR SELL SIGNAL (DOWN ARROW) TO CLOSE THE BUY POSITION.

2 ) AFTER IT HITS TAKE PROFIT OR STOP LOSS , IT WILL NOT OPEN A NEW BUY POSITION AND THEN IT WILL WAIT FOR SELL SIGNAL(DOWN ARROW).

 3 ) IF IT LOST -23 PIPS IN BUY POSİTİON WITH 0.1 LOTS FOREXAMPLE, IT WILL OPEN SELL POSİTİON 0.15 LOTS.IT WILL MULTIPLY LOTS BY 1.5( we wıll set multiplier)

 IT WILL TARGET 100 PIPS PROFIT FOREXAMPLE.

multiplier

LOT

up

down

up profit

down profit

profit

total

TP

 

 

 arrow

 arrow

pips

pips

profit

pips

1.5

0.10

1.16109

1.15877

-23.2

 

-23.2

-23.2

100

1.5

0.15

1.15864

 

 

1.3

2.0

-21.2

100

1.5

0.23

 

1.16036

17.2

 

38.7

17.5

100

1.5

0.34

1.16303

 

 

-26.7

-90.1

-72.7

100

1.5

0.51

 

1.1639

8.7

 

44.0

-28.6

100

1.5

0.76

1.16691

 

 

-30.1

-228.6

-257.2

100

1.5

1.14

 

1.17005

31

 

357.2

100

100

 

IN THE FIRST POSITION , IT LOST -23.2 PIPS. PROFIT  IS (0.10 LOT * -23.2)=  -23.2

IN THE SECOND POSITION , IT GAINED  1.3 PIPS. PROFIT  IS (0.15LOT * 1.3)= 2

 2 POSITIONS TOTAL PROFIT (-23.2 + 2) = -21.2

IN THE THIRD POSITION , IT GAINED 17.2 PIPS. PROFIT  IS (0.23 LOT * 17.2)= 38.7

 3 POSITIONS TOTAL PROFIT (-23.2 + 2+ 38.7) = 17.5 PIPS

IN THE FOURTH POSITION , IT LOST -26.7 PIPS. PROFIT  IS (0.34 LOT * -26.7)=  -90.1

4 POSITIONS TOTAL  PROFIT (-23.2 + 2+ 38.7 -90.1 ) = -72.7

IN THE FIFTH POSITION , IT GAINED  8.7 PIPS. PROFIT  IS (0.51 LOT * 8.7)= 44

 5 POSITIONS TOTAL PROFIT  (-23.2 + 2+ 38.7 -90.1 +44 ) = -28.6 PIPS

IN THE SIXTH POSITION , IT LOST  -30.1 PIPS. PROFIT  IS (0.76 LOT * -30.1)= -228.6

 6 POSITIONS TOTAL PROFIT  (-23.2 + 2+ 38.7 -90.1 +44 -228.6 ) = -257.2 PIPS

IN THE SEVENTH POSITION , IT HITS TAKE PROFIT. IT GAINED  +31 PIPS. PROFIT  IS (1.14 LOT * 31.4)= 357.7

 7 POSITIONS TOTAL PROFIT  (-23.2 + 2+ 38.7 -90.1 +44 -228.6 + 357.7 ) = 100 PIPS

IF WE SET TP 100, WHEN TOTAL PROFIT  HITS 100 , IT WILL NOT OPEN A NEW BUY POSITION AND THEN IT WILL WAIT FOR SELL SIGNAL(DOWN ARROW).

SELL RULE

WHEN IT IS DOWN ARROW  (CLOSED BAR)

IT WILL OPEN 1 SELL POSITION , IT WILL SELL  WITH THE MARKET PRICE.

IT HAS TAKE PROFİT AND STOP LOSS VALUES THAT WE CAN SET.

1 ) IF IT DOES NOT HIT TP OR SL , IT WILL WAIT FOR BUY SIGNAL (UP ARROW) TO CLOSE THE SELL POSITION.

2 ) AFTER IT HITS TAKE PROFIT OR STOP LOSS , IT WILL NOT OPEN A NEW SELL POSITION AND THEN IT WILL WAIT FOR BUY SIGNAL(UP ARROW).

*****FOR THE EA OPTIMIZATION****

1 ) WE WILL SET Sensitivity  parameter in the mediumtermScalper indicator.We will choose it .

2 ) WE WILL SET TAKE PROFIT parameter.(standart  100)

3 ) WE WILL SET STOP LOSS parameter (standart  400)

4 ) WE WILL SET Lots parameter.(maybe 0.01 lot , or 0.10 lot ) (standart  0.10)

5 ) We will set Multiplier parameter.(maybe 1.5 or 2 or 3 or 1) 1 means no multiplier

6 ) Please add ReverseSignal  TRUE OR FALSE.

If Reverse Signal option is True , for example if it is in a buy position,It will sell.

Or if it is in a sell position, it will buy.

Please put this options in the ea for optimization.

 AND FOR EXAMPLE

1 ) WHEN I ATTACH THE EA TO THE GRAPH ,FOR EXAMPLE IF THE INDICATOR GAVE SELL SIGNAL 10 BARS BEFORE THE CURRENT BAR ,SO WE MISSED THAT SELL SIGNAL AND  IT MUST NOT OPEN A SELL SIGNAL , IT MUST WAIT FOR THE NEW BUY SIGNAL

OR

 IF THE INDICATOR GAVE BUY SIGNAL  5 BARS BEFORE THE CURRENT BAR , SO WE MISSED THAT BUY SIGNAL AND  IT MUST NOT OPEN A BUY SIGNAL , IT MUST WAIT FOR THE NEW SELL SIGNAL.

2 ) WHEN I ATTACH THE EA TO THE GRAPH ,IF A BUY SIGNAL COMES AND IT BUYS , THEN FOR EXAMPLE 1 HOUR LATER I CLOSE THE MT4 AND OPEN IT AGAIN , IT MUST NOT OPEN A NEW BUY POSITION BECAUSE IT BOUGHT POSITION 1 HOUR BEFORE.IT MUST RECOGNISE THE POSITION IF I CLOSE AND OPEN METATRADER.

3 ) IF POSSIBLE I CAN USE THE EA WITH DIFFERENT EAS IN THE SAME METATRADER PLATFORM.

4 ) IT MUST HAVE MAGIC NUMBERS , I WILL USE THE EA WITH DIFFERENT CURRENCIES IN THE SAME METATRADER PLATFORM.



附加的文件:

反馈

1
开发者 1
等级
(1847)
项目
3447
88%
仲裁
73
40% / 15%
逾期
264
8%
工作中
2
开发者 2
等级
(2374)
项目
2982
65%
仲裁
76
47% / 14%
逾期
340
11%
工作中
3
开发者 3
等级
(221)
项目
369
66%
仲裁
10
50% / 0%
逾期
46
12%
空闲
4
开发者 4
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
5
开发者 5
等级
(130)
项目
210
40%
仲裁
90
20% / 43%
逾期
85
40%
空闲
6
开发者 6
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
7
开发者 7
等级
(14)
项目
22
59%
仲裁
2
0% / 50%
逾期
2
9%
空闲
相似订单
I would like a Forex trading robot for MT5. The market entry signal is based on a TradingView Indicator (I will provide the name of which one), and the robot should execute Buy or Sell trades based on the Buy/Sell alerts that this indicator provides. The TradingView Pine Script is open source, so it will be available for you to see. Closing of positions is done by the SL, TP. The lot size is calculated as a
Hi I'm looking for a developer who can improve on an existing basic EA that isn't quite working correctly due to a lack of comprehension from the previous coder on the logic. It's a hedging system that trades in the opposite direction to a bad entry by entering every x pips until the average of all the bad trades and the good trades are in profit. It then closes all of them at the same point which is in profit by x
I need a Martingale Expert Advisor that can hedge using Pending Order Grid. It will use indicators such as stochastic oscillator and moving average. I will provide details when you contact me
Trading bot 100 - 500 USD
I need an MQL4 trading bot with this features : 1. Trading 24/7 2. hedged for any unexpected trade reflection or losses 3. connected to the news 4. pauses during the news only if needed , because already it has a footprint tool 5. Always aims for a higher profit 6. Has a footprint tool for an accurate signals 7. never miss any opportunity 8. has turtle trading strategy 9. capable to start trading 1000$ capital 10. it
Hi! I would like an expert MT4 developer to create an EA based only on MACD. I will give more details about the timeframe, lot size, parameters of MACD, and trade conditions in private. Thank You
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
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

项目信息

预算
30 - 200 USD
开发人员
27 - 180 USD