We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
You can continue the conversation there. Go to discussion →
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
When trading Micro-Futures
Thx
The text was updated successfully, but these errors were encountered:
there is a fixed commission say 0.77€/contract. As I understand it's not possible to have fixed commission with this framework?
Indeed, duplicate of #113. Something simple adversarial as this might work:
commission = ceil(0.77 / data.Close.mean() * 1e3) / 1e3
one tick (0.25) in price is worth 1.25€. Is there a way to simulate this?
I don't quite get it. One tick (1/4) in price is worth 1.25€? So four ticks (4/4) signify a move of 5€? Can you show a sample of your data?
Sorry, something went wrong.
Exactly.
See here: CME Group
Here are same trading examples. Red lined example is 2 ticks ( tick size 0.25) which is then 2.50€.
If you get 5€ per every unit of price, seems to me simply multiplying data by 5 should do it.
data
No branches or pull requests
When trading Micro-Futures
Thx
The text was updated successfully, but these errors were encountered: