Simple Fluctuate System

指定

System Specifications/Requirements

Step 1:

I want my Fluctuate system strategy/trading robot to automatically measure the artificial/faux/imitation buy and sell trade execution using the usual normal fluctuate MT5 robot downloaded on the MQL5 Platform trading logic and my customised selected input parameters.

(As if I am already in the trade, using the same input parameters, trading logic and other variables), BUT without it entering/executing the trade as yet, until my desired drawdown of buys & sells has been achieved, depending of course on the market volatility.

And I should be able to choose within the parameters, when do I want to enter/execute the trade based on the drawdown that has occurred.

The following example below demonstrates the trade idea.

Pre-Execution setup:

Trade No.1=Buy 0.01-Hit stop loss, didn’t reach Take Profit/Trailing stop

Trade No.2=Sell 0.02-Hit stop loss, didn’t reach Take Profit/Trailing stop                                    

Trade No.3=Buy 0.04-Hit stop loss, didn’t reach Take Profit/Trailing stop                                     

Trade No.4=Sell 0.08-Hit stop loss, didn’t reach Take Profit/Trailing stop            =The artificial/faux/Imitation trades                                                                         

Trade No.5=Buy 0.16-Hit stop loss, didn’t reach Take Profit/Trailing stop                               

Trade No.6=Sell 0.32-Hit stop loss, didn’t reach Take Profit/Trailing stop

Trade No.7=Buy 0.64-Hit stop loss, didn’t reach Take Profit/Trailing stop

Trade No.8=Sell 1.28-Hit stop loss, didn’t reach Take Profit/Trailing stop

Step 2

Once the desired drawdown has been achieved, I then want the robot to execute/enter the trade at my desired Lot size which can be selected in the input parameters.

At this point it should be just a normal continuation from the previous losing trades/drawdown, whether it’s a buy or sell (depending on the last losing trade).

The following example below demonstrates the execution idea

Execution setup:

Trade No.9=Buy 0.01-Hit stop loss, didn’t reach Take Profit/Trailing stop      = The chosen desired drawdown is Trade no.9 and is executed at the chosen desired Lot size of 0.01, then after that normal continuation of trading rules from robot

    

Trade No.10=Sell 0.02-Hit stop loss, didn’t reach Take Profit/Trailing stop

Trade No.11=Buy 0.04-Hit stop loss, didn’t reach Take Profit/Trailing stop

Trade No.12=Sell 0.08-Hit stop loss, didn’t reach Take Profit/Trailing stop

*Trade No.13=Buy 0.16-Hit stop Take Profit/Trailing stop=Trade successful @Trade No.13, start a new cycle at Trade No.1 again in the same pattern

If the trade is a winning trade, prior to my desired drawdown selected in my inputs, (in the example above it is trade no.9), then the robot should restart and commence a new setup in step 1 again mentioned above until such a time that the desired drawdown is met according to the market volatility so that execution can take place.

(The trading robot can continue as per normal fluctuate robot at drawdown No.9 as downloaded on MQL5 website)

 

In other words, basically the system should perform the usual way the robot was originally programmed when downloaded online other than/except for my ability to make changes as to which drawdown the robot can finally execute the initial trade and at which ideal Lot size at which it must enter (All other variables in the robot remaining the same)

 

 

 

 

 

                             

 

 

 

 

 

 

 


ファイル:

応答済み

1
開発者 1
評価
(298)
プロジェクト
478
40%
仲裁
105
40% / 24%
期限切れ
82
17%
取り込み中
パブリッシュした人: 2 codes
2
開発者 2
評価
(322)
プロジェクト
499
67%
仲裁
5
40% / 0%
期限切れ
4
1%
パブリッシュした人: 8 codes
3
開発者 3
評価
(1)
プロジェクト
1
0%
仲裁
0
期限切れ
0
4
開発者 4
評価
(568)
プロジェクト
641
41%
仲裁
25
48% / 36%
期限切れ
46
7%
仕事中
類似した注文
I am looking for an experienced MQL5 Expert Advisor (EA) developer to analyze an existing trading setup and develop a similar automated trading robot. Project Overview I have access to a demo trading account where trades are being executed automatically. The trading results look very promising, but I do not know exactly what strategy, logic, indicators, or trade-management rules are being used. I will provide access
Most of the expert is already coded . Create a panel to show the Ratio for the Range . Trigger is based on ratio . Show Distribution / project starts after we clear Distribution
Modification of existing ea …. Add ema filter, add risk percentage per trade, and modify the pips per day filter. I already have the ea code I just need these things added and modifified
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
I need a developer who also understands trading. I have a Telegram copy-trading bot that reads signals from a Telegram channel via a Python script and converts them into trading orders. I want to create a program that analyzes Gold (XAUUSD) charts specifically and sends signals in this exact format: #XAUUSD BUY 4324-4321 TP 4327 TP 4330 TP 4334 TP 4339 TP 4344 TP 4354 TP 4364 SL 4311 If the # symbol is missing at the
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA
Gold hunter v5 30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total

プロジェクト情報

予算
30 - 200 USD
締め切り
最低 10 最高 20 日