Safe Trading Expert Advisor | Trading Script Download- MT4/MT5 Resources
Safe Trading Expert Advisor review and download instructions
This article organizes EA related to CMillion Expert Advisor. The content has been removed from the Russian language and external website promotion information, and has been reorganized according to the common concerns of foreign exchange EA users, making it easier to judge whether it is suitable for real trading or testing environments.
strategic positioning
This type of EA is usually used in automated trading scenarios of MT4 or MT5. Before formal use, you should first confirm the trading variety, cycle, spread, slippage, leverage and broker execution conditions to avoid directly treating a single historical performance as a future profit expectation.
Testing recommendations
It is recommended to test separately in a demo account and a small capital account first, focusing on observing the maximum drawdown, continuous losses, holding time, news market performance, and the sensitivity of parameters to different market stages.
Key points of English page
for 1 year 9500 rub
no time limit 14500 rub
The Expert Advisor the movement of currencies on the last X bars (set analyzing in the BarsCorrelation parameter) I recommend putting it at least 300, preferably 800-1000. But for each pair of tools, it is better to choose your optimal value in the tester. Percent, for example 70%), counter transactions are opened. When the instruments converge to the value (CloseDeltaPercent = 30%), the ADVISER closes the trades. If After the opening of transactions there is a de-correlation and the pairs diverge further from each other, then the adviser averages transactions through a step (Step – set as % of the average daily price movement).
The Expert Advisor trades on any instruments with a positive correlation. For example, on any cryptocurrencies.
You can use the CORR script to select the tools.
The Expert Advisor the movement of currencies on the last (Closedeltapercent = 30%), the ADVISER closes the trades. If After the opening of transactions there is a de-correlation and the pairs diverge further from each other, then the adviser averages transactions through a step (Step – set as % of the average daily price movement). Additional positions can be opened with a lot multiplied by a coefficient. You can set it within 0.5 – 3 (I don’t recommend it anymore)
parameters : The first two parameters are the instruments on which we trade. at the same time, it does not matter at all which pair the adviser himself is on, trading will still be conducted only on these two instruments. SYMBOL_1 = “EURUSD”; SYMBOL_2 = “GBPUSD”;
Adviser's working hours TimeStart = 1; TimeEnd = 23;
The number of candles on which we analyze the correlation BarsCorrelation = 600; Timeframe for analysis TimeFrames = 5;
Minimum delta of divergence for opening positions OpenDeltaMin = 0;
The percentage of divergence of instruments from its maximum value for opening positions. OpenDeltaPercent = 70;
The percentage of divergence of instruments from its maximum value for closing positions. CloseDeltaPercent = 10; input double MinProfit = 0.1;
The volume of positions as a percentage of the deposit Lot_Percent = 0.000000;
Fixed volume of the first instrument Lot_1 = 0.01; Fixed volume of the second instrument Lot_2 = 0.01;
The step of topping up as a percentage of the average daily movement. To exclude topping up, just set an unreachable value, for example 999999 Step = 100;//Step % ADR period 14
Fo rcibly hedge (open a position on the second instrument when opening the first one and vice versa. Exclude the possibility of skewing) hedgeStep = false;
The distance to the virtual pending order as a percentage of the average daily price movement. LevelOrder = 5;//0 – pozicion, > 0 level pending order % ADR // if 0, then immediately open a position, if more than 0, then place a pending order at a distance
Lot increase ratio K_Lot = 2.00;
The total profit at which we close all transactions ProfitClose = 0;
Minimum correlation level for opening (in earlier versions) MinCorrel = 0.5;//Minimum correlation for opening (range 0-1)
slippage (in earlier versions) slippage = 30;
The unique number of the Adviser's orders is calculated automatically by a combination of instruments. To change it (for example, in order to put the same pairs on the same account), you can use an increase in the number (the magic will be increased by this number) Magic Plus = 0;
Tool drawing colors color1 = clrAqua; color2 = clrLime;
Resolution of alert type messages AlertON = false;
Sending a signal to the mail SendMailInfo = false;
Saving a screenshot with each action of the adviser ScreenShot = false;
read more about setting up and optimizing the parameters of this Expert Advisor on the page https://cmillion.ru/en/optimization-of-the-expert-advisor-safe-trading/
The Expert Advisor trades on any instruments with a positive correlation. For example, on any cryptocurrencies.
You can download Expert Advisors for free to test it on a demo account. For real trading, you need to buy a key. The cost of the key for 1 trading account:
for 1 year 9500 rubles
no time limit 14500 rub
Payment methods: https://cmillion.ru/en/pay/ About its acquisition, write to me
https://t.me/joinchat/SerHr0lGDQVjMDA6
Risk warning
EA cannot eliminate market risk. Grid, martin, scalping, arbitrage, and high-frequency strategies are particularly dependent on the trading environment. Stop-loss logic, order quantity limits, and capital occupation under abnormal market conditions should be separately evaluated before placing a firm offer.
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •