Nirvana.afl by MRTQ13

amibrokerfans

Well-Known Member
pls check brother

mycolor=IIf(m1<0 AND m1>s1, colorWhite,IIf(m1>0 AND m1>s1,colorGreen,IIf(m1>0 AND m1<s1,colorOrange,colorDarkRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed );


mycolor=IIf(m1<0 AND m1>s1, colorDarkGreen,IIf(m1>0 AND m1>s1,colorGreen,IIf(m1>0 AND m1<s1,colorDarkRed,colorRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed )


here green & red r strong. and dark green & red r weak.





----------------------------------------------------------------------------------------------------------

mycolor=IIf(m1<0 AND m1>s1, colorGreen,IIf(m1>0 AND m1>s1,colorDarkGreen,IIf(m1>0 AND m1<s1,colorRed,colorDarkRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed )


here green & red r weak. and dark green & red r strong.
 
sm1 - 10.35pm buy sig (active) at 418 then whipsawed to 350 odd, eventualy went to 510+, but how to keep SL in such situation ?

also NG did not move much after buy sig (active) 9.15pm but crashed on subsequent sell (non-active signal)
silver and gold moveing very fast in some situvation
in silverm buy signal is cleared.after buy some up and down common in marker.that is not called wispaw.and u r entry is last hour.
anyway after buy signal its go up 100 points ++ do u objarve.?
 
mycolor=IIf(m1<0 AND m1>s1, colorDarkGreen,IIf(m1>0 AND m1>s1,colorGreen,IIf(m1>0 AND m1<s1,colorDarkRed,colorRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed )


here green & red r strong. and dark green & red r weak.





----------------------------------------------------------------------------------------------------------

mycolor=IIf(m1<0 AND m1>s1, colorGreen,IIf(m1>0 AND m1>s1,colorDarkGreen,IIf(m1>0 AND m1<s1,colorRed,colorDarkRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed )


here green & red r weak. and dark green & red r strong.
in my code green and red are weak are strong ?
(mycolor=IIf(m1<0 AND m1>s1, colorWhite,IIf(m1>0 AND m1>s1,colorGreen,IIf(m1>0 AND m1<s1,colorOrange,colorDarkRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed );

)
 

amibrokerfans

Well-Known Member
in my code green and red are weak are strong ?
(mycolor=IIf(m1<0 AND m1>s1, colorWhite,IIf(m1>0 AND m1>s1,colorGreen,IIf(m1>0 AND m1<s1,colorOrange,colorDarkRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed );

)
wait.. now i am little confused:p
 

amibrokerfans

Well-Known Member
in my code green and red are weak are strong ?
(mycolor=IIf(m1<0 AND m1>s1, colorWhite,IIf(m1>0 AND m1>s1,colorGreen,IIf(m1>0 AND m1<s1,colorOrange,colorDarkRed)));

histcolor = IIf((m1-s1)-Ref((m1-s1),-1)> 0,colorLime,colorRed );

)
yes u r right... in yr dark red and green r strong:D
 

amibrokerfans

Well-Known Member
sm1 - 10.35pm buy sig (active) at 418 then whipsawed to 350 odd, eventualy went to 510+, but how to keep SL in such situation ?

also NG did not move much after buy sig (active) 9.15pm but crashed on subsequent sell (non-active signal)
realy, thanks to pointed out.
now all we need a tsl, which will strat to count from our entry point!
 
Vishal1188,
actually a new higher high (pink box) or lower low(blue box) signifies a retracement of prices (coming down or going up). but this does not means the end of the trend if it really started. thus here rises the importance of the appearance of the signal of the box in proper bar or otherwise we may end in closing our trade in loses as we see the prices is coming down after we buy or going up after we sell.

the pivots calc in this case is the main culprit (KwikPop piv calc). it waits for the confirmation of the signal and after that it generates the boxes. and it also never differentiate the lower high(LH) and higher lo(HL) it only takes the instances of higher high(HH) and lower low(LL) . these HL and LH are good point to reconsider our pos - whether we close the trade or we trail our stop loss situation.

another implementation is using the fractal which can clearly depicts the different situation of HH,LL,HL or LH. some may think that it is future looking but the concept is that newer data set of prices are coming which is higher that previous set or lower than the previous set. or equal to the it. so depending on this the piv are formed and this gives a clear signal what are the pivs.

so it clearly depends upon u to follow what method but the main thing is that the generation of the boxex means a price reversal

picture speaks for itself


sr
From Europe and reading this forum my attention was triggered (apart of course from the Nirvana discussion) by this indicator: a fractal based HH/HL indicator.

Apology for my maybe somewhat rude question, but does anyone has this AFL and also is willing to share this??

Thanks in advance!
 

Similar threads