This is an educational study, using the security functions provided by @PineCoders(big thanks to them for creating this ) in order to see the difference between multiple candle close plots using: Heikin Ashi Renko Linebreak Kagi Average of them all. Both the different securities and the average can be used as a source for different indicators like moving...
I decided to help TradingView programmers and wrote code that converts a standard candles / bars to a line break chart. The built-in linebreak() and security() functions for constructing a Linear Break chart are bad, the chart is not built correctly, and does not correspond to the Line Breakout chart built into TradingView. I’m talking about simulating the Linear...
This is for displaying a price line showing the spread difference of brokers such as 1broker.com or trading212.com where price is different than actual price. It may also be used as an ask line or to provide an additional alternate chart. Version 2.1: - JPY pip correction - Price Line - Area - Kagi, Does not work on Forex pairs! - Western Bar - Candlesticks -...
This is for displaying a price line showing the spread difference of brokers such as 1broker.com or trading212.com where price is different than actual price. It may also be used as an ask line or to provide an additional alternate chart. Version 2.1: - JPY pip correction - Price Line - Area - Kagi, Does not work on Forex pairs! - Western Bar - Candlesticks -...
A viable and workable concept of chart type identification using Pine Script. Was wollen wir trinken , sieben Tage lang Was wollen wir trinken, so ein Durst! Was wollen wir trinken, sieben Tage lang Was wollen wir trinken, so ein Durst!
When the security closes above the specified moving average a chart line will be plotted. When it closes below the moving average, no chart line is plotted. A very simplistic way to see the trends a security has when respecting a specific moving average.