This displays levels from a text input, levels from certain times on the previous day, and high/low/close from previous day. The levels are drawn for the date in the first line of the text input. Newlines are required between each level
For each line, the format is <ticker>,<price>,<color#>,<line pixel width>,<description>,<line style> For color, there are 9 possible user- configurable colors- so you can input numbers 1 through 9 For line style, the possible inputs are: "FIRM" -> solid line "SHORT_DASH" -> dotted line "MEDIUM_DASH" -> dashed line "LONG_DASH" -> dashed line
リリースノート
This displays levels from a text input, levels from certain times on the previous day, and high/low/close from previous day. The levels are drawn for the date in the first line of the text input. Newlines are required between each level
For each line, the format is <ticker>,<price>,<color#>,<line pixel width>,<description>,<line style> For color, there are 9 possible user- configurable colors- so you can input numbers 1 through 9 For line style, the possible inputs are: "FIRM" -> solid line "SHORT_DASH" -> dotted line "MEDIUM_DASH" -> dashed line "LONG_DASH" -> dashed line
Updated 17Dec 17:00 PST to fiz empty line causing crash