Spider Expert Advisor | Forex Indicator Download - MT4/MT5 Resources - MetaTrader 5 Resources
Spider 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
Advisor's Strategy:
The Expert Advisor spreads a network of all types of orders. Above MA, we open only buystop, below only sellstop. Signals can also be filtered by the Stohastic indicator. For each order, we set a stop loss, take profit and a trail. Pending orders are pulled for the price at a given distance before triggering.
Adviser Settings:
————- we allow certain types of orders ————
BuyStop = true;
BuyLimit = true;
SellStop = true;
SellLimit = true;
————– MA settings ————–
FilterMA = true; – enabling the MA filter
timeframe = 0; – Timeframe MA
period period = 34; – period MA
ma_shift = 0; – shift MA
ma_method = 0; – method MA 1
applied_price = PRICE_CLOSE; – Used price MA 1
———— Stochastic Settings ————
FilterStochastic = false; – Enable the Stochastic filter
KPeriod = 5;
DPeriod = 3;
Slowing = 3;
————- Stop and Trawl settings
Stoploss = 0, – stoploss
Takeprofit = 0; – takeprofit
TrailingStop = 50, – trailing stop, if 0, then there is no trailing
TrailingStart = 10, – start of trailing
TrailingStep = 10; – the step of the trawl
TrailingLimitOrder = 50; – distance to limit order
railingStopOrder = 50; – distance to stop order
TrailingStepOrder = 10; – the step of moving the stop order
Lot = 0.1; – the volume of the Adviser's orders
K_Lot = 2.0; – coefficient of change in the lot of stop orders
Magic = 1000; – unique order number of this Expert Advisor
ProfitClose = 10.0; – profit at which we close everything (Measured in the deposit currency)
CloseBy = true; -allow overlap (counter closing of positions)
IncreaseEquity = 2.0;-equity gain (the EA closes all positions when equity increases by a given level (Measured in the deposit currency)
Time Start = 1, – the start time of trading
timeEnd = 16; – trading end time
The adviser is conditionally free. About its acquisition, write to me
You can download the Expert Advisor itself here:
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.
EA file download
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •