Closed TAEAB closed 1 year ago
A solution would be to host buy/sell decision functions in a separate script also containing instructions on how to initialize targetStock.json
. This allows users to easily customize both the heuristic and file structure by providing paths to prewritten files on their computer.
Trading heuristic was changed such that no information is needed to be stored in the JSON. Data tools changed to reflect that change.
As a result, this issue is resolved, though customizability of data is a good idea for the future.
Description
Though this project is intended to allow users to implement their desired trading heuristics, the structure of the
JSON
tracking stocks of interest tracks information specific to the default moving average paradigm, namely with thelong_is_above_short
parameter.Reccommendation
targetStock.json
structure, specifically thelist
value