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

작업 종료됨

실행 시간 1 일
고객의 피드백
Good developer. Timely delivery
피고용인의 피드백
very good and kind

명시

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 "


응답함

1
개발자 1
등급
(595)
프로젝트
927
46%
중재
31
39% / 29%
기한 초과
93
10%
작업중
2
개발자 2
등급
(185)
프로젝트
327
32%
중재
33
42% / 27%
기한 초과
98
30%
작업중
3
개발자 3
등급
(302)
프로젝트
383
20%
중재
43
60% / 23%
기한 초과
45
12%
로드됨
4
개발자 4
등급
(31)
프로젝트
41
20%
중재
9
11% / 89%
기한 초과
5
12%
무료
5
개발자 5
등급
(343)
프로젝트
362
70%
중재
4
100% / 0%
기한 초과
0
로드됨
6
개발자 6
등급
(42)
프로젝트
49
47%
중재
1
100% / 0%
기한 초과
1
2%
무료
7
개발자 7
등급
(568)
프로젝트
641
41%
중재
21
57% / 29%
기한 초과
47
7%
작업중
8
개발자 8
등급
(39)
프로젝트
50
18%
중재
5
40% / 40%
기한 초과
0
무료
비슷한 주문
I have an algo that is running on ProRealTime, they have their own language. It is a simple strategy with 5 conditions + SL/TP settings, very basic. I need someone that can convert or just create a functional MT5 algo (EA) from these conditions for me, if you do a good job I have around 10+ more algos that need to be transferred to MT5
Dear Developers, I would have a very simple request. I have a ML model developed in Python for EURUSD daily trading. I would like to backtest it in Meta Trader 5 using the Strategy Tester tool. For that I would need an Expert Advisor program. The input would be a csv file that contains two columns: - dates (going back for a few years on a daily basis) - trading signal (it can have only 2 values, either 1: Buy, or -1
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader 1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and
1. The Trading View indicator code needs to be converted into and adapted for Ninja Trader 8 2. An indicator and Automated Trading Strategy needs to be developed. 3. Any parts of the Trading View Indicator that can't be replicated needs to be discussed with me and agreed before excluding. (there should not be any) 4. Trailing stop and Trailing Draw Down options need to be implemented 5. Risk needs to be in % of
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Hi I have the code in pinescript for an indicator that I need done in Ninja Trader, I wanted this indicator in NT bcs I chart in NT, and if the indicator could also have been an automated strategy even better. Please confirm that it will be an indicator and Automated Trading Strategy
Hello I need a very simple indicator This indicator should show the highest floating or history drawdown of the account It means that it can display the highest number that the account drawdown to be displayed on the chart in this format max drawdown account(xxxx$$) ...date(00/00/00)time:(00:00) max drawdown currency ..( currency name with max drwadown) . (xxxx$$) date(00/00/00)time:(00:00) thanks
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work

프로젝트 정보

예산
30+ USD
개발자에게
27 USD
기한
에서 1  2 일