An Simple EA required for executing orders automatically.

MQL4 Experts

Termos de Referência

This EA should work for all forex pairs (currencies, metals, etc.)

This EA works by putting advance orders (buy limit, buy stop, sell limit, sell stop) on every Entry point which is decided by ‘trade points (multiples of price steps input)’ and ‘Price’ input, and re-putting orders from the entry price again when the trade is closed (Target/SL)

Total Inputs –

Inputs

Lot size:

 

 

Price Steps :

 

 

Buy Orders-

 

Price:

 

Target:

 

SL:

 

for re-order:

 

Price movement:

 

Time movement:

 

 

 

Sell Orders-

 

Price:

 

Target:

 

SL:

 

for re-order:

 

Price movement:

 

Time movement:

 

 

Inputs explained:

1.     Price steps:

Price steps input means the difference between 2 trade points from where the advance orders should be put.

For example – In XAUUSD, the difference between 2 trades is 100, i.e. 1500.00, 1501.00, 1502.00 (trade points), it means EA puts buy orders on the difference of every 1.00$

We can say, all the multiples of 1.00$ are the trade points of ‘trade every dollar EA’.

Price Steps :

 100

 

 

 

But to make it more flexible and work on all FX pairs, we remove the .(Decimal) from all pairs.

For example:

For XAUUSD – 1500.00, 1500.01, 1500.02… will be 150000, 150001, 150002…

For EURUSD – 1.09400, 1.09401, 1.09402… will be 109400, 109401, 109402…

For USDJPY – 107.700, 107.701, 107.702… will be 107700, 107701, 107702…

For AUDCAD – 0.88600, 0.88601, 0.88602... Will be 088600, 088601, 088602…

And, to put the difference between two trade points, we put ‘Price step input”.

 Or, we can say all the multiples of ‘Price step input’ are trade points

For example –

If I put,

Price Steps :

 100

 

All the multiples of 100 are trade points

For example –

For XAUUSD trade points will be – 1500.00, 1501.00, 1502.00… (150000, 150100, 150200…)

For EURUSD – 1.09400, 1.09500, 1.09600… (109400, 109500, 109600…)

For USDJPY – 107.700, 107.800, 107.900… (107700, 107800, 107900…)

For AUDCAD – 0.88600, 0.88700, 0.88800... (088600, 088700, 088800…)

 

If,

Price Steps :

 200

 

All the multiples of 200 are trade points.

For XAUUSD trade points will be – 1500.00, 1502.00, 1504.00… (150000, 150200, 150400…)

For EURUSD – 1.09400, 1.09600, 1.09800… (109400, 109600, 109800…)

For USDJPY – 107.600, 107.800, 108.000… (107600, 107800, 108000…)

For AUDCAD – 0.88600, 0.88800, 0.89000… (088600, 088800, 089000…)

 

If,

Price Steps :

 500

 

All the multiples of 500 are trade points.

For XAUUSD trade points will be – 1500.00, 1505.00, 1510.00… (150000, 150500, 151000…)

For EURUSD – 1.09000, 1.09500, 1.10000… (109000, 109500, 110000…)

For USDJPY – 107.500, 108.000, 108.500… (107500, 108000, 108500…)

For AUDCAD – 0.88500, 0.89000, 0.89500… (088500, 089000, 089500…)

 

  

IT EFFECTS ONLY WHEN THERE HAD BEEN PREVIOUS TRADE FROM THAT TRADE POINT.

IF THERE WAS NO PREVIOUS TRADE FROM THAT TRADE POINT, THIS INPUT SHOULD NOT MATTER.

NOT, IF IT’S THE 1 STTRADE FROM A TRADE POINT

ONLY VALID ON 2 ND, 3 RD, 4 TH, ETC…

 

THESE INPUTS DECIDE WHEN TO REPUT A BUY ORDER WHEN THE PREVIOUS TRADE IS COMPLETE (TARGET/Sl)

ANY OTHER TRADE FROM ANY OTHER TRADE POINT SHOULD NOT MATTER

 

IF THERE IS AN ACTIVE BUY TRADE OPEN FROM A TRADE POINT, IT SHOULD NOT PUT ANY BUY ORDERS FROM THAT TRADE POINT

FOR EXAMPLE:

IF THERE IS AN OPEN BUY TRADE OF 1501.00 (TRADE POINT - 150100), IT SHOULD NOT PUT ANY BUY ORDERS ON 1501.00, TILL THE ACTIVE TRADE IS CLOSED.

ONCE THE TRADE IS COMPLETED (TARGET/SL), WE HAVE 4 OPTIONS TO PUT THE ORDERS AGAIN-


IF I SELECT BOTH, BOTH (BUY & SELL) ORDERS TO BE PUT

BUY ORDERS AND SELL ORDERS HAVE NO CONNECTION BETWEEN THEM.

 

AND, AUTO DELETE ADVANCE ORDERS WHEN NEEDED BECAUSE OF TRADE LIMIT OF 200 TRADE (ACTIVE OR ADVANCE)

IT SHOULD WORK ON STRATEGY TESTER

 

ANY OTHER THING YOU GET CONFUSED , YOU CAN ASK ME BEFORE DEVELOPING , SO THAT U WONT NEED TO MODIFY IT AGAIN


Respondido

1
Desenvolvedor 1
Classificação
(17)
Projetos
22
5%
Arbitragem
7
14% / 29%
Expirado
3
14%
Livre
2
Desenvolvedor 2
Classificação
(1)
Projetos
2
0%
Arbitragem
0
Expirado
1
50%
Livre
3
Desenvolvedor 3
Classificação
(185)
Projetos
327
32%
Arbitragem
33
42% / 27%
Expirado
98
30%
Livre
4
Desenvolvedor 4
Classificação
(277)
Projetos
334
55%
Arbitragem
14
36% / 29%
Expirado
1
0%
Livre
5
Desenvolvedor 5
Classificação
(71)
Projetos
103
20%
Arbitragem
6
0% / 83%
Expirado
3
3%
Livre
6
Desenvolvedor 6
Classificação
(28)
Projetos
30
37%
Arbitragem
0
Expirado
0
Livre
Pedidos semelhantes
I need a feature setup that will input the Sunday opening price as a horizontal ray on any chart and can be used by another EA as part of a trading strategy. Like this TradingView example below
I need a mobile phone EA that is similar to no limitz EA mobile bot which will use an ea converter for scalping strategy that will execute trade automatically, set tp and sl for different pairs using integrated trading strategies . It must hedge for both action to buy and sell under 1 min and 5 min based on scalping strategy to execute trades
Hello everyone, I am looking for a talented developer who can help me create my EA. I have several indicators that I want to combine in the EA. I will take care of the integration of the indicators and the trading strategy myself, I need someone to program all the trading operations for me. This is probably absolutely standard, someone with experience has certainly programmed this several times before. Here are the
Hi there, I am looking for someone to build a Martingale/Cost Averaging Expert Advisor (EA) with the following features and functions: Martingale and Cost Averaging Features: 1. **Martingale Calculation Settings:** - Standard Martingale system allowing the trader to set the initial trade size and the pip step for subsequent trades. - Option for averaging up and averaging down: - **Averaging Up:** Lot size
Job Title: MQL5 Trading Bot Code Debugging and Optimization** **Description:** We are seeking an experienced MQL5 developer proficient in debugging and optimizing trading bot codes. The current project involves fixing existing code that runs into debugging issues without errors and optimizing it for efficient performance in live trading environments. **Responsibilities:** - Debug existing MQL5 trading bot code to
need a very skilled developer to create ea from indicator .i have source code for the indicator and it is non repainting. More details will be provided .i need parameters like take profit/stop/loss/loss recovery and few more
Active expert 250+ USD
hi, I must do changes to a dashboard with manual input of trader and active expert. Budget 250$ Can do? the budget is correct based on job to do. If you want me to increase the budget you can message me
HELLO DEAR DEV'S. I'VE AN EA BUT IT STOP WORKING WHEN MT4 HAS BEEN UPDATED TO THE LATEST VERSION (1420). SO I NEED A GOOD DEVELOPPER THAT COULD UPDATE THIS EA TO THE LATEST VERSION OF MT4 SO I CAN USE IT. NB: IT'S A SINGLE FILE (.EX4) AND THE PRICE CAN BE NEGOCIATED TO BE SUITABLE FOR BOTH PARTIES. THANK YOU
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
STI EA 30 USD
I need to convert this MT4 indicator into MT5 EA/indicator. The problem is I only have the .ex4 file bt not .mq4 file and it is also a repainting indicator. I need preliminary assessment if the conversion can be done based on .ex4 file first before exploring the EA details further. Attached is the indicator Budget below is just indicative for the assessment. We can discuss further once the conversion can be done and

Informações sobre o projeto

Orçamento
45+ USD
Desenvolvedor
40.5 USD