Select Page

Positional Template has set of rules which may work for positional traders. For positional trading, you need to configure strategy well in Amibroker/TradingView/Excel etc. However you can use the APIBridge to simply place orders with a different strategy tag then what you use for intraday. Strategy Tags can be very useful for separating orders/trades/positions based on different strategies. See more details about multi strategy here.

Here are few points to note:

1. In the product type, use NRML or CNC as given by broker. NRML is also equivalent to Delivery product type.

2. APIBridge does not maintains overnight positions. It only shows NetPos based on current day. It will simply place orders based on signal received.

3. Among Signal Rules, you should keep un-ticked following rules: (1) LX/SX Send Quantity <= NetPos (2) LE place order only in NetPos <=0 & SE place order only in NetPos >=0

4. You should not use Qty By Exposure or Qty By SL because, these settings also need NetPos when placing LX/SX