IndicatorArea more tunable
Created at 14 Dec 2023, 08:34
SH
IndicatorArea more tunable
14 Dec 2023, 08:34
Make properties available like
public bool IndicatorArea.IsVisible { get; set; }
public bool IndicatorArea.Height { get; set; }
or enable a method like
IndicatorAreas.Add(new IndicatorArea(…….))
This makes mixing OnChart and OnIndicatorArea signals more tunable, thus better and results in a more focussed Trader UI
cTrader Automate
@Shares4UsDevelopment