You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: