update applyindicators function to mimic set up similar to the Backtesting software. (only loading in necessary indicators for specific strat)
update conditions function to mimic backtesting software. Main goal is to create a "Buy" and "Sell" column based on whatever strategy we are trading with.
Change tsl function (trailing stop loss) to make the trailing stop loss more easily editable by the user.
rename functions that are specific to binance API. Need to make more generalizable to other types of trading (forex, stocks, etc)
overhaul trader function. Might take a while but needs a bit of work with new strategies. This trader will only work with binance right now.
Update plotting to make graphs more readable and consistent. Mainly just make it so the applyindicators ALWAYS has the necessary columns to make the plots. Make plots cleaner in general. more labels and such. Not required for bot to work.
Updated apply indicators.
updated conditions to get "buy" and "sell"
changed the tsl and added tp and sl functions
changed some of the trader functions. Still only works with binance right now