Visual Scripts / Node Algo creations
Created at 02 Feb 2025, 21:02
CT
Visual Scripts / Node Algo creations
02 Feb 2025, 21:02
I'd like to see a feature that has become common place for software plugin tooling these days: "Visual Scripts" using drag and drop Nodes to the already built-in member methods/functions of cTraders Algo. The idea is you would select from a list of Nodes that correspond to the already built-in member methods of cTrader Algo and drag and drop the node into a window and the Node would have various inputs and outputs that would connect to other input and out nodes. Many game engines and 3D software already have these kinds of features.
Below is an example of a Node Graph
cTrader
@ctid219968
Edward357Johnson
12 Feb 2025, 10:33 ( Updated at: 14 Feb 2025, 18:22 )
Hello!
That sounds like a fantastic feature! Implementing "Visual Scripts" using drag and drop Nodes in cTraders Algo would greatly enhance user experience and accessibility. Users could easily create complex algorithms without needing deep programming knowledge, similar to many game engines and 3D software.
By providing a list of Nodes corresponding to built-in member methods and allowing users to connect these nodes with inputs and outputs, it would streamline the process and make it more intuitive.
@Edward357Johnson