Quote from fx0011:
Could you enlighten me as to why someone would choose to use VBA code when there are so many free backtesting programs around, like Ninjatrader for example? AM I missing something?
Quote from Bob111:
you missing a lot.i'm not familiar with NT,but i'm pretty sure that there is plenty of conditions not covered in NT. in VBA you can work with classic database (such as MS access) for example or using variety of files. can you do portfolio testing in NT? can you filter trades that are above current ask or below bid (plenty trades like this on stocks)?
can you scrap data from websites in NT? and many many more
bottom line-FLEXIBILITY(VBA might be a bit limited,but VB (for example) will give you a COMPLETE flexibility. you can do whatever with it.
Quote from uexkuell:
Not VBA via Excel but plain Visual Basic, yes.
But what is the question?
Quote from Bob111:
you missing a lot.i'm not familiar with NT,but i'm pretty sure that there is plenty of conditions not covered in NT. in VBA you can work with classic database (such as MS access) for example or using variety of files. can you do portfolio testing in NT? can you filter trades that are above current ask or below bid (plenty trades like this on stocks)?
can you scrap data from websites in NT? and many many more
bottom line-FLEXIBILITY(VBA might be a bit limited,but VB (for example) will give you a COMPLETE flexibility. you can do whatever with it.

