Product updates, new features, and everything we're building to make automated futures trading better.
Start Your Free 7-Day TrialOur biggest update of all time. Position ownership with Strategy Tagging, new CancelAndBracket command, redesigned Home page, guided Automation Wizard, and major Trade Copier & Account Manager improvements.
Why these changes? These safeguards ensure your tandem mode configurations work as expected and prevent accidental disruptions to your copy trading setup.
key=your-secret-key; command=place; account=sim101; instrument=NQ1!; action=buy; qty=1; order_type=market; tif=day; take_profit=$1000; stop_loss=$500;
Note: The underlying is quoted at the same time as entry — the pivot point for calculating TP/SL. This is distinctly different from an ATM strategy, which calculates levels after fill.
Pro Tip: Use groups to quickly switch between different trading strategies or disable all copiers during high-impact news events.
Why use it? Cut a single loser early or take profit on a runner without killing your entire trading session, while keeping your daily max loss as a fail-safe.
You open a position from TV with an ATM strategy attached. The ATM closes the position before the TV exit signal fires. With Strategy Sync + Exit Blocking, that interference is no longer possible.
Add strategy_exit_block=true to your alert message:
key=your-secret-key;
command=place;
account=sim101;
instrument=NQ1!;
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;
strategy_exit_block=true
Note: strategy_exit_block is aggressive — it only allows opening orders from a flat market position. It does not support scaling in/out at this time.
Previously, continuous contracts and limit prices required a round-trip with the add-on to quote the underlying. Now we stream and cache quotes — shaving many milliseconds off each order request.
Have feedback or feature requests? Join our Discord
Not a CrossTrade user? Start your free 7-day trial — no credit card required.