Indicator symbols
Created at 15 Feb 2025, 07:04
Indicator symbols
15 Feb 2025, 07:04
Displaying indicators should be more variable. In particular, the shape and filling of the dots should be selectable. For example, I would like to be able to display a parabolic SAR with circles, squares, triangles (pointing in one of the four possible directions) or even with hexagons (each unfilled or filled) and another with '+', 'x', or '*'.
cTrader
@thxxwi
firemyst
25 Feb 2025, 04:10
As a work around, you can code your own PSAR indicator to do this.
In the indicator, just get the values from the current PSAR indicator, and then draw the symbol/icon on the chart you'd like for that value.
@firemyst