Why is my VPS saying receiving virtual server status and I am not getting any signals to my phone from my indicator
You can't migrate only an indicator to your MQL5 VPS, you need to migrate at least one Expert Advisor along with it.
The easiest way to do this is to open another chart in your local MT5 terminal and attach an EA from the Experts → Examples folder, such as ChartInChart or Controls, which do not place trades.
Then migrate your trading environment with both the indicator and the additional EA attached. After the migration, you should see a message similar to this in your MQL5 VPS Journal:
2 charts, 1 EA, 1 custom indicator, signal, ...
You can't migrate only an indicator to your MQL5 VPS, you need to migrate at least one Expert Advisor along with it.
The easiest way to do this is to open another chart in your local MT5 terminal and attach an EA from the Experts → Examples folder, such as ChartInChart or Controls, which do not place trades.
Then migrate your trading environment with both the indicator and the additional EA attached. After the migration, you should see a message similar to this in your MQL5 VPS Journal:
2 charts, 1 EA, 1 custom indicator, signal, ...
For a somewhat cleaner approach, code a simple non-trading EA that uses an indicator handle, iCustom(), and ChartIndicatorAdd() to automatically attach the indicator to a chart. Then just attach the EA to a single standalone chart.
Don't forget to automatically remove the indicator from the chart upon removal of the EA─by using ChartIndicatorDelete()... and automatically release the indicator handle from MT5 memory using IndicatorRelease().
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use