IBKR TWS Python API – Placing Orders
In this video we discuss how orders can be placed, monitored, modified, and cancelled from the Python TWS API
Detecting Bots On Twitter Using Botometer – Part I
When we perform trading on the basis of market sentiment, we need to fetch data from news sources such as Twitter, Reuters, Bloomberg and Webhosie, etc. Although reading complete articles and gauging their sentiment can be difficult, estimating the sentiment of a tweet is not that complicated.
RSI Indicator – Part I
The Relative Strength Index (RSI) indicator, as the name suggests, tells us the relative strength of the asset. RSI is counted as a robust technical indicator.
Gini Index For Decision Trees – Part III
Calculation of Gini Index of Open Interest for Positive Past Trend
Gini Index For Decision Trees – Part I
Decision trees are often used while implementing machine learning algorithms. The hierarchical structure of a decision tree leads us to the final outcome by traversing through the nodes of the tree.
Real-Time Tick-by-Tick data via IBKR API
The reqTickByTickData function provides tick-by-tick data in real time for up to five US securities.