Python

Running Grid Optimization for Backtests in Python using vectorbt

QuantNomad

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 →

Why your live trading is so much worse than your Backtests?

Introduction This is the question people ask me very often. And it’s happening with both retail and institutional traders who are trying to run systematic strategies. There are quite a lot of things that can go wrong between perfect backtesting results and pure trading performance. In this article, I’m trying to cover all the reasons Why your live trading is so much worse than your Backtests? Read More →

Can you automate trading in TradingView with one of the supported brokers?

Trading automation has become a trendy topic in recent years as more and more traders are looking for ways to streamline their operations and improve their efficiency. Automated trading systems can help traders make better decisions, identify opportunities, reduce risk, and even execute trades automatically. With the advances in technology, automated trading is becoming increasingly Can you automate trading in TradingView with one of the supported brokers? Read More →

Implementing Pivot Reversal Strategy in Python with vectorbt

The pivot reversal strategy is a popular trading strategy for crypto. It is based on the principle of buying or selling when the price of an asset hits a certain level, signaling a possible reversal in its trend. This strategy can be used to capitalize on short-term price movements in crypto markets. So I decided Implementing Pivot Reversal Strategy in Python with vectorbt Read More →