Skip to content

Instantly share code, notes, and snippets.

@under0tech
Created September 25, 2022 14:19
Show Gist options
  • Save under0tech/6071eebd5182c2d0b6138f93513ee7fa to your computer and use it in GitHub Desktop.
Save under0tech/6071eebd5182c2d0b6138f93513ee7fa to your computer and use it in GitHub Desktop.
# SETTINGS
TRADER_BOT_NAME = 'Medium trading bot'
TRADER_API_KEY = '[API key]'
TRADER_API_SECRET = '[API secret]'
TRADER_API_URL = 'https://paper-api.alpaca.markets'
TELEGRAM_URL = 'https://api.telegram.org'
TELEGRAM_BOT_ID = 'bot0000000000:AAA_gNNN00B0xxxDaaaUD00HHH-Y0wAAmhA' # Medium trading bot
TELEGRAM_CHAT_ID = '-1002003005001' # Medium trading bot channel
SCREENER_INTERVAL = '5m'
SCREENER_PERIOD = '250m'
SCREENER_NASDAQ_COUNT = 500
TAKE_PROFIT_DELTA = 0.01
CASH_LIMIT = 26000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment