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
{{ message }}
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
Consider the variable parallel_upgrades_max_price_per_hour. This represents a crucial calculation:
{Price of the card} / {Profit per hour that this card yields}
This is essentially the coefficient of the price to the profit that the card generates.
However, I always employ a strategic approach to decide on this. My strategy involves a calculation like this:
{Actual profit per hour of my account} / 1000
My goal is to boost my profit by 1k per hour, regardless of the card's cost or my current profit. The money I earn in an hour is earmarked for this 1k profit increase.
Conclusion Suggestion
parallel_upgrades_max_price_per_hour = {Actual profit per hour of the account} / 1000
I believe it would be beneficial to incorporate such a feature into the bot. This would allow users to implement similar strategies and optimize their profits.
Thank you so much for your valuable input! Your insights are greatly appreciated. ❤️
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Consider the variable
parallel_upgrades_max_price_per_hour
. This represents a crucial calculation:{Price of the card} / {Profit per hour that this card yields}
This is essentially the coefficient of the price to the profit that the card generates.
However, I always employ a strategic approach to decide on this. My strategy involves a calculation like this:
{Actual profit per hour of my account} / 1000
My goal is to boost my profit by 1k per hour, regardless of the card's cost or my current profit. The money I earn in an hour is earmarked for this 1k profit increase.
Conclusion
Suggestion
parallel_upgrades_max_price_per_hour
= {Actual profit per hour of the account} / 1000I believe it would be beneficial to incorporate such a feature into the bot. This would allow users to implement similar strategies and optimize their profits.
Thank you so much for your valuable input! Your insights are greatly appreciated. ❤️
Beta Was this translation helpful? Give feedback.
All reactions