SetBarsRequired( -2, -2 ); Plot( C, "Close", ParamColor("Color", colorDefault ), styleNoTitle | ParamStyle("Style") | GetPriceStyle() ); function...
Done ! No Error .. But, It doesn't print range .. !! SetBarsRequired( -2, -2 ); Plot( C, "Close", ParamColor("Color", colorDefault ),...
Merry christmas to all folks .. Syntax errors are {,), or comma kind of error. There're four brackets ({) properly within function .. It...
........:vomit: Hope All folks doing good .. Amazing!! There's no syntax error, still it shows syntax error.. SetBarsRequired( -2, -2 ); Plot(...
Elon Musk: Life is an illusion .. -- Don't take anything seriously .. continuing my hood language .... Problem 1: Plot( C, "Close",...
Atleast, it shouldn't be from someone. who doesn't even know, "How to write proper sentence!". Let's make it so politely. You can say, I do not...
I was writing something else.. but .... Last few bars exploration without selecting last couple of bar in range box .. i guess here no need of...
exploration should not be like: 3:15,3:00,2:45,2:30,2:15,2:00... it's wrong.. It should be: 3:15, 2:45,2:30,2:15,1:45 .....(such candle represent...
Plot( C, "Close", ParamColor( "Color", colorDefault ), styleNoTitle | ParamStyle( "Style" ) | GetPriceStyle() ); expandmode = expandfirst; TF =...
expandfirst when you use start of interval .. It's wrong output: only looking for 15 minute bull candle, not all candle sequence .. exploration...
filter = fifteenn; isn't solving the problem .. or function bull(P) { Pv = C>O; return Pv; } p = datetime(); xyz = bull(p);...
We try to compare 1 min . and 15 min. candle close Of course we're not going to change setting, it's default 1 minute. Now if we do exploration,...
As you might know, amibroker is similar to C .. that's what I've been told .. Below C code that count number of digits. C program that count...
Hi, [IMG] I wanted to count numbers such as under candle. Plot( C, ""+Interval(2), styleCandle ); for( i = 1; i <4 ; i++ ) { VarSet( "M" + i,...
Hello , I am new here too Yes forum has many sections, it seems quite interesting.
Hi, What function do you for counting some stuff in amibroker?? Sum() and Cum() do not count, are they ? Sum() and Cum() use for addition, what...
Separate names with a comma.