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 and more readable...
Rajandran R
5 min read

Code Snippet – Simple Intraday Trading System with Target…

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

Code Snippet : ORB – Open Range Breakout Levels…

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

Code Snippet : Price with Last Trade Price Marker…

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

Code Snippet : Visual Gap Lookup – Amibroker AFL…

TCS Daily Chart   Here is a simple code snippet to check for Gaps in the charts especially in the Daily and Weekly...
Rajandran R
24 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. In a highly...
Rajandran R
1 min read

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

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