Some minutes ago, I started to make some tests in my custom indicator adding the way to print and display in a textbox some special characters in order to manually draw some fixed forms and figures for visual purposes, like creating visual separation between 2 items or to highlight important values, i.e. this is nothing about code functionality.
For example, I just started testing with the next line of code:
string label = "_________———————————̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ̅ ———————————_________";
- The underscore that comes by default in the keyboards.
- The center double dash that doesn't come in the keyboards.
- That kind of overscore or macron that doesn't come in the keyboards. This symbols is something special because I see it allows to write 2 characters in 2 line, the macron and a character below it, both in the same space.
And what I need is to confirm if this type of non-ASCII characters don't make any kind of malfunction or wrong operation in the code calculations, cycles, conditions and/or the results the indicator obtains.
By the way, could be useful if you include a link with the full list of all allowed characters that can be used in the NT8 scripts/indicators.
I just tried using the Search into the site https://ninjatrader.com/support/helpGuides/nt8/?ninjascript.htm to try to find keywords like ASCII or Unicode, but I tried in 2 different browsers and I see the Search function is not working at this moment.
Thank you for your help

Comment