@Siddhartha,
Charting,
Out of 3 you mentioned Ninja still has the best charting api imho. If you don't believe me, just open RightEdge and insert ParabolicSAR to see what I mean.
Optimization:
Without knowing more details it's hard to say, but in general - any optimization code should be a self-contained library with an optional gui that is consumer independent. If you want to know what I mean, check out TSG2: http://www.tsresearch.com/software/genetic_optimization/tsg2/
This is pure win32 cdecl dll lib that can be used from any software that can call c functions. I've used it in TS and from within VisualStudio - just to name a few. My point is that if you design your own optimization lib following the same api design principles as TSG2, then Ninja or any other .net compatible software will not be a problem. Hope this helps.
Languages:
It's not a matter of being hard or not - I just got sick and tired of being locked in a box and hoping for some language features. Not to mention the 'joy' with converting all the code written in language A into language B for the n-th time.
Charting,
Out of 3 you mentioned Ninja still has the best charting api imho. If you don't believe me, just open RightEdge and insert ParabolicSAR to see what I mean.
Optimization:
Without knowing more details it's hard to say, but in general - any optimization code should be a self-contained library with an optional gui that is consumer independent. If you want to know what I mean, check out TSG2: http://www.tsresearch.com/software/genetic_optimization/tsg2/
This is pure win32 cdecl dll lib that can be used from any software that can call c functions. I've used it in TS and from within VisualStudio - just to name a few. My point is that if you design your own optimization lib following the same api design principles as TSG2, then Ninja or any other .net compatible software will not be a problem. Hope this helps.
Languages:
It's not a matter of being hard or not - I just got sick and tired of being locked in a box and hoping for some language features. Not to mention the 'joy' with converting all the code written in language A into language B for the n-th time.