Skip to content

Apply half-spread and commission on both open/close trade #1335

Description

@lgrawet

Enhancement description

Hi,

Full spread is currently applied to buy price on trade open and open+close commission only on trade close. This doesn't reflect real life and affects backtesting stop loss/trailing stop loss trigger level.
Also,, I'm using trade.pl_pct for trailing stop loss calculation and I have to subtract commission manually.
It also leads to bad optimization.

The situation should be :

  • trade open: apply half-spread on buy price and also apply commission
  • trade close: apply half-spread on sell price and also apply commission

Thanks a lot!

Code sample

Additional info, images

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions