Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom strategy by Dr Nerkar #220

Open
pkjmesra opened this issue Dec 18, 2024 · 0 comments
Open

Custom strategy by Dr Nerkar #220

pkjmesra opened this issue Dec 18, 2024 · 0 comments

Comments

@pkjmesra
Copy link
Owner

Thanks for the reply..

I tried creating a GitHub ID … but was stuck with the captcha … which is really an idiotic step.. I tried 15 times.. all in vain..

BASIC REQUIREMENTS :
I should be able to run python from within my macOS computer with Microsoft excel installed on it
Trades should be executed directly in Zerodha account WITHOUT NEED FOR A THIRD PARTY BRIDGE
All Excel sheets ( other than the user credentials sheet ) should have live ticker for Nifty & Banknifty .

Main Requirements are as mentioned below:::

A.STOCK OPTIONS STRATEGY 1

PART one ( for long side )

We need to check for simple condition in stocks: ( Stock environment: Nifty 200 )

Daily Close + Daily Open > Daily High
Current volume > 20,00,000
At 0920 am

Once we get the list , along with basic price data , volume and % change ,

Sort stocks as per % change value ( descending order )

Check for :: LTP crossing high of 0915-0920 candle , if true then Fire ATM CALL option for first 5 stocks , QTY : one lot ( I should be able to change the lot size as per my requirements later on directly from within the excel sheet only . )

PART two ( For short side )

We need to check for simple condition in stocks: ( Stock environment: Nifty 200 )

Daily Close + Daily Open > Daily High
Current volume > 20,00,000

At 0920 am

Once we get the list , along with basic price data , volume and % change ,

Sort stocks as per % change value ( Ascending order )

Check for :: LTP crossing low of 0915-0920 candle , if true then Fire ATM PUT option for first 5 stocks , QTY : one lot ( I should be able to change the lot size as per my requirements later on directly from within the excel sheet only . )

For remaining stocks it should be on manual one click mode ( ATM stock option only but when we press the button )

SL , TSL , TARGET TRAILING TO BE MADE CUSTOMISABLE ( Based on lot size of that stock option )

(( Check if : the stock name can be entered as hyperlink , and corresponding tradingview chart’s link opens on clicking that , OR give a separate column with the links ))

This is my custom strategy requirement ..

It would be lovely if you can create in such a way that I can run it directly from within my macOS and have as many customisable parameters as possible within the GUI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant