ArrowTrades #
Stacked arrow trades
Data Format #
js
[<timestamp>, [<dir>, <?label> <?big>]
<dir> :: 1 for buy -1 for sell
<?label> :: trade label (null for no label)
<?big> :: true/false, make an arrow big
ArrowTrades.buyColor #
- Type:
color
- Default:
'#08c65e'
ArrowTrades.sellColor #
- Type:
color
- Default:
'#e42633'
ArrowTrades.size #
- Type:
number
- Default:
7
ArrowTrades.showLabels #
- Type:
boolean
- Default:
true
ArrowTrades.markerOutline #
- Type:
boolean
- Default:
true
ArrowTrades.outlineWidth #
- Type:
number
- Default:
4