Python

Running Grid Optimization for Backtests in Python using vectorbt

Month: March 2023

Running Grid Optimization for Backtests in Python using vectorbt

After running backtests, many quants want to know the best parameters for their strategies. For that, you can run one of the optimization algorithms that will find the best combination of parameters to give you the best metrics you want to optimize. It’s a pretty helpful feature, and many quants use it. However, you must Running Grid Optimization for Backtests in Python using vectorbt Read More →

An easy way to sort a screener in Pine Script. How to sort a few arrays at the same time?

TradingView provides an incredibly powerful platform for traders to analyze the markets and make informed decisions. One of the most desired features of Pine Script is custom screeners. Custom screeners allow traders to quickly and easily find stocks/coins that meet their criteria. Quite often, you might want to sort the result of your customs screener. An easy way to sort a screener in Pine Script. How to sort a few arrays at the same time? Read More →