Type tutorial This tutorial will show how we can modify items listed in a settings modal that opens when you click series/indicator gear icon in its legend. Setting up an event To modify the list of settings, we will use SettingsModal event: initstarted. It kicks in when settings modal is invoked, just before its contents are generated. […]
Type demo Normally, Volume Profile Indicator (as any other indicator) would display its hover data in a legend. This demo shows how we can create a custom theme to make tooltips pop up when directly hovering indicator’s bars. Code Example
Type tutorial This tutorial will show how we can create custom indicators for a stock chart. Indicator class To begin creating a custom indicator, we need to define a new class that extends a built-in Indicator class. Our class definition at the very least should contain three things: NOTESetting className property of the indicator class is a […]