1. Go to Gmail account >> Click on google apps icon besides setting icon >> Click on Drive icon app
2. Click on New button >> Google Sheets >> Blank Spreadsheet
3. Fill out the first row as shown below:-
5. Copy the symbols from the excel sheet and past them to the newly created excel sheet.
6. Put down the formulas as per column name below:-
LTP : =GOOGLEFINANCE("NSE:" & A3,"PRICE")
OPEN : =GOOGLEFINANCE("NSE:" & A3,"priceopen")
HIGH : =GOOGLEFINANCE("NSE:" & A3,"High")
LOW : =GOOGLEFINANCE("NSE:" & A3,"Low")
PREV CLOSE : =GOOGLEFINANCE("NSE:" & A3,"closeyest")
CHANGE : =GOOGLEFINANCE("NSE:" & A3,"change")
CHANGE % : =GOOGLEFINANCE("NSE:" & A3,"changepct")
OHL Scanner : =if(C3=E3,"BUY",IF(C3=D3,"SELL"))
7. Select all the cells and drag them down so that data gets populated for all the scrips.
This is how you'll create a google sheet in your Gmail drive and it gets automatically updated as per after few times and you can trade as per your preference.


Hello,
ReplyDeleteIn A2,A3,A4.... Column I have Script Name Which i have taken from NSE Bhavcopy file when i am typing below commment to fetch Open Price
=GOOGLEFINANCE("NSE:" & A3,"priceopen") but I get Error #Name? , can you please let me know how to resolve it Miteshbhai??