IndicatorArea more tunable

Created at 14 Dec 2023, 08:34
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
SH

Shares4UsDevelopment

Joined 14.10.2018

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