编写一个Python程序,以以下格式接收来自TradingView的Webhook:
{"Action": "Buy", "Ticker": "AAPL", "Price": 370}
并在交互式经纪人上下订单。从Webhook中获取相关值,并使用账户余额的30%下订单。