How can I change this (isDaily() || isweekly() ) to 240 or 60 minutes
here please.
if (a>b) && (isDaily() ) {drawtext ...... }
Also I would like to the correct format to use
if ( ( symbol is "$INDU" ==true) && (a>b) && (isDaily || 60m() ) ) {drawtext ...... } .......
Thanks
Also I would like to the correct format to use
if ( ( symbol is "$INDU" ==true) && (a>b) && (isDaily || 60m() ) ) {drawtext ...... } .......
Thanks
Comment