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 Feb 22, 2024. It is now read-only.
Please and please who can develop this bot strategy 🥺🙏
Under 9 is the trade Type
When bot starts it stakes with the initial stake
If it wins first trade it will trade with initial stake ×1.5
If it wins second trade it will trade with initial stake ×2
If it wins third trade it will trade with initial stake ×2.5
If it wins forth trade it will trade with initial stake ×3
If it wins fifth trade the 6th trade will be done with initial amount followed by ×1.5, ×2, ×2.5, ×3.
The bot will always trade with initial amount after every 5 successful trades and (if it wins 5 times continously it will always start the next trade with initial stake followed by ×1.5, ×2, ×2.5, ×3.
Anytime there's any loss the bot will trade with initial amount, if it wins then it will will execute the win trade parameters
If it loses again it will trade with initial amount.