Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WARNING: Please only use this Algorithm as a test strategy not as a Live strategy . #27

Open
developeralgo8888 opened this issue May 3, 2021 · 1 comment

Comments

@developeralgo8888
Copy link

I tested this simple HFT strategy on a small account with IB both on Live Account and Paper Account not Demo Account.

Pairs tested: EURUSD & USDJPY on 24 hours period

  1. On Live Account : 98% Losses, 2% wins on all trades ( 62 trades)
  2. On Paper account : 96% Wins , 4% Losses on all trades ( 60 trades)
  3. No DEMO account testing ( Demo account contains replayed back market data so its not useful for any type of testing )

Both Live and Paper account from IB use the same realtime Market Datastream and only differ in execution . Live account executes a Live trade while paper account simulates the execution but does not open a live trade. So what's the difference between this two accounts at IB . I could not find any difference on configuration of both accounts.

May be you can share some insights ?

@stopium
Copy link

stopium commented Aug 20, 2021

When a trend occurs, the win-side order may not be fullfilled. And the loss-side order may be fullfilled. So , the winrate is vary low and the loss rate is very high. Maybe you should change your order placement strategy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants