I use monthly rollover.Which rollover regime do you guys use for MBT (Micro Bitcoin) - monthly or every second month? Liquidity is higher if you rollover every month, but commissions also add up over time (0.1% at IB).
for MBT I do monthly rolls between 10th and 15th.
Btw, does anyone know if anything happened to 'N1U' '10-Year Deliverable Interest Rate Swap Futures' ? I'm unable to retrieve prices for September anymore, was it delisted or something?
F1U and N1U, among other things, were delisted. https://www.cmegroup.com/notices/electronic-trading/2023/06/20230612.html#drefofor MBT I do monthly rolls between 10th and 15th.
Btw, does anyone know if anything happened to 'N1U' '10-Year Deliverable Interest Rate Swap Futures' ? I'm unable to retrieve prices for September anymore, was it delisted or something?
F1U and N1U, among other things, were delisted. https://www.cmegroup.com/notices/electronic-trading/2023/06/20230612.html#drefo
Are PST users just putting USIRS5 and USIRS10 in stale instruments and redoing IWs?
Would it be useful to add the new instruments or are they too thinly traded? There’s no way to use old data like with the EDOLLAR to SOFR transition, correct?
Probably better to ask on the pst issues github.comGuys, what would be the proper way to set up pyenv in Ubuntu based systems for pysystemtrade? (Please correct me if there is better thread for install related questions.) I'm trying to build a new pysystemtrade setup on Mint 20.3 and it seems that adding the following three lines in ~/.bashrc and ~/.profile breaks the scripts:
export PYENV_ROOT="$HOME/.pyenv"
command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
$ ./sysproduction/linux/scripts/update_fx_prices
/home/alpha/.profile: line 15: include: command not found
/home/alpha/.profile: line 15: include: command not found
Traceback (most recent call last):
File "/home/alpha/pysystemtrade/sysproduction/linux/scripts/run.py", line 12, in <module>
from syscore.interactive.run_functions import (
ModuleNotFoundError: No module named 'syscore'