I need this to let me have a custom label set programmatically that shows under the "startegy" column inside the "strategies" tab of Control Center.
For others parameter I have seen that ninjatrader has a variable we can use in the code (for example we can write the following line : EntriesPerDirection = 2; and we have the same result as setting 2 in the general parameter section of the strategy). I have tried to write : Label = "MyCustomLabel"; but it does not work...
Thanks in advance for your support.
Renato.

Comment