That is EXACTLY what I need!Isn't there a "C# for dummies" book available?
That is EXACTLY what I need!Isn't there a "C# for dummies" book available?
I'll be looking at that, thank you.Plus Ninjatrader 7 has a strategy wizard, where it creates the code for you based on most retail ideas.
O (1),that sounds odd. how does he have nothing to test.. Doesn't he have some sort of strategy he trades.. I can understand if he has no time or is completely out of the market. But, there's a seemingly never-ending supply of stuff to test and program..
kmiklas,Perfect!
Do they have a "Learn Trading in one Day" book?
O (1),
Please share these "never ending supply of stuff to test and program".
He trades price action (support, resistance, patterns, etc.) only, and no indicators. He would like to experiment with indicators but outside his comfort zone for now.
He and I are in the same boat, so now we right ideas that can programmed and auto backtested. We still learning, just like you.
Hello,
I recent friend of mine took a #C programming course at a college for 4 months to build and back test automated trading systems.
Now he is done, and have NO trading ideas to programs.
I recommend NOT spending time to program if you have no trading ideas that can't be traded manually that shows profitability for some period of time.
Eventually I would like to program a trading system, but I don't know what trading idea to program.
Great post, I've thought several of the things that you wrote as I've been reading this thread. Chicken and the egg reference came to mind.Please do not discourage anybody simply because your friend is "DONE" with it. Nobody said creating a successfully trading system is easy. Heck, trading is not easy for that matter. But then nothing worth doing is easy. Great or impossible things are achieved by people who didn't know that it was impossible.
Also, you would not know if a trading idea is successful unless you backtest it for years, for which you need to learn programming. Again, its not very easy but then what is.
Napolean said "Victory belongs to the most persevering"
Yeah, exactly on that chicken-egg thing. I believe finding a trading idea is a matter of thinking hundreds of ideas and coding them and testing each of them to find out if it works or does not. It may take 6 months or even a year. @RosyScenario : My advice to you is - dont get engulfed too much in learning c#. Instead, focus on going through Ninja's help guide and examples and just try doing stuff in their platform. That is fastest/practical path. Along that you would get hang of the C# syntax. Going through a simple C programming learning material would help too. I would suggest learning C instead of C#. C# supports C syntax and is just glorified/advanced C. You can do 99% of things you need to code strategy by just using some simple CGreat post, I've thought several of the things that you wrote as I've been reading this thread. Chicken and the egg reference came to mind.