Hello,
I am trying to build a custom strategy based on the outputs from different signals. I have tried using an InputDescriptor to take signals that are in the Cursor Data Window, but I had no luck, no outputs from the Cursor Data Window were available. Example code below.
Could someone help me with this, is this the wrong approach or is something missing?
Any help is really appreciated, thank you!
I am trying to build a custom strategy based on the outputs from different signals. I have tried using an InputDescriptor to take signals that are in the Cursor Data Window, but I had no luck, no outputs from the Cursor Data Window were available. Example code below.
basicSettings.addRow(new InputDescriptor(INPUT, "INPUT 1", Enums.BarInput.OPEN));
Could someone help me with this, is this the wrong approach or is something missing?
Any help is really appreciated, thank you!