Custom Order Flow Strategy

Tumti

New member
Joined
Sep 28, 2024
Posts
3
Likes
2
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.
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!
 
Hello.
I am motivewave developer.
If you are interested in this, please DM
 
Does anyone keep the SDK archives? This problem can be solved if someone shares the SDK archive from previous years.

Edit:
Another approach is that if we can get the value of the Volume_Imprint indicator added to the chart and have it read into our strategy, this problem can be solved with an easier method. However, when I try to read the data into the strategy, I get an error.
 
Top