WebhookReceived:81defe
Schemas can make reading data from Tradingview easier!
(Read more about schemas on
the Wiki)
Below are the schemas that have been registered in settings.py
from here, you can copy and paste the generated JSON into your tradingview webhook.
{"order_type": "market", "side": "buy", "quantity": 0.0, "symbol": "XBTUSD", "price": 0.0}
{"symbol": "XBTUSD", "quantity": 0.0, "entry_price": 0.0, "take_profit": 0.0, "take_loss": 0.0}