You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to test some settings around, however LimitSwap is not able to resume checking prices for held tokens upon a restart. I believe setting up a token cache file, that updates during buys and sells, and read into LimitSwap on startup could alleviate this issue.
The text was updated successfully, but these errors were encountered:
I believe all that would be needed to be stored would be token address(for lookup), token name, bought amount(so it knows what is has to sell), and the ATH price(so bot can calculate the trailing stop)
Basically, the bot should add to this cache during any buys, and remove from the cache any sells. Also, upon launch the bot should read each token into memory and do a check to get current prices for each and sell if any stoplosses are hit, or continue to monitor prices until a sell gets triggered.
I would like to be able to test some settings around, however LimitSwap is not able to resume checking prices for held tokens upon a restart. I believe setting up a token cache file, that updates during buys and sells, and read into LimitSwap on startup could alleviate this issue.
The text was updated successfully, but these errors were encountered: