How to Use CrossTrade for Automation

This demo will guide you through the full process of setting up CrossTrade to automate your ENEXSL Breakout Rider strategy.

Whether you're new to automation or just switching from another platform, this walkthrough will show you exactly how to connect TradingView to CrossTrade and run your Breakout Rider alerts with ease.

How to Setup CrossTrade with NinjaTrader

(WE RECOMMEND WATCHING THIS IN FULL SCREEN - TOP RIGHT HAND CORNER OF THE GUIDED DEMO)

Setup your CrossTrade TradingView Alert

CrossTrade Alert Message JSON Code

As per the guided demo, paste this in the "Message" part of the alert.

key=UNIQUEKEY PLEASE CHANGE TO YOUR KEY;
command=PLACE;
account=FTDYSFX150417353700000008;
instrument=PLEASECHANGETOYOURSYMBOL;
action={{strategy.order.action}};
qty={{strategy.order.contracts}};
order_type=MARKET;
tif=DAY;
sync_strategy=true;
market_position={{strategy.market_position}};
prev_market_position={{strategy.prev_market_position}};
out_of_sync=flatten;

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