Get your Expert Advisor
Each archive holds both files you need plus a short set-up sheet. Download the one that matches your platform — if you are not sure, MetaTrader 4 and MetaTrader 5 are separate programs and your broker told you which one you have.
MetaTrader 4
DashboardFeedCloud.mq4CloudPost.mqhREAD ME FIRST.txt
The four steps that matter
- Put both files into MetaTrader's
MQL4\Experts(orMQL5\Experts) folder — File → Open Data Folder. The EA will not compile without its.mqhbeside it. - Tools → Options → Expert Advisors → tick Allow WebRequest for listed URL, type
https://tradelens.co.zaand press Enter. Clicking OK without pressing Enter throws it away, and this is the single most common reason it does not work. - Create an ingest token on your Account page and paste it into the EA's Ingest token input. It is shown in full once.
- Drag the EA onto one chart, set Post to the hosted API to
trueand the base URL tohttps://tradelens.co.za. Tick Allow live trading on the Common tab — MetaTrader uses that same tick for internet access, and the EA cannot place a trade.
Trading several markets? One chart still covers all of them.
The EA reports the whole account — gold, indices, currencies, whatever is open — not the chart it sits on,
and the dashboard splits performance by symbol on its own. If you want the indicator and level readings for
more than one market, list them in the EA's AnalysisSymbols input, like
XAUUSD,US30. Two copies on two charts will not break anything, but they double the traffic and
send every alert twice.