Hi,
I'm attempting at automating my trading strategy by writing a program that uses the C++ API of the broker.
In this stage I'll use an IB Demo account. The IB Demo is IMO very realistic and available 23.5 hours a day, 7 days a week,
ie. perfect for testing, even on weekends.
Only drawback of it is that the prices are with some unknown +/- offsets, but that's not that big a problem for testing purposes.
In this journal I'll post about my progress with coding and also about the trade results.
I'm daytrading mainly stocks and stock options, mainly on US exchanges, incl. foreign instruments listed there,
incl. UK and German titles. I'm usually holding a position several hours, most of the positions are closed intraday,
but It happens that sometimes I must hold a position longer than a day (usually max. 2 days).
Since in the IB Demo the account restarts every day anew with an initial acct value of 500k, sometimes one must do some
manual calculations when holding a position longer than a day; it's tedius and timeconsuming to do it manually
but unfortunately not always avoidable if one does not want close the position earlier with a loss.
I'll also not hide to mention that I already had started my journal at another web site similar to this site,
but had some unfair problems with the moderators there. Although I'm still a normal user there, I feel I'm unfair treated there,
so my desire to come here. I hope I'll have less problems and more success here. TIA.
BTW, my timezone is CET, I'm in Germany :cheesy:
I'm attempting at automating my trading strategy by writing a program that uses the C++ API of the broker.
In this stage I'll use an IB Demo account. The IB Demo is IMO very realistic and available 23.5 hours a day, 7 days a week,
ie. perfect for testing, even on weekends.
Only drawback of it is that the prices are with some unknown +/- offsets, but that's not that big a problem for testing purposes.
In this journal I'll post about my progress with coding and also about the trade results.
I'm daytrading mainly stocks and stock options, mainly on US exchanges, incl. foreign instruments listed there,
incl. UK and German titles. I'm usually holding a position several hours, most of the positions are closed intraday,
but It happens that sometimes I must hold a position longer than a day (usually max. 2 days).
Since in the IB Demo the account restarts every day anew with an initial acct value of 500k, sometimes one must do some
manual calculations when holding a position longer than a day; it's tedius and timeconsuming to do it manually
but unfortunately not always avoidable if one does not want close the position earlier with a loss.
I'll also not hide to mention that I already had started my journal at another web site similar to this site,
but had some unfair problems with the moderators there. Although I'm still a normal user there, I feel I'm unfair treated there,
so my desire to come here. I hope I'll have less problems and more success here. TIA.
BTW, my timezone is CET, I'm in Germany :cheesy:
Last edited: