BlowFish wrote:Before I take the plunge again I wanted to air one concern. Lack of public domain indicators and code fragments. I guess we are spoilt with tradestation in this regard. Just look at Avery's prolific contribution.
If I want to implement something chances are there is an indicator somewhere I can plagiarise and convert. Actually there is a good chance that it will 'plug straight in' and go. With Neoticker I am not sure that is the case meaning that many things I would have to do from scratch.
I just wonder if anyone can give a few words of encouragement in this respect? I think with a bit of arm twisting I could be persuaded to sign up for the summer discount

I have used both Tradestation and NeoTicker for a number of years.
I think it's certainly true that Tradestation "feels" easier at first. Over time, however, the Tradestation software architecture takes a huge toll on productivity and code reuse. To give just one example:
If you are a Tradestation user, how many times have you coded functionality as an indicator or a show me or a paintbar or a strategy and then wanted to reuse that functionality in another type of Tradestation indicator? So, do you rewrite the whole thing as a function to facilitate reuse by the other program types or do you just cut and paste and wind up with batches of redundant code all over the place?
In NeoTicker, EVERY indicator IS an indicator, IS a system, IS a PaintBar, IS a ShowMe, IS, get this, IS a function. Any indicator can call any other indicator...
And SYSTEMS can plot values like Indicators, PaintBars, etc.
The "Tradestation is simpler" belief is an illusion. Sure, if you're not going to do anything very sophisticated, stick with TS. If you're in it for just a little while, stick with TS.
But if you're committed to a long term project of using a technical analysis platform to trade and/or invest then my view is that there is no question but that the NeoTicker platform is superior to Tradestation. And if you're doing intra-day trading, then, it's even more of a no-brainer.
I understand and appreciate Michal's vision for and commitment to using C# with NeoTicker. For myself, Delphi (and earlier Delphi Script) made a lot of sense because it's similarities with Easy Language.
You can find some code snippets at the old NeoTicker Yahoo Group here:
http://finance.groups.yahoo.com/group/neoticker/
The code there is often not well done but you can get a few ideas of how things work there.