Jump to content

Penthesilea

Member
  • Posts

    32
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Penthesilea

  1. var minimumPayout = 1.0102; // Set your desired minimum payout value here if (config.payout.value < minimumPayout) { log.info('Payout is below the minimum allowed. Using minimum payout.'); config.payout.value = minimumPayout; }
  2. If you have a strat, use Chatgpt to code it for you...
  3. Changed a few values and doubled my balance. Very cool script
  4. Using @Skelecrash script that was modified by @Bigmattyboywith some dialed in settings on hash dice. Awesome stuff. Big thanks guys for getting this out there.
  5. Hash dice script - This is a fantastic script by @Skele but I am hoping for one additional function on it if possible. I'd like to have a field to add a number of consecutive games to play if the win payout is reached. So far the manual strategy I have with script works and I have a 100% win rate but I hope someone can help to add this automation so that the script can start automatically each time. Example I want to play 10 games - each time it reaches the win payout, it starts at the base bet until all games are played or until one runs out of funds or stop loss is reached at which point the script will stop.
  6. @Skele - hope that you are still around. This is an old thread. I have a question please. I have been using your script since I found it some days ago very successfully. My question is : Are you able to add another criteria box where you can add a number of consecutive games to play if you successfully reach your set payout each time. So you reach your payout and then the game start again. So example I want to play 10 games and each time I reach my payout, it continues playing until 10 games are played or until all fund are lost if no stop loss is set. Hope to hear back from you. It's an amazing script!!!
×
×
  • Create New...