Watch this:
http://www.youtube.com/watch?v=pssSzxDiUTc
http://www.youtube.com/watch?v=pssSzxDiUTc
Quote from TheGoonior:
Looks kind of similar to Prodigio from ThinkOrSwim.
I've used graphical "coding" tools like that in my engineering career. They are great for just slapping together a simple test case, but anything complicated quickly becomes an indecipherable mess (try coding some sort of state machine in that). The kicker is that if you can use one of those "graphical" aids and organize it well enough to do something even semi-complex, you've probably got the ability to learn how to do it in code.
The graphical stuff is nice for program flow&debugging, but the ideal case would be to mix and match of code plus graphical. These type of tools allow you to do event driven graphical frameworks and write actual code in blocks. Add those capabilities in and you've got something new.
I haven't seen anything like this in the trading world...perhaps there's not really a market for it, since similar tools in engineering land have some pretty hefty license fees. Open source is a wonderful thing, so maybe someday.
Quote from oraclewizard77:
It looks like it does compile the code. At that point, I could go through the code and make changes before making an executable file. I would assume this would help me learn the code easier than starting from scratch, and reduce the time needed to get my strategy up and running.
I would like to have a bunch of if then statements that would check certain conditions are true before executing a trade.