Sorry guys long time no see... Well I was in hospiatal for more than a month. SO was not able to post . Still recovering .. I wanted to share my algo it was ver simple you wont belive..
Bolop=BBandTop(C,100,3);
Bolbo=BBandBot(C,100,1);
Buy= C >= Bolop;
Sell= C >= Bolbo;
But hangon there is a twist ... yes u have to open an developer account with zerodha and have to write the auto order execuion code for this setup . And Zerodha guys can help u there. So enjoy.....:clap:
I am believer of Einstine and will always remember one of his qoute..
He always said " Things are not that complicated in real , But human mind makes it more complicated as common brain takes time
to understand simple things"
To prove this statement . I have left u one puzzle in this setup. Please observer this 4 line of code and let me know what's missing and how will u adjust it?
Bolop=BBandTop(C,100,3);
Bolbo=BBandBot(C,100,1);
Buy= C >= Bolop;
Sell= C >= Bolbo;
But hangon there is a twist ... yes u have to open an developer account with zerodha and have to write the auto order execuion code for this setup . And Zerodha guys can help u there. So enjoy.....:clap:
I am believer of Einstine and will always remember one of his qoute..
He always said " Things are not that complicated in real , But human mind makes it more complicated as common brain takes time
to understand simple things"
To prove this statement . I have left u one puzzle in this setup. Please observer this 4 line of code and let me know what's missing and how will u adjust it?
Last edited: