Python

Ultimate Guide to Install Python Environment in Visual Studio…

Visual Studio Code Editor is a full-featured Integrated Development Environment for developers/quants and it comes with an integrated code editor, debugger, extensions, and a...
Rajandran R
56 sec read

Python Multi-Broker Library for Algomojo – Trade Automation

Algomojo Python library facilitates the development of trading algorithms using the Algomojo Free API and Free Algo Trading Platform. The library supports both REST-API interfaces and...
Rajandran R
5 min read

Twitter Based Sentiment Analysis using Natural Language Processing (NLP)…

In this tutorial, we will be fetching REDBOXINDIA Twitter timeline and we will be doing NLP-based text sentiment analysis based on that. And give...
Rajandran R
4 min read

What is Quant Trading? Tools used By Quant Traders?

Quantitative trading, also known as quant trading, is a type of trading that uses mathematical models and algorithms to make trading decisions. It is...
Rajandran R
5 min read

Amibroker Vs Tradingview Vs Python Which One to Use…

When choosing a platform for systematic trading, there are a few key factors to consider, including the features and capabilities of the platform, the...
Rajandran R
1 min read

How to Retrieve Opening Balance, Total Turnover, Realized and…

This tutorial explores how to access the limits API functionality in Algomojo using python to retrieve the Account Balance, Total Turnover, Realized, UnRealized PNL,...
Rajandran R
1 min read

Introduction to Backtrader – Creating your First Trading Strategy…

Backtrader is an open-source python framework for backtesting, optimizing, and deploying live algorithmic trading strategies.
Rajandran R
54 sec read

Getting Started with Google Colab

Google Colab also known as Google Colaboratory is a product from Google Research which allows user to run their python code from their browser...
Rajandran R
1 min read

Hurst Exponent – Checking for Trend Persistance – Python…

Hurst exponent is originally developed by the famous hydrologist Harold Edwin Hurst to study the Long-Term Storage Capacity of Reservoirs. Hurst is developed to...
Rajandran R
1 min read

Kalman Filter and Unscented Kalman Filter AFL in Amibroker…

In the last tutorial we explored Kalman filter and how to build kalman filter using pykalman python library. In this section we will be...
Rajandran R
1 min read

Implementation of Kalman Filter Estimation of Mean in Python…

Kalman Filter is an optimal estimation algorithm to estimate the variable which can be measured indirectly and to find the best estimate of states...
Rajandran R
1 min read

What makes Python most preferred language for Algorithmic Traders

Trading systems evolve with time and any programming language choices will evolve along with them. If you want to enjoy best of the both...
Quantinsti
18 sec read