Tradingview

Building an RRG Clone: A Real-World Test of Claude Sonnet 4.5’s Coding Capabilities

I recently challenged Claude Sonnet 4.5, Anthropic's most advanced model for coding and real-world agents, with what seemed like a straightforward...
Rajandran R
15 min read

TradingView Lightweight Historical Charts using OpenAlgo – Python Tutorial

Learn how to download and visualize historical stock market data using OpenAlgo and TradingView’s lightweight charting library — all in Python....
Rajandran R
11 min read

How to Get a Static IP in India for Algo Trading Compliance

SEBI’s 2025 Regulations for Retail Algo Trading introduce new compliance measures, including the mandatory use of a static IP address for...
Rajandran R
3 min read

Automate your Tradingview Alerts into Orders using Dev Tunnels

Ensuring smooth, real-time communication between Trading Alerts and trading platform is crucial. TradingView’s robust charting and alert system combined with OpenAlgo’s...
Rajandran R
2 min read

First Order and Second Order Option Greeks in Tradingview Pinescript Code

The provided Tradingview Pine Script™ code is an Options Greeks Calculator tailored for use on the TradingView platform. It provides real-time...
Rajandran R
10 min read

Tradingview Pinescript – Real-Time Option Greeks with Implied Volatility Using Claude Sonnet 3.5 (Newer Model)

Converting an existing Option Greeks model from Amibroker AFL to TradingView Pinescript was an ambitious project, one that involved dealing with...
Rajandran R
8 min read

Simple Option Straddle Dashboard – Tradingview Pinescript v5

In this blog post, we’ll walk through creating a Simple Option Straddle Dashboard using TradingView’s Pine Script v5. This dashboard will...
Rajandran R
3 min read

How to Send TradingView Alerts to Telegram Without Any Coding or Third-Party Tools

If you're a trader using TradingView, you know how crucial it is to stay updated with real-time alerts. Telegram, with its...
Rajandran R
3 min read

Integrating Tradingview Lightweight Charts with Yahoo Finance Data – Python Flask Application

Hey traders! If you’re looking for a way to visualize your stock data dynamically and interactively, you’re in for a treat....
Rajandran R
2 min read

Automate Your Trading with OpenAlgo and TradingView: A Step-by-Step Guide

For traders seeking to automate their strategies, OpenAlgo and TradingView offer a powerful combination. OpenAlgo is an open-source algo-trading platform allowing...
Rajandran R
1 min read

Using Tables in TradingView Pinescript – Tutorial

Tables in TradingView Pine Script provide an effective way to organize and display data directly on the chart interface. This is...
Rajandran R
4 min read

Comparision of Event Driven Backtesting Vs Vectorized Backtesting

Welcome to the crucial topic of backtesting methodologies for system traders: event-driven vs. vectorized backtesting. If you're starting to learn about...
Rajandran R
2 min read