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)
Solicitudes similares
Hello, I have two Expert Advisors (EAs) that I'm migrating to my MQL5 VPS. I need a program that I can run on a separate chart or other interface to: - Allow EA #2 (with the magic number) to trade only during the Asian session. Therefore, EA #2 needs to be blocked during all other sessions. - Allow EA #1 to trade without restriction. Thank you
Labouchere System has many series and can transfer the Units to any other Series when needed (this function is very important). Building a dedicated SeriesManager class to handle all eight arrays would be very useful to make the unit transfers "atomic," so the logic is bulletproof and we never have to worry about data errors during the series transitions. The coders who really knows this cancellation sytem can apply
Project Overview I need an MQL5 developer to review and confirm their understanding of this project before providing a quote. Objective: Backtest an Opening Range Breakout (ORB) strategy on NAS100USD and generate detailed trade documentation. Requirements: Instrument NAS100USD only. Backtesting Run the ORB strategy on historical data. Target a minimum of 200 trades if the available data allows. Advise how much
Looking to buy profitable MT4/MT5 Expert Advisors (EAs). Requirements: • Fully automated • 6+ months backtest • 100+ trades • No martingale or grid systems Send: • Backtest report • Max drawdown • Markets traded • Brief strategy summary Only original EAs developed by you. Long-term collaboration available
Hi, We are an experienced team of quants with products top ranked in MQL5 but who needs to gain audience on 10K+ communities to advertise EA to get more traffic on mql5. Thanks
We are looking to purchase Expert Advisors (EAs) for MetaTrader 4 and MetaTrader 5. Requirements: -Minimum 6 months of history (12+ months preferred). -Forex pairs, Gold (XAUUSD), Indices, Commodities, or Crypto CFDs are all acceptable. -Fully automated. -No martingale. -No grid systems. -No lot multiplication or position size scaling based on previous wins or losses. -Not dependent on extremely low spreads/slippage
DESCRIPTION: I require an experienced MQL5 developer to build a fully automated, multi‑engine, multi‑asset trend‑following trading system for MetaTrader 5. The system includes: Multiple TrendEngine instances (one per symbol) A PortfolioController that manages all engines Volatility‑regime detection Dual‑timeframe confirmation ATR‑based breakout logic ATR‑based stop management Micropyramiding Risk‑weighted satellites
Description: I need a semi-automatic Expert Advisor (EA) developed for MetaTrader 5 (Hedging account, optimized for Exness Cent accounts) to manage my manual trades on Gold (XAUUSD) using a positive pyramiding trend-following strategy. Detailed Specifications: 1. Multi-Basket Management (Crucial): The EA does NOT open the initial trade. It waits for me to open a manual trade (Buy or Sell). If I open another manual
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
//@version=6 indicator("منظومة El_3aksiiya 0 المتكاملة", overlay=true, max_labels_count=500, max_boxes_count=500, max_lines_count=500) // الألوان color_accum = color.new(#0000FF, 85) color_manip = color.new(#FFFF00, 80) color_dist = color.new(#FFC0CB, 80) color_elliot = #FF8C00 color_fib = #FFFF00 color_entry = #00FFFF color_tp = #00FF00 rsiVal = ta.rsi(close, 14) // نموذج AMD var int barCount = 0 if