£50 quid wasted today offering people 10-1 on 2-1 greyhound favourites while I ignorantly sat eating my dinner
Yes yes.. always paper trade the automation first I know. Not even the first time I've done this

If you make any tweak involving the calculation of stakes or price, test it in practice mode first.Fugazi wrote: ↑Wed Sep 04, 2024 6:56 pmTweaking an automation setting and coming back to realise you did it wrong and blew your balance.
£50 quid wasted today offering people 10-1 on 2-1 greyhound favourites while I ignorantly sat eating my dinner
Yes yes.. always paper trade the automation first I know. Not even the first time I've done this![]()
There's a wide variety of backup software available. I use IDrive. The cloud backup automatically backs up the last 30 versions of your files.
I'll go _V1.0 to _V1.1 but often forget and hit save and *poof*
I'm half-minded to write my own backup software that encrypts and backs up files to OneDrive or Google. the problem with having 30 versions is that if you're modifying and re-running a script every two minutes, it only keeps an hour's worth!sniffer66 wrote: ↑Wed Sep 04, 2024 8:14 pmI use Google Drive, but that will just overwrite files of the same name. Will look into that
One good thing about getting ChatGPT to write your code for you is that it saves every session. Only takes a minute or so to find the previous version. That's my main use of AI at the moment, knocking out code in seconds it would take me a good few hours to put together. I just get it to output the code and run it locallyDerek27 wrote: ↑Wed Sep 04, 2024 8:22 pmI'm half-minded to write my own backup software that encrypts and backs up files to OneDrive or Google. the problem with having 30 versions is that if you're modifying and re-running a script every two minutes, it only keeps an hour's worth!
Would be handy to have a settings file in each folder that specifies minimum age as well as number of versions. I'm learning Microsoft C++ but it could even be done with AutoIt. It comes with an encryption library.