Winning entry for the first Pinefest contest. The challenge required providing three functions returning the intersection value between two series source1 and source2 in the event of a cross, crossunder, and crossover. Feel free to use the code however you like. 🔶 CHALLENGE FUNCTIONS 🔹 crossValue() //@function Finds intersection value of 2...
The SuperTrend Toolkit (Super Kit) introduces a versatile approach to trend analysis by extending the application of the SuperTrend indicator to a wide array of @TradingView's built-in or Community Scripts . This tool facilitates the integration of the SuperTrend algorithm with various indicators, including oscillators, moving averages, overlays, and channels. ...
Another indicator release, I know. But note, this isn't intended to be a stand-alone indicator, this is just a functional addition for those who program Machine Learning algorithms in Pinescript! There isn't enough content here to merit creating a library for (it's only 1 function), but it's a really useful function for those who like machine learning and Nearest...
█ CONCEPTS In modern day strategy optimization there are few options when it comes to optimizing a risk reward ratio. Users frequently need to experiment and go through countless permutations in order to tweak, adjust and find optimal in their data. Therefore we have created the Risk Reward Optimizer. The Risk Reward Optimizer is a technical tool designed to...
Trend Line Xross (TLX) Uses User Input Points to draw trendlines and displays the exact intersection point of those trendlines. This is the public indicator of the practical application for this intersection method included in my entry for Pinefest #1. To determine the exact intersection point I am using the y-intercept method as seen below. The code is...
Hello traders, If you're tired of manual trading and looking for a solid strategy template to pair with your indicators, look no further. This Pine Script v5 strategy template is engineered for maximum customization and risk management. Best part? This Pine Script v5 template facilitates the dynamic construction of TradingView.TO alerts, sparing users the time...
Hello traders, This script took me a full week of coding/testing, sweat, and tears - and I’m too nice as I’m giving it for free to the community. If you're tired of manual trading and looking for a solid strategy template to pair with your indicators, look no further. This Pine Script v5 strategy template is engineered for maximum customization and risk...
Hello traders, If you're tired of manual trading and looking for a solid strategy template to pair with your indicators, look no further. This Pine Script v5 strategy template is engineered for maximum customization and risk management. Best part? It’s optimized for Pineconnector, allowing seamless integration with MetaTrader 4 and 5. This powerful tool gives...
Hello Traders, Introduction: The Volume Weighted Average Price (VWAP) is a powerful trading indicator used to gauge the average price at which an asset has traded, weighted by volume, over a specific period. One of the key factors that can significantly impact the effectiveness of VWAP is the concept of "anchoring." In this TradingView indicator script...
All In One Multi Collection Moving Averages. Since signing up 2 years ago, I have been collecting various Сollections. I decided to get it into a decent shape and make it one of the biggest collections on TV, and maybe the entire internet. And now I'm sharing my collection with you. 140 Different Types of Moving Averages are waiting for you. Specifically : " ...
The TUE Renko Box/Time Tester is a technical indicator designed to quantify the frequency of consecutive duplicate timestamps within Renko charts on the TradingView platform. It serves the critical purpose of assessing the prevalence of identical timestamps, a crucial factor for the accurate automation of trading strategies. The presence of duplicate timestamps...
The "Data from Data" indicator, developed by OmegaTools, is a sophisticated and versatile tool designed to offer a nuanced analysis of various market dynamics, catering to traders and investors seeking a comprehensive understanding of price movements considering a large amount of data and variables. The uses of this indicator are nonconventional. You can use the...
Customizable Vertical Lines (CVL) Indicator Version 2.0 (November 2023) Description: The Customizable Vertical Lines (CVL) indicator is a powerful tool for traders who want to mark specific times on their charts with vertical lines. This indicator allows users to customize the appearance of these lines, including their color, line style, and width, providing a...
Hello traders A customer gave me the idea indirectly after I made an update to that script: Supertrend MTF Heatmap Important Notes The backtest results aren't relevant for this educational script publication. I used realistic backtesting data but didn't look too much into optimizing the results, as this isn't the point of why I'm publishing this...
Hello traders This script is an upgrade of this template script. Heatmap MACD Strategy Pineconnector Pineconnector is a trading bot software that forwards TradingView alerts to your Metatrader 4/5 for automating trading. Many traders don't know how to dynamically create Pineconnector-compatible alerts using the data from their TradingView scripts. Traders...
This script is a tool to be used by other coders to allow Pine Connector to be used on various different strategies. This is a work in progress and will need to be updated over time. Please leave a comment below so I can help perfect this useful tool.
Look ahead bias is the most evil bias responsible for overestimation of the performance of the trading system. As the Bar replay feature is only available to paid users which is a great tool for manual testing of the trading system. Leaving other users prone to the evil of Look ahead bias. So that I have developed this indicator which will help users to manually...
This is nothing special, and it is not an indicator for investments. I build this for my programming layout, so I can see all the output of the syminfo command. Simply put... It shows the commands on the left side, and related outputs are on the right side.