simple question - what is the best approach here?
I have 2 computers, but can only be logged into my data provider on one. I also dont think I need real time data to actually test my logic. Naturally, developing on the trading system is bad - it is not like your program is fully multithreaded (I really love when the UI hangs while a strategy is added to a chart), and besides that - I rather have the development stuff on the other 2 screens - so the other 2 screens can show my trading system working.
Besides, multiple running ninja instances dont work well... and... I need to attach a debugger during development

What is the best approach here?
* Can I develop and test with market replay? I Would love to have a real data input - not a "generated" feed, simply because it is more real.
* How the heck do I create a recording? I can see the playback connection, but where do I turn on recording?
Naturally I dont want to pay for a data provider for my development platform, and / or try working around with zen-fire to get a second connection. It seems unnecessary - but I would love to see "real" data so that I can actually record special days (collection of specific days - NR7, good long etc.) and use them to test.

Comment