Xavier Lyu

Results 5 issues of Xavier Lyu

does vectorbt have the ability to add fixed income pnl to the backtest, i.e. add a certain amount of interest rate per period depending on the holdings?

# Environment * Operating System: MacOS Catalina * Python Version: Python 3.7.4 * Python Bitness: 64 * How did you install Catalyst: `pip` * Python packages: ``` gcc7==0.0.9 Logbook==1.5.3 MarkupSafe==1.1.1...

before this commit, the transaction sequence for each node is random as seen in ``` seq = [x[0] for x in nodes_seen[node]] random.shuffle(seq) ``` we want to the sequence to...

### Is your feature request related to a problem? Please describe. we want to be able to specify proxyType as any integer from within the EVM (e.g., via a precompile)....