sidus

sidus
Download ALL MT5 experts (1593)
YouTube Video Thumbnail



Similar MetaTrader Tools

sidus

Info

The sidus is a Expert Advisor for MetaTrader 5 that the ea applies two indicators: ialligator (alligator) and irsi (relative strength index, rsi). alligator acts as the main indicator, while rsi is used as a trend filter.

Usage

This tool is typically used for automated trading on major forex pairs and gold.

Platform

This Expert Advisor works exclusively on MetaTrader 5 (both build 600+ and newer versions).

Setup

Place the downloaded file in MQL5/Experts folder via File ? Open Data Folder in MetaTrader 5.


How to Install and Use sidus

1. Installation: Open the "File" menu, select "Open Data Folder," navigate to MQL/Experts, paste your file, and restart the terminal.

2. Activation: Drag the EA from the Navigator onto a chart, ensure "Allow live trading" is checked in the Common tab, and verify the AutoTrading button is green.

3. Optimization: Right-click your chart, choose "Expert List," click "Properties" to adjust inputs, and save your preferred setup as a set file for future use.

4. Maintenance: Regularly check the "Experts" tab in the terminal window to monitor trade logs and potential execution errors.

Frequently Asked Questions

Q: Why is my EA not opening trades? A: Check the "AutoTrading" button, ensure "Allow live trading" is enabled, and verify your broker allows automated trading on your account type.

Q: Can I run multiple EAs on one chart? A: No, each chart can only host one active EA; however, you can open multiple charts for different currency pairs to run several EAs.

Q: What does the "smiley face" icon mean? A: A smiley face in the top-right corner of the chart indicates the EA is successfully running; a frowny face means it is disabled.

What this tool does

the ea applies two indicators: ialligator (alligator) and irsi (relative strength index, rsi).

Typical Use Case

This Expert Advisor excels in automated trading and technical analysis on MetaTrader 5.

Compatible Platform & Setup

This Expert Advisor works on MetaTrader 5. Place the file in the MQL5/Experts folder and restart the terminal.

Description & Settings

Related: exp sidus - another powerful expert for MetaTrader 5 traders.


the ea applies two indicators: ialligator (alligator) and irsi (relative strength index, rsi). alligator acts as the main indicator, while rsi is used as a trend filter.

Also recommended: straddle&trail - similar expert with strong performance on MetaTrader 5.

rsi as a filter

rsi #2 < 50.0 && rsi #1 > 50.0 - the filter allows checking the ability to open buy;

rsi #2 > 50.0 && rsi #1 < 50.0 - the filter allows checking the ability to open sell. alligator signals
alligator signals considers the
delta between alligator lines (#1 - #2)
parameter - difference between the indicator line on bars #1 and #2

jaw #1 - jaw #2 >
delta
&& teeth #1 - teeth #2 >
delta
&& lips#1 - lips #2 >
delta
- buy signal;

jaw #1 - jaw #2 <
delta
&& teeth #1 - teeth #2 <
delta
&& lips#1 - lips #2 <
delta
- sell signal. trading parameters
the ea works (checks signals) only when a new bar appears, while trailing works on each tick. position volume is always fixed and set as
lots
. stop loss is always calculated dynamically.
offset
is considered: for buy, it is low#1 -
offset
, while for sell, it is high#1 +
offset
. take profit is fixed and set in
take profit
. if you need to disable take profit, set "0.0".
position trailing is set by two parameters:
trailing stop
and
trailing step.
to disable trailing, set "0.0" for
trailing stop
.
delta between alligator lines (#1 - #2)
has already been described above.
closing opposite positions
- if "true", positions opposite to a signal are closed.
optimization order
first step - select trailing and alligator parameters. genetic optimization (since we iterate over trailing, while trailing works at each tick). i have selected usdjpy m15.
second step - check the best test on all symbols.
after completing optimization at step 1, go to optimization tab and click on the result column just in case (needed to sort results, so that the best result is at the top of the table). right-click the best result and select "run a single test" - a single test is launched. the best ea parameters are set in the parameters tab.
go to the "settings" tab and select "by all symbols" from the "optimization" list.

You may also like: tengri - excellent alternative for expert users on MetaTrader 5.

Source Code

/

.......

Leave your opinion, ask a question, share some knowledge

Limitations & Risk Warning

  • This tool is provided for educational and testing purposes only.
  • Past performance does not guarantee future results.
  • Trading involves substantial risk of loss. Use on a demo account first.
  • Results may vary depending on market conditions, broker, and settings.
  • We recommend thorough backtesting and forward testing before using with real funds.
© ROBOTFX Free educational tools by RobotFX. Use entirely at your own risk; we are not liable for any financial losses incurred.