Stocks To Keep A Close Eye On

Status
Not open for further replies.

docvijay4u

Well-Known Member
Hi Doc,
You may need this code in AFL. This is in accordance with what Savant has said. It's for use with the automatic analyser of AMI to search for stocks which has started to reverse their trend after piercing bands on either sides. I've kept a filter of Avg Trading volumes over past 5 days being greater than 2.5L to filter out illiquid stocks. If you want to remove the filter, just remove the bold portions of the code below.


AFL code:
--------------------------------------------------------------------------
mean = Param("Mean",9,0,100,1);
std_devn = Param("Standard Deviation", 2,0,5,1);
Avg_vol = (Ref(Volume,-4)+ Ref(Volume,-3)+ Ref(Volume,-2)+ Ref(Volume,-1)+ Volume)/5;
Buy = Ref(Low,-1)<Ref(BBandBot(Close,mean,std_devn),-1) AND Low>BBandBot(Close,mean,std_devn) AND Avg_vol >250000 AND Close > Open;
Sell = Ref(High,-1)>Ref(BBandTop(Close,mean,std_devn),-1) AND High>BBandTop(Close,mean,std_devn) AND Avg_vol >250000 AND Close < Open;
--------------------------------------------------------------------------
Thanks and regards
djsinha
Hi, Thanks for quick reply DjSinha. Yesterday I post a request in Software > Amibroker section for building .afl for SavantGardeJi's System(let us call it as SGS.afl). Here is a url-
http://www.traderji.com/amibroker/27489-help-need-afl-savantjis-system.html

I kindly request You to participate in mentioned thread to help building .afl, I have couple of questions for You. Thanks.

Hi DjSinha,

Wow.... Thanks A Ton,

Did You See That Doc, You Didn't Even Have To Request And You Already Have The Code, Given By Djsinha

This Is What I Love About This Forum......People Jump In Immediately, No Wonder.....Why This Place Feels Like Home & An Extended Family.

Thanks Once Again Djsinha


Happy & Safer Trading

SavantGarde

PS: Can Anybody Help Doc, With The SMA Part Of This, Thanks
Is that Ok Captain? I think that will not loose mainstream of the discussion, by seperating out it in a software section. And in future whoever need .afl, it will be easily available.

I kindly request you to keep eye on mentioned thread. :)

Thanks a Lot...
 

SavantGarde

Well-Known Member
Don't Worry Doc,

There Is Never A Problem....Anyways See If Somebody Can Do SMA Bit, Cause That Is The One Which Is Crucial, Gives You An Edge.

There Maybe, Lots Of Scrips Which May Have Just Crossed Over, I Haven't Been Able To Check Them Out.....Took Me Ages To Update All The Triggers.


Happy & Safer Trading

SavantGarde

Hi, Thanks for quick reply DjSinha. Yesterday I post a request in Software > Amibroker section for building .afl for SavantGardeJi's System(let us call it as SGS.afl). Here is a url-
http://www.traderji.com/amibroker/27489-help-need-afl-savantjis-system.html

I kindly request You to participate in mentioned thread to help building .afl



Is that Ok Captain? I think that will not loose mainstream of the discussion, by seperating out it in a software section. And in future whoever need .afl, it will be easily available.

I kindly request you to keep eye on mentioned thread. :)

Thanks a Lot...
 
Hi Savant
I'm grateful after receiving your thanks. I'm a silent reader of your thread Savant. I like your calls, more than their accuracy, for the simple logic that they are based on. It's amazing that BB coupled with so primitive and so simple a technique as SMA crossover can give so good signals. I never even bothered to construct something with SMA someday. I totally left it with the thinking that it's too crude a formula and starting delving into elliott wave, VSA and what not!
But after seeing your calls, I'm awe stuck. HATS OFF TO YOU.....that you made a meaningful system out of practically nothing. Really you're gr8.

Regards
djsinha

Hi DjSinha,

Wow.... Thanks A Ton,

Did You See That Doc, You Didn't Even Have To Request And You Already Have The Code, Given By Djsinha

This Is What I Love About This Forum......People Jump In Immediately, No Wonder.....Why This Place Feels Like Home & An Extended Family.

Thanks Once Again Djsinha


Happy & Safer Trading

SavantGarde

PS: Can Anybody Help Doc, With The SMA Part Of This, Thanks
 
Hi Doc and Savant
I'll prepare the AFL for the SMA part too. First separate codes for BB (I already posted it) and SMA (I'll post in another day or two) and then an integrated code for BB and SMA combined. Actually I had the BB code already in my PC...so I shared immediately. SMA code I'll have to write.

I'm a bit busy with college exams (I'm still a student :D). So I want a day from you to make it.

Regards
djsinha

Don't Worry Doc,

There Is Never A Problem....Anyways See If Somebody Can Do SMA Bit, Cause That Is The One Which Is Crucial, Gives You An Edge.

There Maybe, Lots Of Scrips Which May Have Just Crossed Over, I Haven't Been Able To Check Them Out.....Took Me Ages To Update All The Triggers.


Happy & Safer Trading

SavantGarde
 

docvijay4u

Well-Known Member
Hi Dj Thanks. Please take Your time to post it. No hurry afterall its weekend n Best of Luck for exams. I was also a silent reader, but Captain Savant have some magic that really pulled me in discussion.

Happy GudiPadawa(Happy New Year) to Captain, Dj and to all Fellow Members!!!:)

Thanks.

Hi Doc and Savant
I'll prepare the AFL for the SMA part too. First separate codes for BB (I already posted it) and SMA (I'll post in another day or two) and then an integrated code for BB and SMA combined. Actually I had the BB code already in my PC...so I shared immediately. SMA code I'll have to write.

I'm a bit busy with college exams (I'm still a student :D). So I want a day from you to make it.

Regards
djsinha
 

SavantGarde

Well-Known Member
Hi DJSinha,

Wow....Those Are Very Very Generous Words.....Thanks A Ton

Posting Triggers & Following Up Is Tedious Especially When One Has A List As Long As The Current One , Considering I Have To Update Manually......

It Was Not Ever Intended....To Show How Good I Was With Triggers, But To Create An Awareness & Inquisitiveness As To How & What.

If I Had Started By Telling, It Is Based On SMAs, People Would Have Laughed & Would Have Been Just One Stupid Idea In Some Corner Of The Forum.

Have Always Believed, Most Solutions Are Simpler, Closer & Easier, But Our Brain Has Been Conditioned To Unecessary Complicate Things...& Solutions Are Made More Complicated By People Who Want To Sell Their Supposed Holy Grail...For Exorbitant Amounts.

Lets Suppose I Had Harboured A Motive To Market This....All I Had To Do Was Create A Software With Complicated Lines Which Looked Like Nothing & In The Background (Hidden Under DLL File) Calculation Was Done By 2 SMAs To Generate BUY & SELL Triggers, I Am Sure Anybody Looking At The Track Record Would Have Shelled Out Quite A Bit For It...:)

So...Folks Basically....It Is Just Simply Simple SMAs At Play

Sorry For Having Digressed...But Was Important To Let You Guys Know What & Why.

Thanks Once Again For Very Generous Words & Kindness Expressed....


Happy & Safer Trading

SavantGarde

Hi Savant
I'm grateful after receiving your thanks. I'm a silent reader of your thread Savant. I like your calls, more than their accuracy, for the simple logic that they are based on. It's amazing that BB coupled with so primitive and so simple a technique as SMA crossover can give so good signals. I never even bothered to construct something with SMA someday. I totally left it with the thinking that it's too crude a formula and starting delving into elliott wave, VSA and what not!
But after seeing your calls, I'm awe stuck. HATS OFF TO YOU.....that you made a meaningful system out of practically nothing. Really you're gr8.

Regards
djsinha
 

prasadam

Well-Known Member
wow.:clapping:

Hi Savant

.......

It's amazing that BB coupled with so primitive and so simple a technique as SMA crossover can give so good signals.
.....
.......
I'm awe stuck. HATS OFF TO YOU.....that you made a meaningful system out of practically nothing. Really you're gr8.

Regards
djsinha

Hi DJSinha,

Wow....Those Are Very Very Generous Words.....Thanks A Ton


Have Always Believed, Most Solutions Are Simpler, Closer & Easier, But Our Brain Has Been Conditioned To Unecessary Complicate Things...& Solutions Are Made More Complicated By People

.........

Happy & Safer Trading

SavantGarde


I am tracking this simple method in Intra day since mid-Feb.and the results are simply superb.


Thank you savant ji.
 

SavantGarde

Well-Known Member
Hi Prasad,

It Just Goes To Prove Price Price Price Action Alone Is The Most Important Consideration Or Should Be The Foundation....Anything Else Is Secondary

We BUY & SELL At A Price.......Right


Thanks A Ton Guys

Happy Ugadi & Happy Gudipava

Gods Blessings For Everybody & Their Families


SavantGarde

I am tracking this simple method in Intra day since mid-Feb.and the results are simply superb.


Thank you savant ji.
 
Hi Savant
Quite rightly said. These things do happen. People do laugh. Some still go a step ahead and build softwares that behave like a black box and do something other than what they are intended to do.
Regarding updates, I find you very much punctual in posting them. Not even a single day have you missed it. Keep up the good work.
Regards
djsinha


Hi DJSinha,

Wow....Those Are Very Very Generous Words.....Thanks A Ton

Posting Triggers & Following Up Is Tedious Especially When One Has A List As Long As The Current One , Considering I Have To Update Manually......

It Was Not Ever Intended....To Show How Good I Was With Triggers, But To Create An Awareness & Inquisitiveness As To How & What.

If I Had Started By Telling, It Is Based On SMAs, People Would Have Laughed & Would Have Been Just One Stupid Idea In Some Corner Of The Forum.

Have Always Believed, Most Solutions Are Simpler, Closer & Easier, But Our Brain Has Been Conditioned To Unecessary Complicate Things...& Solutions Are Made More Complicated By People Who Want To Sell Their Supposed Holy Grail...For Exorbitant Amounts.

Lets Suppose I Had Harboured A Motive To Market This....All I Had To Do Was Create A Software With Complicated Lines Which Looked Like Nothing & In The Background (Hidden Under DLL File) Calculation Was Done By 2 SMAs To Generate BUY & SELL Triggers, I Am Sure Anybody Looking At The Track Record Would Have Shelled Out Quite A Bit For It...:)

So...Folks Basically....It Is Just Simply Simple SMAs At Play

Sorry For Having Digressed...But Was Important To Let You Guys Know What & Why.

Thanks Once Again For Very Generous Words & Kindness Expressed....


Happy & Safer Trading

SavantGarde
 

docvijay4u

Well-Known Member
I think that is not the formula which is working but its Your Faith n Effort which made it workable.:clapping: Even if it looks like simple, there are lot of things involved when You actually trade them. Those only comes with time and experience. That is what makes You special:clap:

Thanks.

Hi DJSinha,

Wow....Those Are Very Very Generous Words.....Thanks A Ton

Posting Triggers & Following Up Is Tedious Especially When One Has A List As Long As The Current One , Considering I Have To Update Manually......

Kindness Expressed....


Happy & Safer Trading

SavantGarde
 
Status
Not open for further replies.

Similar threads