Hello folks,
first post, I hope you can help me.
I'd like to make my own trading system, but I don't know which backtest platform fits my needs.
Characteristics are:
- low number of trades during the year (think something like Meb Faber Tactical Allocation, where I change the portfolio composition and rotate the assets depending on rules)
- have embedded technical indicators
- should be flexible enough that I can enter external data to be used as signal (for instance, macro economic data pulled from FRED)
- therefore, should be flexible enough to manage conditions that are not just technical indicators signals (for instance: when ISM goes below... sell...)
- I don't need live trading
- if possible, should be able to handle bonds, not just bonds ETFs
The first that would come to mind would be ETFreplay, but I don't think it's flexible enough
Options that I see are:
- Zipline + Pyfolio
- Backtester
- Tradingview: in this case, I would use a strategy in pine script for each asset type, extract the results, and put them in some homemade portfolio assets allocator
- Quantconnect
- Quantiacs
For the last 2, I am concerned that after I spend time to figure out if they fit, they won't. The first 2 seem the best choice.
thanks!
first post, I hope you can help me.
I'd like to make my own trading system, but I don't know which backtest platform fits my needs.
Characteristics are:
- low number of trades during the year (think something like Meb Faber Tactical Allocation, where I change the portfolio composition and rotate the assets depending on rules)
- have embedded technical indicators
- should be flexible enough that I can enter external data to be used as signal (for instance, macro economic data pulled from FRED)
- therefore, should be flexible enough to manage conditions that are not just technical indicators signals (for instance: when ISM goes below... sell...)
- I don't need live trading
- if possible, should be able to handle bonds, not just bonds ETFs
The first that would come to mind would be ETFreplay, but I don't think it's flexible enough
Options that I see are:
- Zipline + Pyfolio
- Backtester
- Tradingview: in this case, I would use a strategy in pine script for each asset type, extract the results, and put them in some homemade portfolio assets allocator
- Quantconnect
- Quantiacs
For the last 2, I am concerned that after I spend time to figure out if they fit, they won't. The first 2 seem the best choice.
thanks!