/Python_Trading_Snippets

Collections of snippets for trading I find interesting

Primary LanguageJupyter Notebook

Some interest snippets for trading

  1. select file to stage or git add -A
  2. git commit -m "Adding fields for bonds and ETFs to indicators_list.py"
  3. git push
  • check url or remote: git config --get remote.origin.url
  • update local content from Github: git pull origin main