Jump to content

Featured Comment

Posted

Check Responsible Gambling(https://stake.com/responsible-gambling/stake-smart) before following any strategies I gave because I am not going to be responsible for neither your win nor your loss. If you take the responsibility and play/win and want to tip to me my username is xanela

You can import it from your browser's Application > Local storage > stake.com > strategies_saved value right before array ends without array keys below. If you don't know what those things are you can create those manually. All bets should be set to 2.0 multiplier with 0.0 bet amount. You should edit the the strategy's Add to bet amount to your desired currency like 1 USDT or 1 USD worth of LTC.

Quote

[
        {
        "label": "Optimized Sniper (2x Payout)",
        "blocks": [
            {
                "id": "killSwitch",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 10,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "stop",
                    "value": 0
                }
            },
            {
                "id": "triggerBet",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 4,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "addToAmount",
                    "value": 1
                }
            },
            {
                "id": "martingaleRecovery",
                "type": "bets",
                "on": {
                    "type": "streakGreaterThan",
                    "value": 4,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "increaseByPercentage",
                    "value": 100
                }
            },
            {
                "id": "secureProfit",
                "type": "bets",
                "on": {
                    "type": "every",
                    "value": 1,
                    "betType": "win",
                    "profitType": "profit"
                },
                "do": {
                    "type": "resetAmount",
                    "value": 0
                }
            }
        ],
        "isDefault": false
    },
    {
        "label": "Optimized Sniper v2 (2x Payout - Safe)",
        "blocks": [
            {
                "id": "v2_safe_killSwitch",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 10,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "stop",
                    "value": 0
                }
            },
            {
                "id": "v2_safe_triggerBet",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 5,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "addToAmount",
                    "value": 1
                }
            },
            {
                "id": "v2_safe_martingaleRecovery",
                "type": "bets",
                "on": {
                    "type": "streakGreaterThan",
                    "value": 5,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "increaseByPercentage",
                    "value": 100
                }
            },
            {
                "id": "v2_safe_secureProfit",
                "type": "bets",
                "on": {
                    "type": "every",
                    "value": 1,
                    "betType": "win",
                    "profitType": "profit"
                },
                "do": {
                    "type": "resetAmount",
                    "value": 0
                }
            }
        ],
        "isDefault": false
    },
    {
        "label": "Optimized Sniper v2 (2x Payout - Balanced)",
        "blocks": [
            {
                "id": "v2_bal_killSwitch",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 10,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "stop",
                    "value": 0
                }
            },
            {
                "id": "v2_bal_triggerBet",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 4,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "addToAmount",
                    "value": 1
                }
            },
            {
                "id": "v2_bal_martingaleRecovery",
                "type": "bets",
                "on": {
                    "type": "streakGreaterThan",
                    "value": 4,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "increaseByPercentage",
                    "value": 100
                }
            },
            {
                "id": "v2_bal_secureProfit",
                "type": "bets",
                "on": {
                    "type": "every",
                    "value": 1,
                    "betType": "win",
                    "profitType": "profit"
                },
                "do": {
                    "type": "resetAmount",
                    "value": 0
                }
            }
        ],
        "isDefault": false
    },
    {
        "label": "Optimized Sniper v2 (2x Payout - High-Yield)",
        "blocks": [
            {
                "id": "v2_hy_killSwitch",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 11,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "stop",
                    "value": 0
                }
            },
            {
                "id": "v2_hy_triggerBet",
                "type": "bets",
                "on": {
                    "type": "everyStreakOf",
                    "value": 3,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "addToAmount",
                    "value": 1
                }
            },
            {
                "id": "v2_hy_martingaleRecovery",
                "type": "bets",
                "on": {
                    "type": "streakGreaterThan",
                    "value": 3,
                    "betType": "lose",
                    "profitType": "profit"
                },
                "do": {
                    "type": "increaseByPercentage",
                    "value": 100
                }
            },
            {
                "id": "v2_hy_secureProfit",
                "type": "bets",
                "on": {
                    "type": "every",
                    "value": 1,
                    "betType": "win",
                    "profitType": "profit"
                },
                "do": {
                    "type": "resetAmount",
                    "value": 0
                }
            }
        ],
        "isDefault": false
    }
]

image.thumb.png.838fb3d14bca642e54c074d2f3458871.png

image.thumb.png.de73cf27b88d356785456e02188c340d.png

image.thumb.png.857257415c773268901ae8d7e552b18e.png

image.thumb.png.fb19ffbaed29951f1f34ab577fc4a24e.png

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Privacy Policy Terms of Use