For the complete documentation index, see llms.txt. This page is also available as Markdown.

Block hedging

The Block Hedging feature prevents the copier from opening a position when the slave account already has an open position with the same symbol but in the opposite direction (BUY vs SELL). This is particularly useful for prop firms that prohibit hedging, ensuring your account stays compliant with their rules.

When enabled, if the slave account holds a BUY position on a symbol and the master account opens a SELL position on the same symbol (or vice versa), the copier will skip that trade instead of opening a hedged position.

Settings

  • Block hedging: If set to true, the copier will skip opening a position when the slave account already has an open position with the same symbol but in the opposite direction. Default value is true.

Last updated