Simple Coding Help - No Promise.

amitrandive

Well-Known Member
amit bro

all amibroker link including this one are giving me error :confused:

can you help me with ATR bars and average line AFL?:)
Not sure why you are not able to access Amibroker site.
Maybe your host file is blocking this site.

For ATR histrogram use this

Code:
_SECTION_BEGIN("ATR");
periods = Param( "Periods", 15, 1, 200, 1 );
Plot( ATR(periods), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), styleHistogram | styleThick  );
_SECTION_END();
 
Not sure why you are not able to access Amibroker site.
Maybe your host file is blocking this site.

For ATR histrogram use this

Code:
_SECTION_BEGIN("ATR");
periods = Param( "Periods", 15, 1, 200, 1 );
Plot( ATR(periods), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), styleHistogram | styleThick  );
_SECTION_END();
thanks a lot amit :thumb:

can you please add normal atr average line in same histogram afl for using different averages of line?

i mean custom tf average line in histogram afl
 

trash

Well-Known Member


can you please provide afl for this kind of bar atr plotting ? plus same average line inside it too , cant find anywhere , and no way to plot histogram in amibroker afl at all

thanks
What kind of BS are you talking about (again)? If you have no idea then stop making your own "facts" and start to read and think first. Histogram in AB is styleHistogram. Read help file once in a while instead of spreading nonsense all over the place.

As for filling bars with custom color use SetBarFillColor(...)

amit bro

all amibroker link including this one are giving me error :confused:

can you help me with ATR bars and average line AFL?:)
BTW, I'm not helping software pirates.
And the link works fine. Once again talking nonsense all over the place.
You've banned all AB links via host file yourself because of being in fear of getting illegal AB exposed. That's the true range fact with all kinds of fancy colors here.
 

Similar threads