LICENSE
README.md
setup.py
DiscordAlertsTrader/__init__.py
DiscordAlertsTrader/alerts_generator.py
DiscordAlertsTrader/alerts_tracker.py
DiscordAlertsTrader/alerts_trader.py
DiscordAlertsTrader/calc_stats.py
DiscordAlertsTrader/calc_strat.py
DiscordAlertsTrader/configurator.py
DiscordAlertsTrader/discord_bot.py
DiscordAlertsTrader/fend_bot.py
DiscordAlertsTrader/gui.py
DiscordAlertsTrader/gui_generator.py
DiscordAlertsTrader/gui_layouts.py
DiscordAlertsTrader/load_chn_hist.py
DiscordAlertsTrader/message_parser.py
DiscordAlertsTrader/port_sim.py
DiscordAlertsTrader/tem_etrades.py
DiscordAlertsTrader/test_trader.py
DiscordAlertsTrader.egg-info/PKG-INFO
DiscordAlertsTrader.egg-info/SOURCES.txt
DiscordAlertsTrader.egg-info/dependency_links.txt
DiscordAlertsTrader.egg-info/entry_points.txt
DiscordAlertsTrader.egg-info/requires.txt
DiscordAlertsTrader.egg-info/top_level.txt
DiscordAlertsTrader/brokerages/TDA_api.py
DiscordAlertsTrader/brokerages/__init__.py
DiscordAlertsTrader/brokerages/eTrade_api.py
DiscordAlertsTrader/brokerages/weBull_api.py
tests/__init__.py
tests/mock_discord_message.py
tests/test_AlertsTracker.py
tests/test_AlertsTrader.py
tests/test_AlertsTrader_exits.py
tests/test_TDA.py
tests/test_configurator.py
tests/test_discord_bot.py
tests/test_msg_parsed.py