Nirvana - The Discussion

sr114

Well-Known Member
forum

hello, so all boarders are contend with new nirvana [modified].never look at the old friend. hello pan brothership like kkk, i******* brotherhood,

Nifty





LicHousingFinance



Pantaloon Ret



look at the chart

sr
 
Last edited:

sr114

Well-Known Member
Transcript of a discussion

TO READ THE Nirvana CHART? -

buy:
1.if there is all or mostly green on circle
2.and bar color is white
3.and mov avg (those lines) mostly are below than price bar
4.and white dot(buy signal) appeared
5.and radar( macd) on blue mood
6.and volume spiker gives volume shadow

sell:
1.if there is all or mostly red on circle
2.and bar color is red
3.and mov avg (those lines) mostly are above than price bar
4.and red dot(sell signal) appeared
5.and radar( macd) on brown mood
6.and volume spiker gives no volume shadow


You mean the following one and the candle fill color ?

Actually,no.......There is no reason to add both MACD.........my plan was to keep one single item. If there are two same type of indicators in one single,I usually remove one. For example,I hardly ever use MACD and Stochastic together. Because they both are Oscillators,and will give the same signals...........

In Nirvana,the Candle Fill Color has been the most important thing for me. Because it shows four different scenarios : bullish,bearish,weak bullish,weak bearish..............They are so very important for me to detect patterns,early signals,etc...........!! You might notice,that just before most of the falls or rise,Nirvana will show you weakness in current trend. So,it is the preparation time(for me).............

No,there is no need to use both. You can just replace the one in the Circle with any other indicators you want/or feel comfortable with..............

TimeFrameSet (inDaily);
uptrend=PDI()>MDI()AND Signal()<MACD();
downtrend=MDI()>PDI()AND Signal()>MACD();
UTM3=IIf( uptrend, colorGreen, IIf( downtrend, colorRed, colorLightGrey ));

TimeFrameRestore();

UpA=uptrend;
DownB=downtrend;


my logic is simple - if the signal appears , then activate ur trade with a protective sl ( may be 1 - 2%) below and follow the trend with a trailing sl
as becos - the system tells me to pull the trigger. all indicators combined in the system is saying this
also in case of liquid stock - will u use vol spiker?
liquid scrip is meant by - where the vol is generally more than 1.5 million traded


Note that I trade in nnn,and in Daily time frame..............So,things are very different for me...........I take into consideration where the signals are appearing,and what the volume is telling me........A signal that is appearing at the support level,or at the pullback is more important to me,than a signal appearing just at the top of price level..

//also in case of liquid stock - will u use vol spiker?
liquid scrip is meant by - where the vol is generally more than 1.5 million traded//

...I have my own style of trading with volume. I only take the "Spikes" of volume into consideration. I take into considerations those volume that breakout after flat zones. Also,I take into considerations where that breakout of volume is occurring.............And in my country,we have no fixed volume. I mean,it doesn't matter to me if the vol is over 1.5 millions or 2 million..............What I care about is whether big traders are sliently buying stocks. It is easily detectable through spikes of volume...............Doesn't matter if the volume is above 50000 or 100000. All that matters to me is whether the volume is creating spikes..
 
forum

hello, so all boarders are contend with new nirvana [modified].never look at the old friend. hello pan brothership like kkk, i******* brotherhood,

Nifty





LicHousingFinance



Pantaloon Ret



look at the chart

sr

Hello SR114

Just wondering if the nine color strippes at the top left corner of your charts are MACD indicator or what kind of indicator ?
 

sr114

Well-Known Member
YoungMan

the strips are combination of 9 indicators starting from

1.fast trend
2. cci
3.bollingar band
4. entry-exit trend
5.Rays
6,7,8.Trend short, mid, long
9. trending ribbon

sr
 

sr114

Well-Known Member
a1b2c3

the stuff is done thru lower level graphics and is the GFXCircle,
if u really want to transform it to Rectangle, try GFXRectangle, it is given in the afl help.
u have to know exactly the co-ordinates and use the commands and it is done

the command is GfxRectangle( x1,y1,x2,y2 ); find the circle part in the formula and change circle with rectangle.

please read the help about this commands. before proceedings please backup ur formula , so in case something goes wrong u can revert to ur original one

sr
 
a1b2c3

the stuff is done thru lower level graphics and is the GFXCircle,
if u really want to transform it to Rectangle, try GFXRectangle, it is given in the afl help.
u have to know exactly the co-ordinates and use the commands and it is done

the command is GfxRectangle( x1,y1,x2,y2 ); find the circle part in the formula and change circle with rectangle.

please read the help about this commands. before proceedings please backup ur formula , so in case something goes wrong u can revert to ur original one

sr


sr114 sorry for disturbing!! can u give me total COD of circle part, becouse i have been trying but give me syntax error,,
 
YoungMan

the strips are combination of 9 indicators starting from

1.fast trend
2. cci
3.bollingar band
4. entry-exit trend
5.Rays
6,7,8.Trend short, mid, long
9. trending ribbon

sr
Hello SR114

Thanks you so much sir for the knowledge. They are almost the ones in Nirvana. Again thanks
 
Thread starter Similar threads Forum Replies Date
wisp Trading Diary 12
T AmiBroker 1
Y AmiBroker 1
E AmiBroker 4
A AmiBroker 1649

Similar threads