Hello Traders :) I am Only Fibonacci. My purpose in coding this indicator was to detect support and resistance more easily. What is the working principle of this indicator? This tool detects pivot points. If the length of the sell pin is higher than the length of the buy pin, it is considered as resistance. It detects the formation according to the length of...
Hello All! First of all many Thanks to Tradingview and Pine Team for developing Pine Language all the time! Now we have a new feature and it's called Polylines and I developed RSI Radar Multi Time Frame . This script is an example and experimental work, you can use it as you wish. The scripts gets RSI values from 6 different time frames, it doesn't matter...
An indicator designed to trade indices using the jtrader model and ICT concepts. jtrader Model: Below are the key points to trade this model: Power of 3 is the key element of this model. Accumulation during pre NY open.NY Open represents 9:30am opening of NY Stock Exchange. Manipulation(JUDA) immediately after NY open. Juda is a manipulated move by the...
The script provided is a comprehensive illustration of how to implement and execute a simplistic Neural Network (NN) on TradingView using PineScript. It encompasses the entire workflow from data input, weight initialization, implicit neuron calculation, feedforward computation, backpropagation for weight adjustments, generating predictions, to visualizing the...
The base of "Volume Profile with a few polylines" is another script of mine, Volume Profile (Maps) . The structure of maps is used to gather the data. However, the drawings is done with polylines. This enables coders to draw an entire volume profile with just a few polylines, while the range is broader. This results in the benefit to draw more "lines" than...
Hello traders, With the OKX Signal BOT - Strategy Scanner & Orderer, you can now design your own strategy, scan over 20 cryptocurrencies, and send orders for futures trades on the OKX exchange. How to Use: 🌐 First, log into your account on the OKX exchange and create a signal bot. 📝 While creating the signal bot, note down the webhook URL and signal token...
This publication focusses at the intersection of 2 lines, and a trend estimation derived from a comparison of Intersection Point value against current price value. The formula to calculate the Intersection Point (IP) is: change1 = ta.change (valueLine1) change2 = ta.change (valueLine2) sf = (valueLine2 - valueLine1 ) / (change1 - change2) I = ...
█ 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...
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...
Harmonic Patterns Harmonic Pattern utilizes the recognition of specific structures that possess distinct and consecutive Fibonacci ratio alignments that quantify and validate harmonic patterns. These patterns calculate the Fibonacci aspects of these price structures to identify highly probable reversal points in the financial markets. This methodology assumes...
Title: Multi-Timeframe Box Analysis Indicator Description: The Multi-Timeframe Box Analysis Indicator is a powerful tool designed for use on the TradingView platform. It provides a visual representation of price movements across multiple timeframes, allowing traders to gain insights into potential trend changes and key support/resistance levels. Key...
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, 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, 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...
NCI Trading Plan (Individual Asset)- By LightNCI NCI, which stands for New Concept Integration by Jayce PHAM, is a comprehensive approach that incorporates various critical aspects of trading to provide a logical, structured, and integrated approach to the financial markets. NCI covers market structure, key levels, smart money concepts, multiple timeframes and...
█ OVERVIEW This indicator displays zigzag based on high and low using latest pine script version 5 , chart.point which using time, index and price as parameters. Pretty much a strip down using latest pine script function, without any use of library . This allow pine script user to have an idea of simplified and cleaner code for zigzag. █ CREDITS ...
This Pine Script code is designed to create a customizable indicator on the TradingView platform. Below is an introduction to its features and purpose: Introduction: This script serves as a versatile indicator on TradingView, allowing users to choose between different modes (Heikin-Ashi, Linear, and Normal) and apply a Hull Moving Average (Hull) for trend...
Handbook for the Supertrend Advance Strategy 1. Introduction Purpose of the Handbook: The main purpose of this handbook is to serve as a comprehensive guide for traders and investors who are looking to explore and harness the potential of the Supertrend Advance Strategy. In the rapidly changing financial market, having the right tools and strategies at one's...