ONYXBOOT
Linux Installation Guide  ·  v1.5  ·  ONYXNIGHTSHAD Inc.
Part 01 — Install on Linux
1
Open Terminal Ctrl+ Alt+ T
Press these three keys at the same time. A black window opens — this is your terminal.
Terminal
user@linux:~$
If Ctrl+Alt+T doesn't work, right-click on the desktop and choose Open Terminal.
2
Go to the installer folder
Type this command and press Enter. This moves into the folder where you saved the installer file.
Terminal
user@linux:~$ cd ~/Desktop
# press Enter after typing
If the file is saved in Downloads, type: cd ~/Downloads instead.
3
Give the file permission to run
Type this command and press Enter. This tells Linux it is safe to run the installer.
Terminal
user@linux:~/Desktop$ chmod +x ONYXBOOT_Linux_Installer.run
# press Enter after typing
4
Run the installer
Type this command and press Enter. The installer starts automatically.
Terminal
user@linux:~/Desktop$ ./ONYXBOOT_Linux_Installer.run

Verifying archive integrity... 100%
Uncompressing ONYXBOOT v1.5 .... 100%
5
Answer the question
The installer asks one question. Type Y and press Enter.
ONYXBOOT Installer v1.5
MetaTrader 5 installed at default path? [Y/n]: Y
# type Y then press Enter

[1/3] Searching for MetaTrader 5...
✓ Found: /home/user/.wine/.../MQL5

[2/3] Installing files...
✓ Done

[3/3] Creating shortcut...
✓ Done
✓ ONYXBOOT installed successfully!
Files are now in your MetaTrader 5 folder. Continue to Part 2 below.

Part 02 — Setup in MetaTrader 5
1
Open MetaTrader 5
Launch the application
Open MetaTrader 5 via Wine. Wait for it to fully load and connect to your broker.
2
Load the Pre-checker Indicator
ONYX-Prel-Cheker
In the Navigator panel, find ONYX-Prel-Cheker under Indicators.
Drag it onto your chart.

After loading, change the timeframe a few times (M1, M5, M15, H1...) until the indicator turns ● Green.

A green indicator means the market conditions are ready and the robot can run safely.
3
Load the ONYXNIGHTSHADE Robot
Main Expert Advisor
In the Navigator panel, find ONYXNIGHTSHADE under Expert Advisors.
Drag it onto the same chart.

Make sure the AutoTrading button in the toolbar is enabled (it should be green).
4
Optional — Candle Timer Indicator
Onyx-time
If needed, you can also add the candle countdown timer to your chart.

In the Navigator, find Onyx-time under Indicators and drag it onto the chart.

This indicator shows how much time is left before the current candle closes — useful for timing your decisions.
Important: Always wait for the Pre-checker indicator to turn Green before running the robot. Running the robot while the indicator is not green may lead to incorrect trades.