How To Use TradersPost for Automation

This demo will show you exactly how to set up TradersPost to automate your ENEXSL Breakout Rider strategy.

Below is the guided walkthrough covering every step, from account setup to full automation, so you can start trading hands-free with confidence. (WE RECOMMEND WATCHING THIS IN FULL SCREEN - TOP RIGHT HAND CORNER OF THE GUIDED DEMO)

TradersPost Alert Message JSON Code

As per the guided demo, paste this in the "Message" part of the alert. MAKE NO CHANGES TO THIS CODE.

{
    "ticker": "{{ticker}}",
    "action": "{{strategy.order.action}}",
    "sentiment": "{{strategy.market_position}}",
    "quantity": "{{strategy.order.contracts}}",
    "orderType": "market",
    "price": "{{close}}",
    "time": "{{timenow}}"
}

PLEASE NOTE: Automation requires a level of technical competence. Automating futures trading isn't easy. So patience, learning, and going through all the guides are key.

Last updated