I was asked a few times about UT Bot strategy in Python. Finally, I decided to create it to show you how it vectorbt framework works for a bit more advanced strategy. If want to check other strategies in Python - let me know.
https://quantnomad.com/implementing-ut-bot-strategy-in-python-with-vectorbt/
https://quantnomad.com/implementing-ut-bot-strategy-in-python-with-vectorbt/
Quant Nomad
Implementing UT Bot Strategy in Python with vectorbt
UT Bot Strategy is one of the most popular scripts I published on TradingView. I was asked many time if I have a version of this strategy in Python. Recently I started using vectorbt and I decided finally to implement this strategy in Python. First let’s…
A quick tip : "How to add Dynamic Filters to Pine Scrip strategies"
https://quantnomad.com/adding-a-dynamic-filter-to-pine-script-strategies/
https://quantnomad.com/adding-a-dynamic-filter-to-pine-script-strategies/
Quant Nomad
Adding a dynamic filter to Pine Script strategies.
Quite often your strategies in TradingView will be complicated and will have multiple conditions at once. You might want to check if certain conditions work or not for your strategy. It’s a good idea to create a checkbox in your parameter that switch on/off…
Backtesting strategies in TradingView on entire history with Deep Backtesting
https://quantnomad.com/backtesting-pine-script-strategies-on-entire-history-with-deep-backtesting/
https://quantnomad.com/backtesting-pine-script-strategies-on-entire-history-with-deep-backtesting/
Quant Nomad
Backtesting Pine Script Strategies on entire history with Deep Backtesting
If you backtest a lot of strategies in TradingView you most likely know that that TradingView is a bit limited in terms of backtesting. If you run backtest in a standard way you get your backtest computed on the last ~ 20k bars only for the most expensive…
My new youtube video: 5 Ways to Send Alerts from TradingView https://youtu.be/UcNwK4kY0ho via @YouTube
YouTube
5 Ways to Send Alerts from TradingView
💻 Hire Me: https://qntly.com/hirepine
🎥 Pine Script from Scratch Course: https://qntly.com/pineprog
🎥 Advanced Pine Script Use-Cases: https://qntly.com/advpine
☁ My TradingView: https://qntly.com/trdv
🢅 Telegram: https://qntly.com/tel
🐦 Twitter: https:…
🎥 Pine Script from Scratch Course: https://qntly.com/pineprog
🎥 Advanced Pine Script Use-Cases: https://qntly.com/advpine
☁ My TradingView: https://qntly.com/trdv
🢅 Telegram: https://qntly.com/tel
🐦 Twitter: https:…
A quick example how to run Intraday Backtests on Stocks in Python with vactorbt:
https://quantnomad.com/backtesting-intraday-stock-strategies-in-python-with-vectorbt/
https://quantnomad.com/backtesting-intraday-stock-strategies-in-python-with-vectorbt/
Quant Nomad
Backtesting intraday stock strategies in Python with vectorbt
Creating trading bots these days on intraday data become more and more popular days. For simple backtesting trades usually go to Pine Script. But with libraries like vectorbt backtesting in Python become quite simple. Also, not many people know that you can…
Hi there!
Starting from September I'll have more free time. So I'm considering to start:
• Offline courses in Switzerland (Fondue included 😉)
• Live private lessons in Zoom.
If you're interested fill following form:
https://qntly.com/gform and I'll keep you poste.
Starting from September I'll have more free time. So I'm considering to start:
• Offline courses in Switzerland (Fondue included 😉)
• Live private lessons in Zoom.
If you're interested fill following form:
https://qntly.com/gform and I'll keep you poste.
A new tip on vectobt in Python: Using Stop Loss and Profit Target:
https://quantnomad.com/using-sl-and-pt-in-backtesting-in-python-with-vectrobt/
https://quantnomad.com/using-sl-and-pt-in-backtesting-in-python-with-vectrobt/
Quant Nomad
Using SL and PT in backtesting in Python with vectrobt
When you backtest the strategies you most often you use Profit Target and Stop Loss to protect your earnings and limit your loss. All modern backtesting engines should have these essential features. In this article, I will show you how you can use SL and…
A new hack for TradingView: Exporting Paper Trading Data with a Free Account:
https://quantnomad.com/exporting-paper-trading-data-in-tradingview-with-a-free-account/
https://quantnomad.com/exporting-paper-trading-data-in-tradingview-with-a-free-account/
Quant Nomad
Exporting Paper Trading Data in TradingView with a Free Account
TradingView just recently added a feature to download your paper trading data. Unfortunately, it works only with pro accounts. But in this article, I’ll show you a hack that will allow you to export this data with any account. So you already did a bunch of…
Loop through a set or all historical bars in Pine Script
https://quantnomad.com/loop-through-a-set-or-all-historical-bars-in-pine-script/
https://quantnomad.com/loop-through-a-set-or-all-historical-bars-in-pine-script/
Quant Nomad
Loop through a set or all historical bars in Pine Script
I receive quite a lot of questions about how to loop over the bars in Pine Script. Many of the indicators require this kind of calculation you might have these questions yourself as well. If you’re not very familiar with the way Pine Script works you might…
Inside our team, we're always trying to push the boundaries of TradingView and other tools we use. We got pretty creative this time and created a nice performance chart for a regular strategy performance in TradingView. Fun fact - charts like these are not supported in Pine Script; under the hood, it's a table. The code is open, so you can check how we did it:
https://www.tradingview.com/script/JGhLPNVi-Monthly-Returns-of-a-Strategy-in-a-Chart/
https://www.tradingview.com/script/JGhLPNVi-Monthly-Returns-of-a-Strategy-in-a-Chart/
Back To School Sale 2022!
To celebrate back to school you can have a 25% discount on both my courses and course bundle, here are the links:
Learn Pine Script from Scratch: https://courses.quantnomad.com/p/pinescript-programming-v5?coupon_code=BACK2022
Advanced Pine Script Use Cases: https://courses.quantnomad.com/p/advanced-pine-script-use-cases?coupon_code=BACK2022
Course Bundle: https://courses.quantnomad.com/p/pinescript-courses-bundle?coupon_code=BACK2022
To celebrate back to school you can have a 25% discount on both my courses and course bundle, here are the links:
Learn Pine Script from Scratch: https://courses.quantnomad.com/p/pinescript-programming-v5?coupon_code=BACK2022
Advanced Pine Script Use Cases: https://courses.quantnomad.com/p/advanced-pine-script-use-cases?coupon_code=BACK2022
Course Bundle: https://courses.quantnomad.com/p/pinescript-courses-bundle?coupon_code=BACK2022
I just published a new indicator on TradingView: Portfolio Perofrmance
It will allow you to easily compute a performance of a Portfolio in TradingView and display it in a nice way.
https://www.tradingview.com/script/umloMtiA-Portfolio-Performance/
It will allow you to easily compute a performance of a Portfolio in TradingView and display it in a nice way.
https://www.tradingview.com/script/umloMtiA-Portfolio-Performance/
TradingView
Portfolio Performance — Indicator by QuantNomad — TradingView
This indicators will help you to compute portfolio performance and display results with a stats table and a nice monthly chart.
In this script you can do following:
Compose portfolio with up to 15 instruments
Change Initial capital / date range / rebalancing…
In this script you can do following:
Compose portfolio with up to 15 instruments
Change Initial capital / date range / rebalancing…
New article on my website: Calculating Heikin-Ashi candles in Python
https://quantnomad.com/calculating-heikin-ashi-candles-in-python/
https://quantnomad.com/calculating-heikin-ashi-candles-in-python/
Quant Nomad
Calculating Heikin-Ashi candles in Python
Heikin-Ashi candles become more and more popular these days among traders. When you use HA candles your chart becomes more smooth and it’s easier to spot trends and reversals on it. In this article, I’ll show you how easy it is to compute Heikin Ashi candles…
It's a script that computes volatility-adjusted momentum indicators.
The problem with the momentum indicator is that it's absolute and it's hard to interpret its value. For example, if you'll change the timeframe or instrument value of Momentum will be very different.
We tried to solve that by expressing momentum in volatility. This way you can easier spot overbought/oversold values.
You can choose to use Standard Deviation or ATR for adjustments.
https://www.tradingview.com/script/6zezelAV-Volatility-Adjusted-Momentum/
The problem with the momentum indicator is that it's absolute and it's hard to interpret its value. For example, if you'll change the timeframe or instrument value of Momentum will be very different.
We tried to solve that by expressing momentum in volatility. This way you can easier spot overbought/oversold values.
You can choose to use Standard Deviation or ATR for adjustments.
https://www.tradingview.com/script/6zezelAV-Volatility-Adjusted-Momentum/
TradingView
Volatility Adjusted Momentum — Indicator by QuantNomad — TradingView
It's a script that computes volatility-adjusted momentum indicators.
The problem with the momentum indicator is that it's absolute and it's hard to interpret its value. For example, if you'll change the timeframe or instrument value of Momentum will be very…
The problem with the momentum indicator is that it's absolute and it's hard to interpret its value. For example, if you'll change the timeframe or instrument value of Momentum will be very…
It's Black Friday!
Enjoy a 40% discount for all my courses:
Learning Pine Script From Scratch: https://courses.quantnomad.com/p/pinescript-programming-v5?coupon_code=BF22
Advanced Pine Script Use Cases: https://courses.quantnomad.com/p/advanced-pine-script-use-cases?coupon_code=BF22
Pine Script Course Bundle: https://courses.quantnomad.com/p/pinescript-courses-bundle?coupon_code=BF22
Enjoy a 40% discount for all my courses:
Learning Pine Script From Scratch: https://courses.quantnomad.com/p/pinescript-programming-v5?coupon_code=BF22
Advanced Pine Script Use Cases: https://courses.quantnomad.com/p/advanced-pine-script-use-cases?coupon_code=BF22
Pine Script Course Bundle: https://courses.quantnomad.com/p/pinescript-courses-bundle?coupon_code=BF22
Merry Christmas! Wishing you a season of joy and peace! May your holiday be filled with happiness and love!
This Weened, you can enjoy a 35% discount for my Pine Script Course Bundle: https://qntly.com/MCH35]
This Weened, you can enjoy a 35% discount for my Pine Script Course Bundle: https://qntly.com/MCH35]
New article in my Blog: Download all US stocks from EODHD API for only 20$/month.
https://quantnomad.com/download-all-us-stocks-from-eodhd-api-for-only-20-month/
https://quantnomad.com/download-all-us-stocks-from-eodhd-api-for-only-20-month/
Quant Nomad
Download all US stocks from EODHD API for only 20$/month.
I’m happy that market data APIs are becoming increasingly accessible to everyone. This democratizes the market and gives everyone a better chance to make informed investments and trading decisions. With services like EODHD, you can now access US stocks for…
I just published a new strategy on TradingView. It's RSI with a dynamic length.
https://www.tradingview.com/script/08eSyDlq-DRM-Strategy/
https://www.tradingview.com/script/08eSyDlq-DRM-Strategy/
TradingView
DRM Strategy by QuantNomad — TradingView
One of the ways I go when I develop strategies is by reducing the number of parameters and removing fixed parameters and levels.
In this strategy, I'm trying to create an RSI indicator with a dynamic length.
Length is computed based on the correlation between…
In this strategy, I'm trying to create an RSI indicator with a dynamic length.
Length is computed based on the correlation between…