PROTECTED SOURCE SCRIPT
已更新 Kitti-Playbook :MAGNIFY

// MAGNIFY
// Feature : Display Current price into chart by chart in one tab , More comfortable for market monitoring
//
//==========================================================
1 Can Display both Symbol and Exchange or Symbol only
2 Show last Price
3 Show price difference from close of previous bar
4 Color definition : Green --> price > previous bar close , Red --> price < previous bar close , Yellow --> price = previous bar close
5 Can Magnify 2 level : LARGE and HUGE
6 Can adjust Vertical Position for Label
//===========================================================
// Feature : Display Current price into chart by chart in one tab , More comfortable for market monitoring
//
//==========================================================
1 Can Display both Symbol and Exchange or Symbol only
2 Show last Price
3 Show price difference from close of previous bar
4 Color definition : Green --> price > previous bar close , Red --> price < previous bar close , Yellow --> price = previous bar close
5 Can Magnify 2 level : LARGE and HUGE
6 Can adjust Vertical Position for Label
//===========================================================
版本注释
█ OVERVIEW : Magnify PinescripThis Magnify make easy to monitor price movement especially when use small display such as mobile devices, or when use multi chart in one tab
█ CONCEPTS
Display last informations in to graph chart by chart when we use multi chart in one tab and also can adjust Text Size for appropriate to Size of display of devices ,
The informations from this scrip consist of
Exchange Prefix
Prefix of symbol
Last price
Currency
Price VS Last bar close
% Price Change VS Last bar close
Dat Month Year
Time Frame
█ Feature
1) To Display
Exchange Prefix ==> can switch on /off
Prefix of symbol
Last price
Currency
Price VS Last bar close
% Price Change VS Last bar close
Dat Month Year
Time Frame
Display color
Red : Price less than previous bar close
Green : Price more than previous bar close
Gray : Price same as previous bar close
2)Selected Position: in Vertical
Lower Bar
Upper Bar
Auto
3)Adjust Decimal of Price
4)Adjust Decimal of Percent of Current bar and Last Bar Close
版本注释
Addition1 StatusQuo to show market Open / Close
2 Open Time to show the open time of Last bar with Time area
Change Display Color
Display color
// Red : Price less than previous bar close
// Green : Price more than previous bar close
// Yellow : Price same as previous bar close
// Gray : Market Close
版本注释
Mar 29 2023Convert to V5
Improve decimal of close or last price from 2 digit to the symbol's mintick.
版本注释
Change format number of Close price form xxxxxxx.yy ==> x,xxx,xxx.yyChange format number of Change price form xxxxxxx.yy ==> x,xxx,xxx.yy
DEBUG Setting Menu
版本注释
Feb 20 2024Revise 4
Add Setting Menu for Adjust Positions to Display informations
版本注释
Dec 26 2024Change to pinescript V6
Magnify Level adjust : More granular and wide range of text size possibilities.
Debug : prefix error in some case
版本注释
Dec 27 20241) Debug " display 0 for decimal number of price "
2) Improve Setting menu by seperate Magnify level to 2 Groups
3) Improve Setting Menu for user frainly
Show Exchange Prefix
Show TF / Market Open-Close
Show Last Bar Open ( close ) Time
版本注释
Dec 28 2024 1)Debug " display 0 for decimal number of price "
2)Add setting for Magnify level to display Change price
版本注释
Dec 29 2024. R4.12.4Debug display for 1000 => 1,000 , 1000000 => 1,000,000 etc
版本注释
Dec 31 2024 R4.12.5 add " + " for price change
受保护脚本
此脚本以闭源形式发布。 但是,您可以自由使用它,没有任何限制 — 在此处了解更多信息。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。
受保护脚本
此脚本以闭源形式发布。 但是,您可以自由使用它,没有任何限制 — 在此处了解更多信息。
免责声明
这些信息和出版物并不意味着也不构成TradingView提供或认可的金融、投资、交易或其它类型的建议或背书。请在使用条款阅读更多信息。