Orby Strategy

Installation guides

Step-by-step to get your generated code running — and test it in the platform's own simulator, without risking a cent.

Supported versions: TradingView with Pine Script v5 (the free plan works) · MetaTrader 5 on a current build · Profit/Nelogica with the automation module (Brazil only). Generated code goes through automatic structural validation — final compilation happens on your platform.

TradingView (Pine Script)

Works on TradingView's free plan, right in the browser.

  1. 1Copy the generated Pine code (Copy button) or download the .pine file.
  2. 2Open TradingView, go to the chart of your asset and click "Pine Editor" in the bottom bar.
  3. 3Clear the editor, paste the generated code and click "Save".
  4. 4Click "Add to chart". Entries, stops and targets appear over the candles.
  5. 5To get notified: create an alert (bell icon) using the script's conditions.
  6. 6Tune the parameters (periods, stops, filters) in the script settings — gear icon next to its name on the chart.
🧪 Test risk-free: in the "Strategy Tester" tab (bottom), TradingView simulates the strategy on the asset's history instantly — results, win rate and drawdown. Validate before considering any real use.

MetaTrader 5 (MQL5)

The robot (Expert Advisor) runs inside your broker's MT5, on any demo or real account.

  1. 1Download the .mq5 file generated by the platform.
  2. 2In MT5, open the MetaEditor (F4 or the "IDE" button).
  3. 3In MetaEditor: File → Open Data Folder → MQL5 → Experts, and copy the .mq5 file there. Then open it in the editor.
  4. 4Click "Compile" (F7). The expected result is "0 errors" — but warnings or errors can occur depending on the MT5 version, broker or asset. If that happens, request the adjustment in the chat.
  5. 5Back in MT5, find the robot under "Navigator → Expert Advisors" and drag it onto the desired chart/timeframe.
  6. 6Check "Allow algorithmic trading" in the dialog and make sure the "Algo Trading" button is enabled in the top bar.
  7. 7Tune the parameters (periods, stop, risk) in the robot's "Inputs" tab — no code editing needed.
🧪 Test risk-free: use MT5's "Strategy Tester" (Ctrl+R): pick the robot, asset and period, and run the simulation on history — with a full report. We also recommend a DEMO account before any real account.