Uncategorized

Backtest strategies on IBridgePy

Learning to backtest strategies is essential before deploying them in live trading. IBridgePy Backtester enables you to backtest strategies IBridgePy using historical data from Interactive Brokers. This guide shows how to backtest strategies effectively using Python. Introduction to IBridgePy Backtester We are very pleased to announce that IBridgePy Backtester is released from V 5.0.1. The […]

Backtest strategies on IBridgePy Read More »

multiple strategies on multiple accounts

Running multiple strategies accounts is a critical capability for professional traders and fund managers. This advanced feature allows you to implement different multiple strategies accounts simultaneously across various portfolios with Interactive Brokers and Python. Implementing Different Strategies Per Account This is a sample code to demonstrate how IBridgePy for Multi Account implement different trading strategies

multiple strategies on multiple accounts Read More »

Manage multiple IB accounts using IBridgePy

Learning to manage multiple IB accounts efficiently is essential for professional traders and fund managers. IBridgePy enables you to manage multiple IB accounts from your linked Interactive Brokers accounts for sophisticated algorithmic trading with Python. New Feature: Multiple Account Management A new feature is recently released for IBridgePy Community version. This feature will enable users

Manage multiple IB accounts using IBridgePy Read More »

Set up a virtual server for IBridgePy at Amazon EC2

Setting up a virtual server for trading is essential for running reliable algorithmic trading strategies 24/7. Many traders choose cloud-based virtual server solutions on Amazon EC2 to ensure uninterrupted execution for Python stock trading. Why Use a Dedicated Virtual Server for Trading? Many users want to set up a dedicated server for algorithm trading and

Set up a virtual server for IBridgePy at Amazon EC2 Read More »

It is easy to place order with stop loss and take profit on IBridgePy

Many traders implement stop loss and take profit orders to effectively manage risk in their trading positions. These automated order types help protect against significant losses while securing gains when price targets are reached. With IBridgePy’s simplified functions, implementing stop loss and take profit for algorithmic trading becomes remarkably straightforward for Python stock trading. Why

It is easy to place order with stop loss and take profit on IBridgePy Read More »

IBridgePy starts to support Trailing Stop Limit order

A trailing stop limit order is designed to allow investors to specify a limit on the maximum possible loss without setting a limit on maximum gains. IBridgePy now supports placing these advanced order types for algorithmic trading with Interactive Brokers using Python. IBridgePy from version 2.20180324 starts to support placing trailing stop limit order. The

IBridgePy starts to support Trailing Stop Limit order Read More »

Sample code: Implementing moving average crossover strategy using IBridgePy

The moving average crossover strategy is a popular algorithmic trading approach. This moving average crossover strategy analyzes when fast and slow moving averages intersect to generate trading signals with Interactive Brokers and Python. Understanding Moving Average Crossover Strategy Moving average crossover strategy is one of the popular strategies that lots of traders have paid attention

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

Tutorial: install IBridgePy and run an examples

Tutorial: install IBridgePy and run an example There is a risk of loss when trading stocks, futures, forex, options and other financial instruments. Please trade with capital you can afford to lose. Past performance is not necessarily indicative of future results. Nothing in this computer program/code is intended to be a recommendation, explicitly or implicitly,

Tutorial: install IBridgePy and run an examples Read More »

New IBridgePy release 2.20171104

We’re excited to announce the IBridgePy release update 2.20171104, bringing significant improvements to your algorithmic trading experience. This IBridgePy release addresses key issues that many users have reported and enhances overall stability for Python stock trading applications with Interactive Brokers. We’re excited to announce the IBridgePy release update 2.20171104, bringing significant improvements to your algorithmic

New IBridgePy release 2.20171104 Read More »

More Quantopian functions are supported by IBridgePy !

Understanding which Quantopian functions IBridgePy supports is essential when migrating your algorithmic trading strategies. We know that migrating from Quantopian to IBridgePy is not an easy task, so we work very hard to support as many Quantopian functions IBridgePy can handle for seamless Python stock trading integration with Interactive Brokers. Understanding which Quantopian functions IBridgePy

More Quantopian functions are supported by IBridgePy ! Read More »