Automate TradingView signal alerts (webhook) to MT5 Hi developers, I would like to connect my TradingView alerts to MT5 using webhooks. Just a simple buy sell is good enough, no need stop loss, no need take profit. You will need to deliver: 1. Telegram integration (reception of TradingView webhooks signals to be sent to MT5 EA) 2. MT5 EA codes 3. Option of customize lot size (1 lot in TradingView => 0.1 lot in MT5) 4. Have Master Token and Client Token 5. I plan to use it for multiple people. Please add a function to grant permissions that can be used only for a specific ID or for a period of time that an administrator can use. I want to use this placeholder to build my alert's notification message. They will be replaced by their corresponding value when the alert triggers. ( )  {{ticker}} - returns SYMBOL (EURUSD, BTCUSD, EURGBP, …)  {{strategy.market_position}} — returns the current position of the strategy in string form: “long”, “flat”, or “short”. Example https://www.pineconnector.com/