March 2018

IBridgePy starts to support Trailing Stop Limit order

A trailing stop limit order is designed to allow an investor to specify a limit on the maximum possible loss, without setting a limit on the maximum possible gain. For more details about trailing stop limit order, please refer to the introduction of this type of order at https://www.interactivebrokers.com/en/index.php?f=606 IBridgePy from version 2.20180324 starts to support placing trailing […]

IBridgePy starts to support Trailing Stop Limit order Read More »

Sample code: Implementing moving average crossover strategy using IBridgePy

Moving average crossover strategy is one of the popular strategies that lots of traders have paid attention to. The details of the strategy is described at Wikipedia. https://en.wikipedia.org/wiki/Moving_average_crossover In a short summary of moving average crossover strategy, the trend of the security is going up when the fast moving average line cross over the slow

Sample code: Implementing moving average crossover strategy using IBridgePy Read More »