I want an expert advisor for this indicator

MQL4 Experts Forex Futures Stocks Options

Specification

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.



Files:

Responded

1
Developer 1
Rating
(1858)
Projects
3461
88%
Arbitration
73
40% / 15%
Overdue
265
8%
Free
2
Developer 2
Rating
(2440)
Projects
3075
66%
Arbitration
77
48% / 14%
Overdue
340
11%
Free
3
Developer 3
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
4
Developer 4
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
5
Developer 5
Rating
(130)
Projects
210
40%
Arbitration
90
20% / 43%
Overdue
85
40%
Free
6
Developer 6
Rating
(1)
Projects
1
0%
Arbitration
1
0% / 100%
Overdue
0
Free
7
Developer 7
Rating
(14)
Projects
22
59%
Arbitration
2
0% / 50%
Overdue
2
9%
Free
Similar orders
QuantumTrader 30 - 200 USD
Request for development of machine learning robots for MetaTrader 5 (MT5) **Description**: Willing to develop experience in programming trading robots using MQL5 language and can learn machine learning on MetaTrader 5 (MT5) platform. The robot should be able to implement a multidisciplinary strategy on a set of technical indicators and multiple rules. I need to develop the robots so that they can work in an
The goal is to develop a system that mirrors trade actions (Buy/Sell) from a CTrader demo account on Cronos Markets to multiple prop firm accounts on TradeLocker, ensuring accurate replication of trades while adjusting risk proportionally. I was wondering if you could help me with copy trading an EA’s action on Cronos markets (uses CTrader) into a prop firm account that I bought with TooOne Trader (uses TradeLocker
Dear developer, I want a working code to close open and pending orders on IG.com through python. when applying send me a sample video of the code closing orders on IG.com should be delivered within 2 days (please let me know) Serious coders please
I would like to create an Expert Advisor (for MT5) for personal use to manage positions. The utilities will be inspired by the tool below: https://www.mql5.com/en/market/product/23415?source=Site+Market+MT5+Utility+Rating006#description I think the number of options will be smaller, but I am very interested in the following functionality: 1. The ability to read the last highest price (pick) for short positions –
Need a Coding Expert. Fully automated Robot for Trading with minimal losses. It should be able to open/close trades automatically according to the strategy. Also, there should be an option to select maximum leverage for Trading FOREX, COMMODITIES, ENERGIES, etc. The forecast reports of trading strategies to be shared automatically to a specified Email, WhatsApp and Telegram accounts. TO DEVELOP A TRADING MANAGEMENT
Description: I am looking for an experienced developer to build an expert advisor, indicator, or automated trading system based on my strategic trading strategy. The system needs to be programmed using either MQ4, Python, or C++ . Project Details: I will provide you with the VY expert advisor file, which is part of the existing framework. The project involves breaking down and implementing my specific trading
IBRK fixing 30+ USD
I currently have a trading bot that uses IBKR to trade and the api ib_insync, however my coding knowledge has its boundaries and I need someone to help me build out and fix some parts of my program
Using 3 MA’s, Bollinger Bands and price action, I need an EA made for mt4 and mt5 (preferably) should have good knowledge of forex, risk management and candle stick patterns, and how to incorporate them in the codes. I need a very efficient code. * For the price, I just out anything there, but if you can do it I’ll pay the negotiated price*
need developer to create personal EA for me, serious developer required. will work together on my robot. timeframe 1h, simple SMA and RSI levels, 1 h time frame, trading on limit orders only
Hello, same as title. I do not care about the drawdown I just need a trading strategy that can do 100% return per month return, simple as that. It would be nice if it can be automated into a bot/EA. Most important is the return of at least 100% per month!!! The strategy you provide need to be tested and work fine and have been doing well in the live market by you or someone for a long time. To be clear again - I need

Project information

Budget
30 - 200 USD
For the developer
27 - 180 USD