Installation Guide

Get your trading tools up and running in minutes. Select your platform below for step-by-step instructions.

Installing Expert Advisors (EAs)

1

Open MetaTrader 5

Launch the MetaTrader 5 terminal on your computer.

2

Open the Data Folder

Go to File > Open Data Folder in the top menu bar.

3

Navigate to Experts

Open the MQL5 > Experts folder.

4

Copy the EA File

Copy the .ex5 file into the Experts folder.

5

Restart or Refresh

Restart MetaTrader 5 or right-click the Navigator panel and select Refresh.

6

Find the EA

Locate the EA under "Expert Advisors" in the Navigator panel.

7

Apply to Chart

Drag and drop the EA onto your desired chart to start using it.

Installing Indicators

1

Open MetaTrader 5

Launch the MetaTrader 5 terminal on your computer.

2

Open the Data Folder

Go to File > Open Data Folder in the top menu bar.

3

Navigate to Indicators

Open the MQL5 > Indicators folder.

4

Copy the Indicator File

Copy the .ex5 indicator file into the folder.

5

Restart or Refresh

Restart MT5 or refresh the Navigator panel.

6

Apply from Navigator

Find and apply the indicator from the Navigator panel onto your chart.

Adding Pine Script Strategies

1

Open Your Chart

Open TradingView and navigate to your chart.

2

Open Pine Editor

Click "Pine Editor" at the bottom of the screen.

3

Create New Script

Click "Open" and then "New blank indicator" (or strategy).

4

Paste the Code

Paste the provided Pine Script code into the editor.

5

Add to Chart

Click "Add to Chart" and the strategy or indicator will appear on your chart.

Using Published Scripts

1

Open Your Chart

Open a TradingView chart.

2

Open Indicators Panel

Click "Indicators" at the top of the screen.

3

Find the Script

Search for the tool name in the "Invite-only scripts" tab.

4

Add to Chart

Click the script to add it to your chart.

5

Configure Settings

Configure settings in the indicator panel to match your preferences.

Activating Your License

1

Open Tool Settings

After installing the tool, open its settings or inputs panel.

2

Find the License Key Field

Locate the "License Key" input field in the settings.

3

Enter Your License Key

Enter your license key, which can be found in your account dashboard or confirmation email.

4

Automatic Validation

The tool will validate your license online and activate automatically.

5

Troubleshoot if Needed

If activation fails, check your internet connection and ensure the key is entered correctly. Contact support if the issue persists.

Troubleshooting FAQ

My EA isn't showing in the Navigator panel
Restart MetaTrader 5 completely. Make sure the file is in the correct folder: .ex5 files go in MQL5/Experts. If you still don't see it, right-click the "Expert Advisors" section in the Navigator panel and select "Refresh".
The indicator says "License Invalid"
Double-check that your license key is entered correctly with no extra spaces. Ensure you have an active internet connection, as the tool needs to validate the license online. If the problem persists, log in to your account dashboard to verify your license status, or contact our support team for assistance.
EA won't trade / AutoTrading is disabled
Click the "AutoTrading" button in the MetaTrader 5 toolbar to enable automated trading. Also check the EA's properties by right-clicking it on the chart and selecting "Properties". In the "Common" tab, make sure "Allow live trading" is checked. Some brokers also require you to enable algo trading in your account settings.
Pine Script shows a compilation error
Ensure you copied the complete script without missing any lines. Check that your TradingView Pine Script version is compatible with the script. Some scripts require Pine Script v5 or later. If you're pasting into an existing script, make sure to clear the editor first before pasting the new code.
How do I update to a newer version?
Download the latest version from your account dashboard. Replace the old file in the appropriate folder (e.g., MQL5/Experts or MQL5/Indicators) with the new one, then restart the platform. Your license key will continue to work with the updated version.