BUY STOP and SELL STOP orders based on Input Variables ( Read description properly )

Trabalho concluído

Tempo de execução 1 dia
Comentário do cliente
Good developer. Timely delivery
Comentário do desenvolvedor
very good and kind

Termos de Referência

I need an EA which will place multiple BUY STOP and SELL STOP orders based on Input Variables as given below. It should also be able to open trades only on specific time range. 

Input Values

input int Max_A_ordersCount = 1;             //Max number of orders A type (0 to disable)
input double A_Lots_Size = 0.01;             //A lots size
input double A_Lots_Multiplier = 1.0;        //A lots multiplier
input int Average_A_StepPoints = 100;        //Average A step points

input int Max_B_ordersCount = 1;             //Max number of orders B type (0 to disable)
input double B_Lots_Size = 0.01;             //B lots size
input double B_Lots_Multiplier = 3.0;        //B lots multiplier
input int Average_B_StepPoints = 200;        //Average B step points

input int Max_C_ordersCount = 1;             //Max number of orders C type (0 to disable)
input double C_Lots_Size = 0.01;             //C lots size
input double C_Lots_Multiplier = 5.0;        //C lots multiplier
input int Average_C_StepPoints = 100;        //Average C step points

input int Max_D_ordersCount = 2;             //Max number of orders D type (0 to disable)
input double D_Lots_Size = 0.01;             //D lots size
input double D_Lots_Multiplier = 6.0;        //D lots multiplier
input int Average_D_StepPoints = 200;        //Average D step points

input int Max_E_ordersCount = 3;             //Max number of orders E type (0 to disable)
input double E_Lots_Size = 0.01;             //E lots size
input double E_Lots_Multiplier = 5.0;        //E lots multiplier
input int Average_E_StepPoints = 300;        //Average E step points

input string TimePeriodToLetEaWork = "15:00:00-23:59:59";

input string Comment = "Finovics EA";   

Eg.
Suppose I set this EA On XAUUSD the then it will only place order between "15:00:00-23:59:59" MT4 time zone

Now suppose at this time XAUUSD rate is 1800

1st order A will place MARKET order BUY AND SELL ( hedge ) at 1800 of 0.01 qty Comment " Finovics EA A1 BUY" &  " Finovics EA A1 SELL"

Then there will be multiple BUY STOP AND SELL STOP based on Input

BUY STOP 1802 of 0.03  Comment " Finovics EA B1 BUY" : 200 gap as given in input of B (Average_B_StepPoints)
BUY STOP 1803 of 0.05  Comment " Finovics EA C1 BUY"
BUY STOP 1805 of 0.06  Comment " Finovics EA D1 BUY"
BUY STOP 1807 of 0.03  Comment " Finovics EA D2 BUY"
BUY STOP 1810 of 0.03 Comment " Finovics EA E1 BUY"
BUY STOP 1813 of 0.03 Comment " Finovics EA E2 BUY"
BUY STOP 1816 of 0.03 Comment " Finovics EA E2 BUY"

SELL STOP 1798 of 0.03  Comment " Finovics EA B1 SELL"  : 200 gap as given in input of B
SELL STOP 1797 of 0.05  Comment " Finovics EA C1 SELL "
SELL STOP 1795 of 0.06  Comment " Finovics EA D1 SELL "
SELL STOP 1793 of 0.03  Comment " Finovics EA D2 SELL "
SELL STOP 1790 of 0.03 Comment " Finovics EA E1 SELL "
SELL STOP 1787 of 0.03 Comment " Finovics EA E2 SELL"
SELL STOP 1784 of 0.03 Comment " Finovics EA E2 SELL "


Respondido

1
Desenvolvedor 1
Classificação
(586)
Projetos
918
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
2
Desenvolvedor 2
Classificação
(185)
Projetos
327
32%
Arbitragem
33
42% / 27%
Expirado
98
30%
Livre
3
Desenvolvedor 3
Classificação
(294)
Projetos
371
21%
Arbitragem
43
60% / 23%
Expirado
43
12%
Trabalhando
4
Desenvolvedor 4
Classificação
(31)
Projetos
41
20%
Arbitragem
9
11% / 89%
Expirado
5
12%
Livre
5
Desenvolvedor 5
Classificação
(333)
Projetos
352
71%
Arbitragem
4
100% / 0%
Expirado
1
0%
Trabalhando
6
Desenvolvedor 6
Classificação
(42)
Projetos
49
47%
Arbitragem
1
100% / 0%
Expirado
1
2%
Livre
7
Desenvolvedor 7
Classificação
(568)
Projetos
641
41%
Arbitragem
21
57% / 29%
Expirado
47
7%
Trabalhando
8
Desenvolvedor 8
Classificação
(39)
Projetos
50
18%
Arbitragem
5
40% / 40%
Expirado
0
Livre
Pedidos semelhantes
I want to make a new dashboard using 3 common indicators and the ADX indicator , which you must supply I have a MA dash which you can strip & reuse if it helps you I tried to cover all questions in the attached but i'm sure there'll be more
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one
I have a custom EA that works fine in the live market trading, but when doing a back test in the strategy tester , it does not open sell orders. There are no errors or warnings; it just doesn't open sell orders. I've checked every possible reason that might be the reason why it does not open sell orders, but I can't find anything, especially since it works fine in the real market and it opens both buys and sells
I'm looking for someone to help me create an arbitrage trading robot that can trade on any decentralized exchange and forex market. I already have some source code to a strategy but would like to enhance it to make it profitable and automated
I installed the E.A. into the Experts folder in MT4. When I double click on it nothing happens. When I right click and "attach to chart" nothing happens. The E.A. is not grayed out, it simply will not attach. Any help would be greatly Appreciated
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD
Prazo
de 1 para 2 dias