How can I change this (isDaily() || isweekly() ) to 60 or 30 minutes.
here please.
if (a>b) && (isDaily()...
Announcement
Collapse
No announcement yet.
Search Result
Collapse
36 results in 0.0076 seconds.
Keywords
Members
Tags
-
Help with Intraday time frames
-
high(0,inv("15"),("$INDU"));
high(0,inv("15"),sym("$INDU"));
high(0,inv("15"),("INDU"));...
-
Help with Symbol and Intraday time frames
How can I change this (isDaily() || isweekly() ) to 240 or 60 minuteshere please.
if (a>b) && (isDaily() ) {drawtext .........
-
How can I change this isDaily || isweekly to 240 or 60 minutes here please. I am not sure how to use this xinterval.
if (a>b) &&...
Leave a comment:
-
swapping (a>b) with (showlines) has sorted my problems as you explained.
Thank you very much for your help Alex. I am slow in understanding...
Leave a comment:
-
thank you very much for your help. I guess I can't deal with technicalities and leave it for you guys with better technical understanding and abilities...
Leave a comment:
-
function preMain() {
// setting parameters to turn off drawlinerelativewhen not wanted
var fp5 = new FunctionParameter("showLines",...
Leave a comment:
-
function preMain() {
// setting drawlinerelative parameters off when not wanted
var fp5 = new FunctionParameter("showLines",...
Leave a comment:
-
drawlinerelative
premain function
setColorPriceBars(true);
.......
Can we have a similar function for "drawlineralative(true or false) in premain...
-
Hi Alex
It took me a while to understand but I got it now what you explained.
Thank you.
Leave a comment:
-
Bar Background Colour
Hi
Is there a way to use TAG ID with setbarbackgroundcolor please ?
I would like to use 2 colours on same bar, say 1 from...
-
-
Alex please make my life easier with this too.
I am using
drawTextRelative(0, low(inv("d")) , "-" , Color.RGB(0,255,0)...
Leave a comment:
-
haha , you are right.
16200 high and 16000 low. so currently, it draws line at 16100 with (high+low)/2. And when I change it to (high+low)/3,...
Leave a comment:
Leave a comment: