“Setka Limit” – An Automated Trading System – MT4/MT5 Resources
“Setka Limit” – An Automated Trading System 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
The cost of the key is 50 usd
A grid Expert Advisor that collects profit in any direction of price movement! We catch the initial price movement with stop orders. The exact guidance of the order is carried out by a trawl (pulling it up behind the price). Next, a grid of limit orders is placed at a specified distance (Step) from each other. Moreover, the distance is dynamic and can adjust to the market. The lot is set as a fixed or as a percentage (RiskPercent) of available funds. The essence of the strategy is that the price cannot move forever in one direction without rolling back, and if we did not guess the direction of entry into the market, then it will be averaged and will close in the black at the next pullback. But even with a recoilless movement, the adviser analyzes the situation and places an order in the direction of movement in such a lot that it compensates for drawdowns (locks). Next, the ADVISER closes everything on the accumulation of profit or on the increase in equity….
On the first screenshot you can see that the Expert Advisor sets orders in both directions from the current price. Notice that at that it has opened two opposite orders – Buy and Sell orders – at once.
The price goes down, and the Sell order is closed by take-profit. At that several Buy orders are opened. Since the lot size of Buy orders increases as the price goes downwards, a break-even point total for a series of Buy orders approaches to the current price every time the lot size increases. When the price makes a minor pullback upwards, we take profit after the entire series of Buy orders closes.
Afterwards the price goes a rather long distance downwards again. At that several subsequent Sell orders are closed in profit. When the price makes a pullback upwards again, a series of Buy orders is closed in profit again.
After each close of a series of one-direction orders by total profit, limit-orders of the same direction will be deleted, and a grid of orders of the direction that has been closed will be set again.
The most frightful thing for the Expert Advisor will be a long-sustained pullbackless trend that is established, when global economic problems arise. “OrdersNoTP” parameter will act as an insurance against this pullbackless trend. It enables setting that number of open positions, at which positions of the opposite direction stop to be closed by profit and support positions of this direction that experience a drawdown. If we have 10 open Buy positions (“OrdersNoTP=10”), then open Sell positions will not be closed by profit.
The Expert Advisor enables setting its time of autotrading, for example: TimeStart= 10, TimeEnd = 22, FridayHourClose = 16. It follows that the Expert Advisor will set new series of orders only from 10 am to 10 pm all days except Friday (it will work only up to 4 pm on Friday).
In order to get similar results, you need to optimize the Expert Advisor. You can read how to do this here: https://cmillion.ru/optimization/ The cost of the Expert Advisor is 50 USD. Payment methods: https://cmillion.ru/en/pay/
Step = 20; //distance between orders opened within a grid of orders
Lots = 0.0; //if=0, then lot size will be calculated as a percentage of free margin set in “RiskPercent %” parameter
RiskPercent = 0.01; //Lots = AccountBalance() * (RiskPercent / 100.0) / 10000.0
K_Lot = 1.5; //lot multiplier
Max_Lot = 50; //limits a lot size
DigitsLot = 2; //number of decimal places in the lot size (2 – 0,01) (1 – 0,1)
OrdersNoTP = 5; //if this number of orders is exceeded, the Expert Advisor is disallowed to set a take-profit for profitable one-direction orders
ProfitClose = 50; //profit in deposit currency, by which all orders will be closed
Takeprofit = 35;
VirtualTS = false; //enables a virtual or a real trailing stop
TrailingStop = 0; //if 0, then stop-losses will not be trailed
OrdersTek = 3; //number of open pending orders; it is used to reduce a load on a dealing center
In the updated version 13(14) added trading stop orders together with limit.
cm-Limit-15.6
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
- •
- •
- •
- •
- •
- •