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
評価
(618)
プロジェクト
968
46%
仲裁
32
38% / 34%
期限切れ
96
10%
パブリッシュした人: 6 codes
2
開発者 2
評価
(202)
プロジェクト
350
32%
仲裁
34
41% / 26%
期限切れ
104
30%
取り込み中
パブリッシュした人: 1 code
3
開発者 3
評価
(369)
プロジェクト
475
24%
仲裁
51
61% / 20%
期限切れ
55
12%
取り込み中
4
開発者 4
評価
(31)
プロジェクト
41
20%
仲裁
9
11% / 89%
期限切れ
5
12%
5
開発者 5
評価
(439)
プロジェクト
459
73%
仲裁
5
80% / 0%
期限切れ
0
仕事中
6
開発者 6
評価
(42)
プロジェクト
49
47%
仲裁
1
100% / 0%
期限切れ
1
2%
パブリッシュした人: 1 code
7
開発者 7
評価
(568)
プロジェクト
641
41%
仲裁
23
52% / 30%
期限切れ
46
7%
仕事中
8
開発者 8
評価
(39)
プロジェクト
50
18%
仲裁
5
40% / 40%
期限切れ
0
類似した注文
Техзадание во вложении. Советник не выставляет ордера. Задача советника состоит в том, что бы закрыть все ордера при достижении установленного Equity и отжать иконку "AutoTrading" (запретить авто-торговлю) или если поведение рынка не соответствует стратегии принудительно ( вручную) закрыть все ордера и завершить торговлю
Hi Need the attached mql4 indicator to be converted 1:1 to mql5, need this done asap No changes to the mql5, need a 100% 1.1 convertion if this is possibly Thanks
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE
I want EA 'Prop Firm limiter' for protecting account not breached. Below is the preset of the EA which I want made by ChatGPT. There is a lot of EA like this in MQL5 Market or elsewhere. You can refer one of these here. Drawdown Limiter Advanced | Buy Trading Utility for MetaTrader 5 Also in some webpages you can refer the source code. Account Protector for MetaTrader You can suggest better idea even though I don't
PLEASE READ: IF YOU ARE NOT GOING TO ACCEPT THE BELOW THEN PLEASE MOVE ON TO THE NEXT CLIENT. I NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN THEY END UP DEVELOPING A FAULTY INDICATOR. AND I HAVE GIVEN THEM THE
Budowa EA na indeksy 30 - 100 USD
Witam chcę żeby ktoś stworzył dla mnie eksperta które będzie działał na indeksach wszystkich ekspert ma komunikować się z kalendarzem ekonomicznym ekspert ma zawierać dwie strategie pierwsza strategia działa na indeksie niemieckim druga strategia na indeksach amerykańskich chciałbym żeby w bocie była funkcja wyłączania poszczególnej strategii poddane indeks ale żeby było to wszystko w jednym wszystkie informacje
I need an EA that can consistently make profits with low drawdowns and no dangerous martingale or grid. Requirements: - EA needs to open trades with dynamic lotsizes based on account balance or some other measure. - Minimum 15-30% growth monthly. - Open to any and all strategies, including advanced stuff like AI/SVM/HMM/etc or moderate/light martingale mechanism - No lower than 5mins timeframe for trading. - EA can
Pocket option bot 50 - 100 USD
I want a developer that can build a pocket option bot, You can only send application if you are experienced pocket option bot developer The bot should be develop base on my details that I will provided to the person that send application Best Regard
Indicator Specification Core Conditions for Signal Generation: Buy Signal: Triggered when: Price crosses above the MACD zero line, and The ZigZag also crosses above the zero line. Sell Signal: Triggered when: Price crosses below the MACD zero line, and The ZigZag also crosses below the zero line. Customization Options (Inputs): Full customizable settings for MACD (fast EMA, slow EMA, signal line, etc.). Full
Mthizo trades 30 - 200 USD
- *Currency Pairs*: Major pairs such as EUR/USD, XAU/USD and GBP/USD - *Funding Currency*: South African Rand (ZAR) - *Initial Deposit*: R100 (may require additional deposit for live trading) - *Risk Management*: Basic risk management features, such as stop loss and take profit - *Strategy*: Pre-defined strategy based on Smart Money Concept principles - *Cost*: Approximately R100-R200 (one-time cost or

プロジェクト情報

予算
30+ USD
開発者用
27 USD
締め切り
最低 1 最高 2 日