Code Snippet

Mastering Python F-String Formatting: A Trader’s Guide

F-String, introduced in Python 3.6, stands for "Formatted String Literals." It's a way to format strings in Python, allowing for easier...
Rajandran R
5 min read

Code Snippet – Simple Intraday Trading System with Target and Stoploss – Tradingview Pinescript

Thought of implementing a simple intraday trading system with stoploss and target controls with time-based entry and exit controls. Traders can...
Rajandran R
2 min read

Code Snippet : ORB – Open Range Breakout Levels – Amibroker AFL Code (Better Version)

Open Range Breakout is a simple strategy that monitors the first 5min / 15min / 15min / 30min / 60min range...
Rajandran R
1 min read

Code Snippet : Price with Last Trade Price Marker : Amibroker

Here is a simple Amibroker AFL code snippet which tracks the last trade price with a dashed horizontal line at LTP....
Rajandran R
40 sec read

Code Snippet : Visual Gap Lookup – Amibroker AFL code

TCS Daily Chart   Here is a simple code snippet to check for Gaps in the charts especially in the...
Rajandran R
25 sec read

How to Plot Bid Vs Ask Dashboard in Amibroker

Here is a little Bid Vs Ask Dashboard for Amibroker users which helps to monitor the Bid-Ask Spread during live trading....
Rajandran R
1 min read

Code Snippet : One Hour High-Low and Previous Day High Low

Here is a simple AFL code snippet to plot One Previous Day High Low and currently day One hourly high low...
Rajandran R
57 sec read