Why Traders and Investors Should Pay Attention to Google’s Gemma 3

At first glance, Gemma 3 looks like yet another AI model family — released, benchmarked, and forgotten by most. But take...
Rajandran R
2 min read

Computing Option Greeks Using OpenAlgo and Mibian: A Python Guide for Traders

This tutorial demonstrates how to calculate real-time Option Greeks—Delta, Gamma, Theta, Vega, and Implied Volatility—for NIFTY options using Python. By integrating...
Rajandran R
2 min read

Who Should Use OpenAlgo?

Whether you're a newbie just stepping into the world of trading or a seasoned algo developer, OpenAlgo offers something powerful for...
Rajandran R
1 min read

GPU vs CPU Performance: A Curious Experiment in Speed and Parallelism for Technical Analysis

Lately, I’ve been curious—how much faster is a GPU compared to CPU for technical analysis indicators? Do simple operations like EMA,...
Rajandran R
5 min read

Build Your Own Trading Agent Locally Using Ollama and Google Gemma3 – Part 1

Discover how traders and investors can harness the power of local AI by running Google’s Gemma3 models using Ollama on Windows—without...
Rajandran R
2 min read

Illusion of Volatility – Fear, Speed, and the VIX: How to Trade When Nothing Makes Sense

April 2025: Markets are in a frenzy. The U.S.–China tariff war reignites. Investors panic. The S&P 500 E-mini Futures crash. Nifty...
Rajandran R
1 min read

Why We Built OpenAlgo in Python — Not Go, Rust, or as an EXE

Why did we build OpenAlgo in Python instead of Go, Rust, or as a desktop EXE? This blog breaks down the...
Rajandran R
3 min read

Gold Performance After VIX Spikes Above 30: A Comprehensive Analysis

When market fear intensifies and the VIX (the "fear index") spikes above 30, investors often rush to gold as a perceived...
Rajandran R
12 min read

Using r”” Raw Strings in Amibroker for Algo Trading – Amibroker Tutorial

Starting from AmiBroker 6.41.0 BETA, raw string literals (r"" and r'') were introduced to the AFL language. This powerful feature makes...
Rajandran R
2 min read

Trend Reversal in Gold Despite Fear in the Markets

Gold has long been heralded as the ultimate safe-haven asset, a reliable refuge for investors during times of economic turmoil and...
Rajandran R
5 min read

Trump Tariffs Trigger Global Market Shock – News Sentiment Analysis

Early this morning, global financial markets were jolted by a major announcement from U.S. President Donald Trump. During a high-voltage press...
Rajandran R
2 min read

Things a Python Automated Trader Needs to Know About Broker APIs (in India)

Learn about the different types of broker APIs available in India for Python-based algorithmic trading. This guide covers order placement, market...
Rajandran R
4 min read