Adding a custom indicator to Watchlist
How to add a custom indicator to Watchlist panel properly? This guide will show you a useful method using which you can easily add an indicator.
How to make an indicator compatible with 'Watchlist’
public class Best_Indicator : Indicator, IWatchlistIndicator
{
… Best_Indicator code.
}
Last updated
Was this helpful?