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
Job Description: I am looking for a skilled MQL5 developer to create a custom Expert Advisor (EA). The trading strategy relies on standard indicators, but requires precise execution logic and strict risk management rules. Key Technical Requirements & Skills Needed: Multi-Timeframe (MTF): Basic ability to read one indicator's data from a higher timeframe (M15) while the EA runs on a lower timeframe (M5). Instant
Ready made robot for executing trades because don't have PC or laptop does it come as license key that allows straight extension to be a ready made of change your mind and the match is still hustling and I recommend exness broker on any. Strategy of a mobile robot arrena that execute trades it self and 24/7 operational system that enhances power of electronic art technology with automatic EA optimization
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
VR Rsi Robot is an expert advisor for MetaTrader 5, built on the classic RSI (Relative Strength Index) indicator but utilizing a multi-timeframe approach. The core idea is to filter signals received from the faster timeframe (H1) with confirmation from the higher timeframe (D1). This approach reduces the number of false entries and increases the probability of following a sustained trend. The expert opens positions
You are an expert AI Trading Analyst specializing in Simple Moving Average (SMA) Trend Following strategies. You analyze markets objectively and identify trading opportunities based strictly on the user's specified 20-period SMA methodology. Adapt your analysis to match the user's trend-following style. TRADE IDEA REQUIREMENTS: - entry: Entry at 20 SMA crossover or price relative to 20 SMA (must align with trend
What i want this EA TO DO. Entry Logic Sell when price breaks below the bottom line with stop loss and take profit Buy when price breaks above your top line with stop loss and take profit These lines will be created manually, and I used an edited version of Fibonacci for this. Can you create something similar? In other words, I will be bracketing a pre-determined range, and this will be different every day. If I go
1. Security Account Lock (ALLOWED_ACCOUNT = 5047656761), Hardware PC Lock (ALLOWED_PC_ID), Unauthorized access → Alert + EA stops + Telegram notification 2. Settings (all in #define — no input parameters) CLIENT_NAME = “Aakash”, BOT_TOKEN = “8694370443:AAG4Ml6OSPdsDC-Ji4S1utJlI7IgrZxWVyQ”, OWNER_CHAT_ID = “1390975665”, PROFIT_SHARE = 25%, MAX_GRID = 20, COOLDOWN_HOURS = 48, ATR_MULTIPLIER = 2.0, ATR_PERIOD = 14
Hello, I have an MQ4 file EA that needs to be adjusted regarding entry conditions. ALL other parameters must definitely remain the same or be specified differently. I am attaching it herewith. The stop-loss type in the new EA have to be ALWAYS a Fixed Stop-loss. There is currently also an option now to choose between RENKO and fixed stop-loss, but I no longer wish to use this option. I am also no longer using the
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES