bbiboll
And 30 minutes of long and short bollinger bands. The method is simple. This can be achieved by creating a new main chart formula index and referencing data across periods.
The code is as follows.
Please note that this formula is only displayed during the period of 15 minutes, and not during other periods.
BBIBOLL 15:IF(PERIOD=2,BBIBOLL。 BBIBOLL,draw null);
BBIBOLLUP 15:IF(PERIOD=2,BBIBOLL。 UPR,draw null);
BBIBOLLDW 15:IF(PERIOD=2,BBIBOLL。 DWN,draw null);
BBIBOLL30:IF(PERIOD=2,BBIBOLL。 BBIBOLL#MIN30,draw null);
BBIBOLLUP30:IF(PERIOD=2,BBIBOLL。 UPR#MIN30,draw null);
BBIBOLLDW30:IF(PERIOD=2,BBIBOLL。 DWN#MIN30,draw null);