You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maker_fee and taker_fee attributes of FuturesContract are fee rates, but if it's a fixed fee (e.g., 10 yuan per contract), the fixed fee needs to be converted into a proportional rate. However, this conversion depends on the price, which cannot be obtained before backtesting. Are there any solutions to this problem?
The text was updated successfully, but these errors were encountered:
The maker_fee and taker_fee attributes of FuturesContract are fee rates, but if it's a fixed fee (e.g., 10 yuan per contract), the fixed fee needs to be converted into a proportional rate. However, this conversion depends on the price, which cannot be obtained before backtesting. Are there any solutions to this problem?
The text was updated successfully, but these errors were encountered: