OPEN-SOURCE SCRIPT

Volume scaled Price + auto colour change light/dark mode

🔶 OVERVIEW


🔹 This script shows price in a similar style as volume. To accomplish this we use the body of the candle (close-open), which is placed on a zero line.
снимок

This can be useful when comparing volume ~ price.

🔹 3 options are included to show additional lines, to make comparisons easier:
· Percentile nearest rank
· Bollinger  Bands  (BB)
· Simple  Moving  Average  (SMA)


🔶 SETTINGS


🔹 Option: choose whether to show price (candles) or volume . Adding 2 versions of this indicator on the chart enables you to compare these 2 options:

снимок

🔹 Lines:
· (Percentile nearest rank (only the setting mult is used for this option).
снимок

· Bollinger Bands (BB) (only the setting % perc. nearest rank is used for this option).
снимок

· Simple Moving Average (SMA )
снимок

All 3 options will use length, this is the amount of bars used for calculations.

🔹 Show wick will show you... wicks :)


🔶 PERCENTILE NEAREST RANK


снимок

снимок

снимок

🔹 This script has 2 extra types of background color


· In this case:
         · volume  is higher than previous volume  (volume > volume[1])
         · volume  is above 90th percentile rank (volume > prV)
         · price is lower than previous price (z < z[1])
         · price is below 10th percentile rank (z < prP_)

снимок
снимок



· The second type background color is reversed (volume lower, price higher)
снимок


🔶 AUTOMATIC COLOUR CHANGE WHEN SWITCHING DARK/LIGHT MODE


🔹 chart.bg_color returns the color of the chart’s background from the "Chart settings/Appearance/Background" field, while chart.fg_color returns a color providing optimal contrast with chart.bg_color
   · Following technique gives you the possibility to pick your own colour for either dark/light time.

· We first retrieve separately the red, green and blue component of the measured chart.bg_color



The following assumption states when all 3 colour components' values are below 80, we are in the dark mode:



Now we can use isDark to automatically show your own dark/light mode colours (chosen at settings), dependable on the mode:
снимок
снимок

Cheers!
Candlestick analysisdark_modeeducationallight_modepercentileVolume

Скрипт с открытым кодом

В истинном духе TradingView автор этого скрипта опубликовал его с открытым исходным кодом, чтобы трейдеры могли понять, как он работает, и проверить на практике. Вы можете воспользоваться им бесплатно, но повторное использование этого кода в публикации регулируется Правилами поведения. Вы можете добавить этот скрипт в избранное и использовать его на графике.

Хотите использовать этот скрипт на графике?


LuxAlgo Dev: luxalgo.com
PineCoder: pinecoders.com

- We cannot control our emotions,
but we can control our keyboard -
Мои профили:

Отказ от ответственности