A single signal does not have to drive a single trade.
In the Strategy Builder, one Indicator can connect to multiple Order nodes. For instance when the EMA 12 crosses above EMA 24, the strategy can open a BTC long and an ETH long in the same strategy without having to duplicate the logic.
This way you can create complex parallel or chained trades that stem from a single Indicator. Doing this manually takes time and overhead.
Synchronous Strategies allow you to focus on on what's important.
顯示更多