Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 739 Bytes

File metadata and controls

5 lines (3 loc) · 739 Bytes

To Be Done

  • if an opportunity is identified, allow the agent to re-analyze the chart data, except this time instead of just the 30 days of daily data its allowed to analyze the entire 91 days of data, giving it a clearer picture of technical analysis and the 2x 4x and 10x calls.

  • give the agent the ability to periodically check on its investment opportunity goals to see if they've been achieved. This is pretty simple overall, the agent would just need to get the coins' chart datas from the coingecko api once per day and see if the high for the day was at or above the 2x target, probably wouldnt even need to interact with a model to do this since its just a matter of whether a number has reached or exceeded another number.