Skip to main content

Vier 4P Analysis for Amibroker (AFL)

Bonkers over 16 years ago Amibroker (AFL)

  • Rating:
    3 / 5 (Votes 35)
  • Tags:

This is a very sophisticated price chart that allows you to show and hide a variety of indicators and systems, which includes pivots, bollinger bands, Jimberg and many others.

Screenshots

You cannot view the code for the following reasons:
  • You must be a member and have contributed at least 1 indicator

66 comments

over 16 years ago

To make the formula look like the picture above. Go to parameters for the indicator and enable the Jimberg indicator.

4. roneen
about 16 years ago

if i cannot create a formula. Will be still able to see the formula? thank you

almost 16 years ago

Hello

You submitted duplicates with very bad descriptions that’s why they where not approved.

12. newagetk
almost 16 years ago

Guys I downloaded the formula and tried to use it but ıt dıdnt look anythıng lıke the graph above I copied formula and pasted ınto formula edıtor and applied what I see is only price not else .Am I doıng somethıng wrong or is there anythıgn else more you should recommend me to do make ıt look lıke the graph above?

over 15 years ago

Excellent indicator….Thnx goes to Bonkers….
when i installed this afl i didn’t find any thing. then from parameters i made change show/hide of various indicators….now it is as i was wanted.

This can b our one of the master afl.
Thnx again.

23. arm
over 15 years ago

nice indicator but mine shows line charts instead of candle sticks. i need help here. tx

about 15 years ago

i new here not expert to give a afl.
my point is the message shown-
“You must be a member to view this formula and have contributed at least 1 formulas. Please login or register”
then how can i get this afl

30. kushal
almost 15 years ago

hi admin
I hav already contributed 1 formula
thn to I hav no acces to ur formula
plz reply

over 14 years ago

i have contribute two indicator but unble to see the afl. pls do the needful

over 14 years ago

Chart shown in the picture is for Jimberg Indicator which looks into future….so very late and unrealistic signals produced…

about 14 years ago

I am very much shocked to see the afl, i thought it will brings more logical or good indicator but there is nothing to get from it, in real world do u think we have much time to change the parameters and see what happening in every parameters. Is.it ok in every Buy/Sell signal. There are lots of Buy/Sell signal which one i have to take……..

43. bob303
almost 14 years ago

nice traing system.
The bollinger hide the candle, we can change line 308 to 322 by :

_SECTION_BEGIN("Bollinger Band");
 
DisplayBBColor=ParamToggle("Display BB Color","No,Yes",0);
BollPeriods = Param("Periode", 20, 0, 200, 1);
Width = Param("Std. Dev.", 2, 0, 10, 0.05 );
ColorBB=ParamColor("BB color",ColorRGB(64,0,0));
 
Plot(IIf(Bollinger,Null,BBandTop( C, BollPeriods, Width )),"BBTop" + _PARAM_VALUES(), ParamColor("Color", colorDarkRed ), styleThick+styleNoLabel,Null,Null,Null,-3);
Plot(IIf(Bollinger,Null,BBandBot( C, BollPeriods, Width )),"BBBot" + _PARAM_VALUES(), ParamColor("Color", colorDarkRed ), styleThick+styleNoLabel,Null,Null,Null,-3);
 
if (Bollinger == 0 AND DisplayBBColor == 0) {
PlotOHLC(Null,BBandTop( C, BollPeriods, Width ),BBandBot( C, BollPeriods, Width ),Null,"",ColorBB,styleCloud+styleNoLabel,Null,Null,Null,-3);
}
 
_SECTION_END();
48. lienshi
about 13 years ago

All works good but there is an error in Stocastic saying pMinMax not initialized. How to overcome this?

49. rob hoot
about 13 years ago

How can you have this afl, lienshi, when your indicator contributions are zero?

59. shariful
almost 12 years ago

one of the best afl of this forum. I cant analyze stock without this indicator. Thank author and thank admin too….specially to gauge trend and support resistance. Clustering of support resistance nicely indicates the possible future move…

64. vjvijay88
about 10 years ago

i need this afl how to download can any one help me vjvijay88@yahoo.com….

thanks in advance

Comment hidden — Show

Leave Comment

Please login here to leave a comment.