Use an indicator from tradingview
-
Hi guys. I am working on an EA to trade the Nasdaq. I use a VWAP indicator for that, which needs QQQ to give accurate signals. As you know, MT4 doesn’t have QQQ. Is there any possible way to copy the VWAP indicator signals I receive on tradingview and plant them into my EA on MT4? Probably not, but worth asking…
-
There is commercial EA(s) that can copy TV signal to MT4/5. You can google it.
For DIY, you need
- Python to set a server (like flask) to receive the TV webhook signal
- Send the signal from python to MT4
Both cases require TV pro version that would provide webhook function.
DIY is free but cost in (a lot of) effort required
Commercial is easy but cost in money requiredBTW, VWAP is one of my favourites but use in ETF is something new to me