DomSperanza / CryptoTrading

code to set up live trading bots with various trading strategies
2 stars 0 forks source link

API keys Env variables #6

Closed DomSperanza closed 2 years ago

DomSperanza commented 2 years ago

Update the "trade with fake account" and "trade with REAL account" scripts to reference .env variables instead of txt files. leave the txt stuff committed in the script tho until i get it working on my end for sure.

Splutonics commented 2 years ago

added it to backtesting and trade_with_fake_account so you know, vscode auto formatted on save so it might look pretty different when you git pull

DomSperanza commented 2 years ago

Got the .env variables to work on my end so I am going to close this issue.