Login Page - Create Account

Support Board


Date/Time: Mon, 20 May 2024 02:27:16 +0000



Post From: DRAWSTYLE_CUSTOM_VALUE_AT_Y - functionality for additional ExtraArrays

[2017-04-11 05:28:41]
User553714 - Posts: 184
Hi, I am using DRAWSTYLE_CUSTOM_VALUE_AT_Y to plot a value as text at a specific index but would like the ability to "stack" a number of text values at the same Bar Index; I think that drawstyle DRAWSTYLE_CUSTOM_VALUE_AT_Y works specifically with ExtraArray[0]; if it's not too much trouble in a future release could you add a few more of these drawstyles that works with several of the other ExtraArrays;
DRAWSTYLE_CUSTOM_VALUE_AT_Y[0] - ExtraArray[0]
DRAWSTYLE_CUSTOM_VALUE_AT_Y[1] - ExtraArray[1]
DRAWSTYLE_CUSTOM_VALUE_AT_Y[2] - etc
DRAWSTYLE_CUSTOM_VALUE_AT_Y[3]

This would achieve the stacking of text values at a specific bar index I am after. Unless there is an easier way?

Regards