Thanks for the advice, I appreciate it.
I actually do want to write this stuff from scratch (with libraries) as a learning curve.
Python has quite a huge forex library, does it make sense to learn using that library and then convert it to C++?
I want to do backtests on forex.
Just want somebody to point me in the right direction (book, website) as all I want to do is test multiple strategies using c.
Used to do this in mql4 but that language is very limited.
On the web there is a lot of examples using mql4 and python but nothing...
I am a programmer and need some advice / help to get started.
Basically I want to do back testing using C++ as I read that it was the fastest language do ‘event driven’ back test. Because what I want to do is run one strategy in a loop and increment settings one at a time to see what best...