Multipairs Trade Opener

MQL4 エキスパート

仕事が完了した

実行時間2 日
依頼者からのフィードバック
Awesome coder! Nice to work with Trinh Dat always. Fulfill all the requirements been mentioned.

指定

Hello coders. I need to create one EA which is incorporated with one indicator. This indicator will indicates BUY, SELL or WAIT. So, when the trading time comes, EA should open order based on the indicator.

Methodology: This EA should acts as a trade opener which will open multiple currency pairs indicated by the indicator. Thus, it’s a “set and forget” typed EA. It will not manage those trades after being placed. 

EA Parameter:-

+____lot size management____+

UseMoneyManagement: True

RiskPercent: 10

MaxLot: 10

FixedLot size: 0.05

+____Trading Setting____+

TradingHourly: 4

UseTimeFilter: True

TradingHourStart: 15:00

TradingHourEnd: 21:00

TP: 200

SL: 200

Unique MN per basket: True

FixedMNperbasket: 1122

ECNMode: False

_________________________________________________________________________________

Explanation of parameter:

+____lot size management____+

v  UseMoneyManagement: [If set to true, FixedLotSize will be disable, riskPercent will be used.]

 

v  RiskPercent: [RiskPercent calculation should based on balance.] Eg. 10% 

                Formula:  (10/100 x balance) / (SL x quantity of currency pairs) = Lot Size Per Trade

                Eg: (10/100x500)/ (200 x 12) = 0.02 lot for each trade

Ps: Kindly note that SL point is in 5 digits calculation. 200(5digits) =20 (4digits). Also, even though sometimes “WAIT” signal will be indicated for few Fx pairs, but still quantity of currency pairs will be counted into the equation. So, quantity of currency pairs is based on how many Fx pairs been listed in the indicator.

 

v  MaxLot: [This is the maximum lot configuration. Because we are using riskpercent so it might    trade over the specific lotsize if we didn’t mentioned in MaxLot.]   

 

v  FixedLot size: [Fixed Lot Size will be defined here if usedMoneyManagement set to false.]

 

+____Trading Setting____+

v  TradingHourly: [EA will trade based on time interval. If set 2, then EA will place the trade every 2 hours.]

 

v  UseTimeFilter: [If set true, TradingHourStart & TradingHourEnd will be configured.]

 

v  TradingHourStart: [Trading time where EA will be activated. Follow broker time.]

 

v  TradingHourEnd: [Trading time where EA will be deactivated. Follow broker time.]

 

v  TP: [Take profit for each trade.]

 

v  SL: [Stop loss for each trade.]

 

v  ReverseTrade: [Trade will be reversed which oppose the signals indicated. Buy -> Sell]

 

v  Unique MN per basket: [If set true, unique magic number will be assigned for each basket of trade but NOT each trade. The unique magic number should be assigned in ascending order. Eg, 1->2->3->4…] The next MN should display on the chart so that I can know what magic number going to be.

 

v  Fixed MN per basket: 11

 

v  ECNMode: [ECNMode set true for ECN account.]

   

 **Indicator will be provided once candidate being selected. It's NOT a source code but I have a decompiled version which consist of 200+ lines of codes. 

 Sorry for double post because did some correction. Please help me to code it. Thanks

 

応答済み

1
開発者 1
評価
(9)
プロジェクト
40
58%
仲裁
3
33% / 0%
期限切れ
14
35%
2
開発者 2
評価
(40)
プロジェクト
58
22%
仲裁
10
10% / 70%
期限切れ
13
22%
3
開発者 3
評価
(647)
プロジェクト
1295
67%
仲裁
84
26% / 49%
期限切れ
338
26%
類似した注文
Hello devs, Looking to purchase EAs that are ready made, have proven track record (live account). DD should be minimal, no risky strategies. I can buy from multiple sellers, pricing will depend on EA results, functions and features if you are proud of your work, kindly send over investor credentials to start the discussion .... please, no backtest bullshit
The Runner 30 - 200 USD
5m moving avg robot. the ability to open between 1-3 positions at or after open with a step size in pips, stop loss in pips, trailing stop option, lot size(pips), (potential) take profit option. The candle that closes above or below the moving avg. is the buy or sell signal, the next candle starts the trade:above the MA buy, below the MA sell
InGodweTrust 31 USD
Obchodné roboty sú programy, ktoré fungujú podľa základných algoritmov. Algoritmus je súbor akcií, ktoré je potrebné vykonať reakcii na určité udalosti. Napríklad najbežnejšou úlohou pri algo obchodovaní je identifikácia. Keď dôjde k udalosti, robot skontroluje vznik obchodných signálov a podľa toho koná
Mt4 200+ USD
Am in need of developer from Indian or Pakistan to do a project for me Budget:200$ I dont know how to operate here my WhatsApp is: +1 775 513 8941 Thanks
TG to MT5 30 - 120 USD
I would like telegram to MT5. The specific requirements are as follows. Please can you let me know if this is possible. Open orders TP1, TP2 & TP3. Option to use just TP1, or just TP2 or just TP3. Or even TP2 & TP3 but not TP1. Magic number option, so different set can be used if needed Fixed lot Risk percentage On one signal service It is likely I will use the EA on 2 charts one for TP2 and the other for TP3. Other
Bonjour, j'aimerais un robot basé sur un indicateur de supply demand, sommairement le robot doit prendre ses ordres de zone en zone. Je vous laisse prendre connaissance des détails en pièce jointe. Nous pouvons discuter du prix, Merci
I want to create an EA MT5 that can 1. identify support and resistance (based on close candles) 2. mark snr breakout 3. multitimeframe breakout scanner 4. scan the valid setup that appears 5. available for manual marking, INFO SPREAD & TIME NEXT BAR 6. sends alert notification to Telegram I need a professional and experienced developer with fast and good work according to what I want. if you are interested I will
I want an EA Robot to buy USD pairs when news is forecasted to be better than previous, and indicate on the chart when the next event is and if it will be taking a buy or sell. The EA also needs a trailing stop and TP and or choice to close at certain ATR, MQL files to be provided
Project Overview: I would like you to develop a Moving Average Crossover Trading Bot for MetaTrader 5 (MT5), compatible with all trading instruments (Forex, Stocks, Indices, Commodities, etc.), that incorporates machine learning algorithms to improve the strategy’s performance. The bot should be customizable, allowing users to adjust various parameters such as risk percentage, moving average periods, stop loss, take
Base EA: An existing EA using grid of orders and martingale strategies. Modification: Convert to a multi-grid system. Grid Overlap: New grids may overlap existing open grids. Grid Opening: Based on inputs such as step pips and a true/false condition and max number of grids new grids created by the EA should be a copy of the previous grid. This means that the new grid will have the same order lots, TP, step size, and

プロジェクト情報

予算
40- USD
締め切り
最高 4 日