finmarketpy icon indicating copy to clipboard operation
finmarketpy copied to clipboard

Python library for backtesting trading strategies & analyzing financial markets (formerly pythalesians)

Results 24 finmarketpy issues
Sort by recently updated
recently updated
newest added

First of all, thanks for open-sourcing such an amazing lib! I am trying to find out a chance to apply this lib (or other libs that you created) on a...

Hi Saeed, Cuemacro is a brilliant suite of libraries. Thanks for your efforts. I was trying out an example in (finmarketpy_examples) where I received this error: base_depos_tenor=data_constants.base_depos_tenor, AttributeError: 'DataConstants' object...

Currently the only returns available are cumulative products. I couldn't find any alternative to `Calculations().create_mult_index()` for cumulative sums Suggest cumulative sum flag when calculating backtest cumulative PnL

Matplotlib is extremely slow at handling lots of data. Suggest resampling kwarg for plotting to resample on a new time horizon

Hey Saeed - been looking your finmarketpy library - looks nice! What wasn't clear to me from looking at it was if you can stack strategies upon each other? For...

Hello Saeed, pandas selector `.ix` is no longer available and thus will trigger an error in newer pandas. In master it is still present in `eventstudy` and `backtestengine`: https://github.com/cuemacro/finmarketpy/search?q=.ix&unscoped_q=.ix But...

Hi, does this framework has the TA-lib library implemented too or is it something easy for me to "just use"? Thanks

Hi there, Firstly, thank you for three excellent projects. Only recently have I tried plotting a chart using Chartpy. And this has been unsuccessful. I am struggling to figure out...

A problem that popped up with installing findatapy: blosc could not be compiled, this got fixed by downloading the [blosc](https://www.lfd.uci.edu/~gohlke/pythonlibs/#blosc) wheel, and installing this first (since it is a dependency)...