Action on Tradingview alert
-
How can we do an action in MT4 (buy/sell, draw...) upon an alert in Tradingview?
-
Do you mean when using an fxDreema bot? That is not possible unless you use some custom code
-
can we use webhooks with FXdreema?
the idea is;
if a trigger is received then AE will do an action. -
@talshemtov
There should be some commercial EA doing this but may charge monthly.
Another solution is using python to set up a server with something like flask and then forward the order to MT4/MT5.You may google both for further information
-
@sktsec tnx