Exploring....Exploding STOCKS !!!

msa5678

Well-Known Member
#51
Try this . . .

Code:
e	=	EMA(C,13); 
ee	=	EMA(EMA(C,13),9);
color	=	IIf(e > ee, colorBlue, colorRed);
p	=	Peak(C,2,2);
t	=	Trough(C,2,2);

Buy	=	e > ee AND C > p; 
Sell	=	ee > e AND C < t; 
Buy	=	ExRem(Buy, Sell);
Sell	=	ExRem(Sell, Buy);

Plot(e,  "", color, styleDashed);
Plot(ee, "", color);

Plot(p, "", colorBlueGrey, styleDashed | styleStaircase);
Plot(t, "", colorLime, styleDashed | styleStaircase);

PlotShapes(shapeUpArrow   *   Buy, color, 0, L);
PlotShapes(shapeDownArrow * Sell, color, 0, H);
Trigger activation is secondary. Primary is the scanning of the stocks.
Referring to Post 3 of this thread, Where, Khushiji has posted a selected list of 54 stocks out of 1542 stocks. 2 of these stocks are in the highlights today.
 

khushi00

Well-Known Member
#52
Try this . . .

Code:
e	=	EMA(C,13); 
ee	=	EMA(EMA(C,13),9);
color	=	IIf(e > ee, colorBlue, colorRed);
p	=	Peak(C,2,2);
t	=	Trough(C,2,2);

Buy	=	e > ee AND C > p; 
Sell	=	ee > e AND C < t; 
Buy	=	ExRem(Buy, Sell);
Sell	=	ExRem(Sell, Buy);

Plot(e,  "", color, styleDashed);
Plot(ee, "", color);

Plot(p, "", colorBlueGrey, styleDashed | styleStaircase);
Plot(t, "", colorLime, styleDashed | styleStaircase);

PlotShapes(shapeUpArrow   *   Buy, color, 0, L);
PlotShapes(shapeDownArrow * Sell, color, 0, H);
lOGIC IS MINE........ CODING IS YOURS :thumb::thumb::thumb::thumb:
 

vinst

Well-Known Member
#53
Try this . . .

Code:
e	=	EMA(C,13); 
ee	=	EMA(EMA(C,13),9);
color	=	IIf(e > ee, colorBlue, colorRed);
p	=	Peak(C,2,2);
t	=	Trough(C,2,2);

Buy	=	e > ee AND C > p; 
Sell	=	ee > e AND C < t; 
Buy	=	ExRem(Buy, Sell);
Sell	=	ExRem(Sell, Buy);

Plot(e,  "", color, styleDashed);
Plot(ee, "", color);

Plot(p, "", colorBlueGrey, styleDashed | styleStaircase);
Plot(t, "", colorLime, styleDashed | styleStaircase);

PlotShapes(shapeUpArrow   *   Buy, color, 0, L);
PlotShapes(shapeDownArrow * Sell, color, 0, H);

What is meaning of '2,2' in Peak(C,2,2)?

Sorry, I am asking since I am not aware of this programming language syntax.

regards,
 

shivangi77

Well-Known Member
#54
ITI also was 6% up
but move got wasted due to gap up
if by any means i can judge these stocks on friday itself then gain will be more than 20% in 4 days
adani power 5% up
same story of network18 repeated
I LEFT NIFTY AS ITS ONLY 0.5% BUT SEE STOCKS
What a BTST ?????
yaar from where you purchased your brain?
On nifty 1 lot
Investment: 26000............. profit: 25*50 = 1250
Stocks: 26000....... Exposure: 26000*8 = 208000
Gain: 5% average: 10400 :thumb:
 

shivangi77

Well-Known Member
#57
Trigger activation is secondary. Primary is the scanning of the stocks.
Referring to Post 3 of this thread, Where, Khushiji has posted a selected list of 54 stocks out of 1542 stocks. 2 of these stocks are in the highlights today.
Truly said
Losers of list are not as great as Gainers as i have checked whole list
Biggest filter that we can apply is leave all low Traded value stocks n keeping stoploss of 1%
 

msa5678

Well-Known Member
#58
Its OK with me if You Don't Use it, it was posted for only those who need it


Cheers
Sorry, I didn't mean like that . I was trying to bring the main topic to your notice. No doubt the code is very intelligent. But the main list is needed to apply it. Hope the misunderstanding is clear:).
 

khushi00

Well-Known Member
#60
Plz suggest some ultra good condition for buy as adanipower is 5% up n ran swiftly but i got no signal for buy
85 to 90 :(

Murthy sir have u checked tht my condition didn't repainted................ it will do so under normal conditions but not in stocks chosen by system
 
Last edited: