What’s the Best Free Way to Backtest Trading Strategies?
Hi,
I’m new to backtesting and would like to know what free backtesting options are available.
TradingView seems to cost money. I’ve tested backtesting with Python — is that okay, or is there something else I should use instead?
For example, I’d like to backtest a strategy like this:
- Entry: FVG
- Trend Filter: EMA 8 & EMA 21 must be stacked in the direction of the trend
- Trading Time: First hour of the US market
- Stop Loss: Middle candle in the FVG
- Take Profit: 2R
And then run it on something like Bitcoin.
Thanks in advance.