Generated by Rank Math SEO, this is an llms.txt file designed to help LLMs better understand and index this website. # Quant Nomad ## Sitemaps [XML Sitemap](https://quantnomad.com/sitemap_index.xml): Includes all crawlable and indexable pages. ## Posts - [A Pine Script Optimization AI Missed (And Why It Matters)](https://quantnomad.com/a-pine-script-optimization-ai-missed-and-why-it-matters/): Recently I built a small dashboard for my TradingView charts. - [How to Build an Automatic Trading Journal From TradingView Alerts (Free, No Zapier)](https://quantnomad.com/how-to-build-an-automatic-trading-journal-from-tradingview-alerts-free-no-zapier/): Tracking trades is essential for improving any trading strategy. But manually logging every trade is time-consuming and error-prone. - [When AI Is Behind: What the New Pine Script Footprint Feature Teaches Us](https://quantnomad.com/when-ai-is-behind-what-the-new-pine-script-footprint-feature-teaches-us/): Recently, TradingView released something many Pine Script developers had been waiting for: - [AI Wrote My Pine Script Indicator… and It Lied to Me](https://quantnomad.com/ai-wrote-my-pine-script-indicator-and-it-lied-to-me/): I wanted to build a tiny Pine Script indicator. - [Save Time with Alert Presets in TradingView](https://quantnomad.com/save-time-with-alert-presets-in-tradingview/): If you actively trade or monitor markets in TradingView, you probably create a lot of alerts.Price levels, indicator conditions, strategy alerts, webhook alerts… it adds up quickly. - [How to Use minval, maxval, and step in Pine Script Inputs (v6)](https://quantnomad.com/how-to-use-minval-maxval-and-step-in-pine-script-inputs-v6/): When creating indicators or strategies in Pine Script v6, controlling user inputs is just as important as writing correct calculations.The minval, maxval, and step parameters allow you to validate inputs, prevent errors, and improve the user experience. - [How to Use Checkboxes in Pine Script Inputs (and Why You Should)](https://quantnomad.com/how-to-use-checkboxes-in-pine-script-inputs-and-why-you-should/): Checkboxes are one of the most underrated input types in Pine Script.They allow users to toggle features on and off, control logic, and clean up indicator settings — all without writing multiple scripts. - [How to Connect TradingView Alerts to Telegram Bots (100% Free)](https://quantnomad.com/how-to-connect-tradingview-alerts-to-telegram-bots-100-free/): If you use TradingView alerts and want to receive them instantly on Telegram, you might think you need Zapier, paid bots, or third-party services.Good news: you don’t. - [How to Use inline Parameters in Pine Script v6 Inputs](https://quantnomad.com/how-to-use-inline-parameters-in-pine-script-v6-inputs/): When building indicators or strategies in Pine Script v6, usability matters just as much as logic.A common issue with TradingView scripts is a cluttered inputs panel, where every parameter appears on its own line. - [How to Group Inputs in Pine Script (v6)](https://quantnomad.com/how-to-group-inputs-in-pine-script-v6/): When your TradingView indicator starts growing, the Settings panel can quickly become messy. Too many inputs, unclear sections, and no visual structure make your script harder to use — even if the logic itself is solid. - [How to Enable or Disable Inputs in Pine Script v6 (Conditional Inputs Using Active)](https://quantnomad.com/how-to-enable-or-disable-inputs-in-pine-script-v6-conditional-inputs-using-active/): Pine Script v6 lets you conditionally enable or disable an input in the settings panel based on another input (like a checkbox). This is perfect for building clean indicators where users only see (and can edit) advanced settings when they actually need them. - [How to Get Stock Earnings in Pine Script and Use Them in Indicators](https://quantnomad.com/how-to-get-stock-earnings-in-pine-script-and-use-them-in-indicators/): Understanding a company's earnings is crucial for making informed trading decisions. Pine Script, the programming language used on TradingView, provides a convenient way to access and utilize earnings data in your custom indicators. In this article, we'll explore how to fetch stock earnings using the request.earnings function and incorporate them into your indicators with practical code examples. - [Simplifying Grid Optimization in R for Backtesting: A Minimal Code Approach](https://quantnomad.com/simplifying-grid-optimization-in-r-for-backtesting-a-minimal-code-approach/): In quantitative trading, optimizing your backtest can be a time-consuming task. However, with R's powerful capabilities, you can streamline this process using just a few lines of code. In this article, I'll walk you through a simple, efficient approach to implementing grid optimization for backtesting in R. Whether you're a seasoned trader or new to backtesting, this guide will help you enhance your strategies without the complexity. - [The Main Limitations of Pine Script on TradingView](https://quantnomad.com/the-main-limitations-of-pine-script-on-tradingview/): Pine Script, the scripting language used on TradingView, is a powerful tool that enables traders to develop custom indicators and strategies. However, like any programming environment, it has certain limitations that users must be aware of to maximize its effectiveness. Below, we discuss the main constraints you may encounter when working with Pine Script. - [Advanced Programming with Pine Script: Implementing Multi-Level Stop/Limit Orders with Pyramiding](https://quantnomad.com/advanced-programming-with-pine-script-implementing-multi-level-stop-limit-orders-with-pyramiding/): Trading automation has become increasingly popular among both novice and professional traders, with Pine Script at the forefront as one of the most accessible and powerful tools for creating custom trading strategies on TradingView. Pine Script allows users to design and backtest trading strategies directly within TradingView, making it a go-to choice for traders looking to automate their systems. - [From UTC to Local Time: A Step-by-Step Guide to Time Zone Conversion in Pine Script](https://quantnomad.com/from-utc-to-local-time-a-step-by-step-guide-to-time-zone-conversion-in-pine-script/): In the fast-paced world of trading, timing is everything. Whether you're a Forex trader monitoring markets around the globe or a stock trader aligning your strategy with New York's opening bell, understanding and managing time zones is crucial. TradingView, a widely-used platform by traders of all kinds, offers a powerful scripting language called Pine Script, which allows users to create custom indicators and strategies. However, when it comes to dealing with time in Pine Script, things can get tricky—especially if you're working with markets across different time zones. - [Build a Backtesting Dashboard in R Shiny in Just 10 Minutes! [Video Tutorial + Code]](https://quantnomad.com/build-a-backtesting-dashboard-in-r-shiny-in-just-10-minutes-video-tutorial-code/): Introduction: - [Announcing the Ultimate UT Bot Screener: Early Access Available!](https://quantnomad.com/announcing-the-ultimate-ut-bot-screener-early-access-available/): We're excited to introduce the Ultimate UT Bot Screener, a powerful new custom screener on TradingView designed to enhance your trading experience. This innovative tool will be available to everyone in just two weeks, but we're offering an exclusive opportunity for early access to those who want to get a head start. - [A simple way to save TradingView alerts to Google Sheets](https://quantnomad.com/save-tradingview-alerts-to-google-sheets/): TradingView has become immensely popular among traders for its comprehensive suite of analytical tools and user-friendly interface. One of its most utilized features is the server-side alerts, which allow traders to set up notifications based on specific market conditions without the need to keep the trading terminal open. This functionality enhances trading efficiency and ensures users do not miss potential trading opportunities. - [Consecutive Alerts from Custom TradingView Screener](https://quantnomad.com/consecutive-alerts-from-custom-tradingview-screener/): Screeners are crucial tools for traders, providing a way to filter stocks and other financial instruments based on specific criteria. This allows traders to efficiently identify potential investment opportunities that align with their trading strategies. By leveraging screeners, traders can save time, focus on high-potential prospects, and make informed decisions based on data-driven analysis, enhancing their overall trading performance. - [Logging in Pine Script](https://quantnomad.com/logging-in-pine-script/): Logging is a crucial aspect of programming, providing insights into software's behavior during execution. It not only helps in debugging by recording events and errors, allowing developers to trace issues back to their source, but it also plays a significant role in monitoring the performance and health of applications in production. Through effective logging, programmers can understand the flow of their code, making it easier to diagnose problems, optimize performance, and ensure the reliability and stability of their applications over time. - [Buffett indicator in TradingView](https://quantnomad.com/buffett-indicator-in-tradingview/): The Buffet Indicator, named after the renowned investor Warren Buffett, is a financial metric used to gauge the overall valuation of the stock market relative to the economy. It is calculated by dividing the total market capitalisation of publicly traded stocks in a country by its Gross Domestic Product (GDP). Essentially, the Buffet Indicator compares the size of the stock market to the size of the economy. Warren Buffett has mentioned that this ratio can be a strong indicator of whether the stock market is overvalued, fairly valued, or undervalued compared to historical averages. A high ratio suggests that the market is overvalued relative to the economy, implying potential for future corrections, while a low ratio indicates that the market may be undervalued, potentially offering investment opportunities. - [Running Grid Optimization for Backtests in Python using vectorbt](https://quantnomad.com/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 use it carefully because it's pretty easy to overfit your strategy. - [Downloading the entire history of the USD Yield Curve in Python](https://quantnomad.com/downloading-the-entire-history-of-the-usd-yield-curve-in-python/): With the latest events on the market USD yield curve has become a very hot topic in all the news. Many traders want to use it in backtest and custom quantitative analysis. In this small article, I'll show you how to download the entire history of the US Yield curve in Python just in a few lines of code. - [An easy way to sort a screener in Pine Script. How to sort a few arrays at the same time?](https://quantnomad.com/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. - [Why your live trading is so much worse than your Backtests?](https://quantnomad.com/why-your-live-trading-is-so-much-worse-than-your-backtests/): 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 that are most frequent from my experience. Of course, this might not be everything, so feel free to leave comments with another case you had in your trading. - [How to plot horizontal lines in Pine Script.](https://quantnomad.com/how-to-plot-horizontal-lines-in-pine-script/): Pine Script is an excellent tool for creating data visualizations. It has a wide range of plotting tools that allow users to graph data in a variety of ways. With these tools, users can customize the look of the graph to their liking, as well as make adjustments to the data to get the most out of their visualizations. - [Downloading the entire history of OHLC bars from Kraken with Python](https://quantnomad.com/downloading-the-entire-history-of-ohlc-bars-from-kraken-with-python/): Kraken is a very popular exchange. Currently, it holds 3rd place in terms of 24h volume traded. Quite a lot of people try to create systematic trading models based on Kraken's data. Some time ago, I already published an article where I showed how to get data from Kraken. The problem is that for OHLC, you get only the last 720 bars with the standard endpoint. Fortunately, there is a hack that will allow you to download OHLC for any timeframe for the entire history. In this article, I'll show you how you can do that. - [Implementing UT Bot in TradeStation](https://quantnomad.com/implementing-ut-bot-in-tradestation/): UT Bot is a very popular script in my TradingView account. Quite a few people asked me to translate it to another programming languages. I already created a version in Python. In this article I'll show you a way to implement UT Bot strategy in EasyLanguage for TradeStation. I started to look more into TradeStation because of the automation and screener features of TradeStation. nNew - [Can you automate trading in TradingView with one of the supported brokers?](https://quantnomad.com/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 accessible to traders of all levels. - [Get market data from Kraken exchange with Python](https://quantnomad.com/get-market-data-from-kraken-exchange-with-python/): Kraken is a very popular crypto exchange that offers traders a wide variety of digital currencies to buy and sell. It is a secure, reliable platform that provides users with an intuitive interface and advanced trading tools. Kraken is an ideal choice for both experienced traders and beginners, offering a wide range of features at competitive fees. - [Implementing Pivot Reversal Strategy in Python with vectorbt](https://quantnomad.com/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 to implement it in Python with the help of vectorbt framework. - [Automatically upgrade Pine Script indicators from version 3 and v4 to v5](https://quantnomad.com/automatically-upgrade-pine-script-indicators-from-version-3-and-v4-to-v5/): Pine Script has many versions, and they are not very compatible with each other, making it difficult to switch from one version to another. You might experience quite a lot of issues when you try to copy part of the code from a script in another version or merge different version scripts. - [Generating Pine Script in ChatGPT](https://quantnomad.com/generating-pine-script-in-chatgpt/): People are incredibly excited about the increasing popularity of ChatGPT. It has become a phenomenon and is being talked about everywhere. People are eager to experience the potential of this innovative technology for themselves. ChatGPT is also capable of coding, allowing users to create their scripts and programs using different programming languages. I wanted to test it for Pine Script to see how it looks. - [Pine Script – Undeclared identifier ‘green’ / ‘color.green’ – how to fix it?](https://quantnomad.com/pine-script-undeclared-identifier-green-color-green-how-to-fix-it/): You might see the following error in Pine Script quite often, especially if you're trying to merge a few scripts or copy certain elements from another script. You might see this error with basically all supported colors: - [UT Bot Screener in TradingView](https://quantnomad.com/ut-bot-screener-in-tradingview/): UT Bot is a pretty popular script I created on TradingView. Quite often, I receive questions if I can create a screener from it. So finally, I decided to add it to my Ultimate Custom Screener. So now you can screen for UT Bot Signals for up to 40 symbols at the same time in addition to 25 other indicators. - [Few ways to close/exit positions in Pine Script](https://quantnomad.com/few-ways-to-close-exit-positions-in-pine-script/): Good timing for exiting your positions is essential for good trading strategies. There are a few ways to close/exit positions in Pine Script. In this article, I'll show you examples of all of them. - [High/Low Volume Indicator](https://quantnomad.com/high-low-volume-indicator/): I published a new indicator on TradingView: - [How to concatenate strings in Pine Script](https://quantnomad.com/how-to-concatenate-strings-in-pine-script/): String concatenation is the main string feature in any programming language. It allows multiple strings to be joined together to form one larger string. This is used in many programming languages to create more complicated strings. String concatenation can be used to combine strings of different lengths, as well as to concatenate strings of text and numerical data. - [How to loop/iterate through an array in Pine Script with a “for/in” statement](https://quantnomad.com/how-to-loop-iterate-through-an-array-in-pine-script-with-a-for-in-statement/): Arrays are pretty crucial for Pine Script. From the time of their release, it immediately became Pine's essential feature. Some time ago, I published an article about how to loop through an array in Pine Script. But language evolves quite quickly, and there is already a much more convenient way to iterate through an array. For that, you can use the "for/in" statement. - [Sorting an array in Pine Script](https://quantnomad.com/sorting-an-array-in-pine-script/): Sorting is an essential feature of arrays in programming, as it allows the user to organize data easily. In this article, I’ll show you how you can quickly sort arrays in Pine Script. - [Pine Script Strategy trading at specific days of the week.](https://quantnomad.com/pine-script-strategy-trading-at-specific-days-of-the-week/): In this article, I'm showing how to work with days of the week in Pine Script and an example of a simple strategy built with only days of the week signals. To know the current day of the week, I'm using "dayofweek()" function. It outputs numbers from 1 to 7 depending on the day of the week. Be careful with the values, 1 is Sunday, and 7 is Saturday here. - [Add a parameter to allow Pine Script Strategy to be long or short.](https://quantnomad.com/add-a-parameter-to-allow-pine-script-strategy-to-be-long-or-short/): Trading strategies can vary greatly when applied to long and short positions. So traders might want to use different parameters for both sides. Furthermore, traders may develop different strategies for managing risk when taking a long or short position. By understanding the differences in strategies for long and short sides, traders can make informed decisions and maximize their profits. In this article, I'll show you a straightforward way to add an input to Pine Script Parameters to control if the strategy can go Long / Short or Both sides. - [Creating an alert directly from the TradingView chart](https://quantnomad.com/creating-an-alert-directly-from-the-tradingview-chart/): Alerts are an essential feature of TradingView that can help traders stay on top of their trading activity. With the ability to create an alert directly from the chart, traders can set triggers for key levels, patterns or indicators. For example, if a trader is looking for a break of a support or resistance line, they can set an alert to notify them as soon as that break occurs. Alerts help traders stay on top of their trading activity and can be invaluable for those looking to stay informed of market movements. - [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/): 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 as little as $20 a month. Eodhistoricaldata.com does not sponsor this post, it's just an excellent value for money, so I want to share it with you. - [TradingView Alerts – Get Notified Of Important Price Movements](https://quantnomad.com/tradingview-alerts-get-notified-of-important-price-movements/): Tradingview alerts are an excellent way to ensure you don't miss out on any important price movements. - [Calculating Heikin-Ashi candles in Python](https://quantnomad.com/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 in Python. - [Back To School Sale 2022!](https://quantnomad.com/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: - [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/): 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 implement your code in a very inefficient way. In this article, I'll show you the correct ways to compute something like that in TradingView. - [Exporting Paper Trading Data in TradingView with a Free Account](https://quantnomad.com/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. ## Pages - [3rd Party Automation Tools for TradingView](https://quantnomad.com/3rd-party-automation-tools-for-tradingview/): In today’s fast-paced trading environment, automation is critical to staying competitive. For traders using TradingView, the ability to turn alerts into actionable trades with minimal intervention can significantly enhance efficiency and profitability. Fortunately, several tools have emerged that bridge the gap between TradingView and brokers or exchanges, allowing users to automate their trading strategies seamlessly. - [Terms of Service](https://quantnomad.com/terms-of-service/) - [Ultimate Screener](https://quantnomad.com/ultimate-screener/) - [Ultimate Backtester](https://quantnomad.com/ultimate-backtester/) - [Offline Courses](https://quantnomad.com/training/offline-courses/) - [Cohort Courses](https://quantnomad.com/training/cohort-courses/) - [Online Courses](https://quantnomad.com/training/online-courses/) - [Training](https://quantnomad.com/training/) - [IT / Cloud Infrastructure](https://quantnomad.com/services/it-cloud-infrastructure/) - [Python Quantitative Analysis](https://quantnomad.com/services/python-quantitative-analysis/) - [R Quantitative Analysis](https://quantnomad.com/services/r-quantitative-analysis/) - [Easy Language / TradeStation](https://quantnomad.com/services/easy-language-tradestation/) - [Pine Script / TradingView](https://quantnomad.com/services/pine-script-tradingview/) - [Services](https://quantnomad.com/services/) - [Our values](https://quantnomad.com/about/our-values/): Hello, my name is Vadim from Switzerland. I am a seasoned software developer with over 15 years of experience. About 6 years ago in 2015, I decided to focus exclusively on developing financial modeling solutions, particularly for the quantitative trading industry. I enjoy writing algorithmic trading strategies in Python, Pine Script and other programming languages. - [Quantitative Projects in Python](https://quantnomad.com/quantitative-projects-python/): I help traders develop quantitative strategies. I’m a big fan of Crypto, Open Source, Radical Transparency. - [TradingView Tutorials](https://quantnomad.com/tradingview-tutorials/) - [Home](https://quantnomad.com/) - [Live consulting](https://quantnomad.com/live-consulting/): Your instructor - [Hire Me](https://quantnomad.com/pine-script-freelancers/): I help traders develop quantitative strategies. I’m a big fan of Crypto, Open Source, Radical Transparency. - [Live Pine Script Session](https://quantnomad.com/live-pine-script-session/): Do you have any troubles with your indicators in Pine Script or stuck with your learning? Now you can order a live session with me to have a quick zoom call to help you. - [Careers](https://quantnomad.com/about/careers/): Algorithmic trading has become a viable and profitable strategy that investors can utilize in back testing, monitoring, diversification, and reduction of manual errors. This approach helps remove inefficiencies so that traders can maximize their investments in the market, stocks, and crypto. Algorithmic trading tools are always changing and it’s important for quant developers to stay on top of the latest developments in the sector. - [show-categories](https://quantnomad.com/show-categories/) - [Hire an Expert Algorithmic Trading Developer](https://quantnomad.com/hire/): Algorithmic trading offers unique benefits such as instant and accurate order placement, trades executed at the best possible prices, reduced transaction costs, reduced risk of manual errors, and real-time data analysis (with backtesting). However, most traders simply lack the time or expertise to leverage the latest Algo-trading programming languages such as Pine Script and advanced Python and R libraries. Hiring a programmer to automate your trading strategy can be an excellent way to make the most out of these Algo-trading tools.  - [Python / Backtrader FAQ](https://quantnomad.com/python-backtrader-faq/): Python is one of the most preferred programming languages among quantitative developers because it has extensive packages and libraries for data analysis and algorithmic trading. It also has a relatively simple English-like syntax that makes it easier for both beginners and experienced programmers to write fewer and readable code when expressing quantitative concepts. - [My Affiliates](https://quantnomad.com/my-affiliates/): From time to time, this site (Quant Nomad) may include affiliate links to a variety of affiliate advertising programs on which the owner of this website earns a referral commission. This website uses referral and affiliate links and accepts forms of cash advertising, sponsorship, and other forms of compensation. This affiliate disclosure has been issued in compliance with existing guidelines. - [Contact us](https://quantnomad.com/contact/): Contact Me Aliquet adipiscing in dignissim scelerisque fermentum nibh condimentum ligula eget nunc blandit interdum eros, massa ante ipsum senectus quis in. Find me 123 Fifth Avenue, New York, NY 12004. United States. Say hi mail@example.com Call me +01 – 123 456 78 90 Sem ornare lacinia cras eu luctus diam consectetur sagittis maecenas sit … Contact Read More » - [Courses](https://quantnomad.com/all-courses/): Quantitative trading is a very competitive field and learning is crucial for success in it. - [Blog](https://quantnomad.com/blog/): The Quant Nomad has over 6 years' experience in the quantitative trading industry (15+ years in programming). He has helped more than 200 traders and companies create/optimize their algorithmic trading models - [About](https://quantnomad.com/about/): Hello, my name is Vadim from Switzerland. I am a seasoned software developer with over 15 years of experience. About 6 years ago in 2015, I decided to focus exclusively on developing financial modeling solutions, particularly for the quantitative trading industry. I enjoy writing algorithmic trading strategies in Python, Pine Script and other programming languages. - [Course Scholarships](https://quantnomad.com/course-scholarships/): My algorithmic trading courses are relatively cheap. But still, I acknowledge some people might have issues paying that for one video course. I believe that it's important to keep education affordable. So I decided to give up one scholarship every month so that you can enroll in the course for free. Please use this form to request free access: - [Rolling Fibonacci Pivot Points](https://quantnomad.com/rolling-fibonacci-pivot-points/): The subscription to this indicator is 9.99$/month, 59.99$/year, or 99.99$ for lifetime access. - [TradingView / PineScript FAQ](https://quantnomad.com/tradingview-pinescript-faq/): Our world is becoming increasingly automated. Completely self-driving cars are only years away and smart home robots are already here. The same can be said of trading - an extremely competitive industry. One way to stay ahead of the competition is by acquiring and leveraging specialized skills.  - [PRP – Pivot Reversal + PSAR Alerts](https://quantnomad.com/prp-pivot-reversal-psar-alerts/): Strategy on TradingView: https://www.tradingview.com/script/qvkltejs-PRP-Pivot-Reversal-PSAR-Strategy-QuantNomad/ - [TradingView](https://quantnomad.com/tradingview/): I'm working with TradingView and PineScript for more than 5 years already. During these years I accumulated quite a lot of knowledge about it. Following you can find some useful resources related to TradingView: - [TradingView Courses](https://quantnomad.com/tradingview-courses/): If you follow me you probably know that I have a youtube channel for a few years. There I publish mostly TradingView and PineScript educational videos. Over these years a lot of my subscribers asked me do I have any tutorials or courses. So finally I decided to create a few courses.  - [Privacy Policy](https://quantnomad.com/privacy-policy-2/): Our website address is: http://quantnomad.com. ## Site Builder - [](https://quantnomad.com/astra-advanced-hook/7166/): Follow me on TradingView and YouTube.