AntiMatter
Newbie
- Messages
- 8
- Likes
- 0
Hi,
I'm currently making use of the IB order type "REL/Pegged to primary" on stocks:
http://www.interactivebrokers.com/en/trading/orders/relative.php?ib_entity=llc
This tracks the current bid/ask by a set offset. I would like to automate this function, as the rest of the strategy is essentially mechanical, all I currently have to do is enter the orders through TWS.
So far I have played with several options, but none are satisfactory:
1) The NinjaScript autochase function. This seems to be too slow for the fast-moving markets I am trading. The order needs to be placed as "REL" with IB, or some sort of equivalent with another broker. E.g. the chase function needs to be implemented on the exchange/broker, rather than my machine, due to lag.
2) The "SetPeg" function in TradeStation. However, this does not appear to have the ability to choose an offset, which I need.
3) Program the feature with the TWS API. Unfortunately, this is beyond my meagre skills. However, a simple script which simply fired off REL orders generated by e.g. NinjaScript would suffice. I would be happy to pay a TWS API guru for their services.
Any other ideas? What other automated trading platforms will allow me to place a server side REL order?
I'm currently making use of the IB order type "REL/Pegged to primary" on stocks:
http://www.interactivebrokers.com/en/trading/orders/relative.php?ib_entity=llc
This tracks the current bid/ask by a set offset. I would like to automate this function, as the rest of the strategy is essentially mechanical, all I currently have to do is enter the orders through TWS.
So far I have played with several options, but none are satisfactory:
1) The NinjaScript autochase function. This seems to be too slow for the fast-moving markets I am trading. The order needs to be placed as "REL" with IB, or some sort of equivalent with another broker. E.g. the chase function needs to be implemented on the exchange/broker, rather than my machine, due to lag.
2) The "SetPeg" function in TradeStation. However, this does not appear to have the ability to choose an offset, which I need.
3) Program the feature with the TWS API. Unfortunately, this is beyond my meagre skills. However, a simple script which simply fired off REL orders generated by e.g. NinjaScript would suffice. I would be happy to pay a TWS API guru for their services.
Any other ideas? What other automated trading platforms will allow me to place a server side REL order?