Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: Unibert on January 12, 2021, 08:56:49 PM

Title: How to use Ignore Trades Before
Post by: Unibert on January 12, 2021, 08:56:49 PM
I can't find any documentation on how this works or what values to input. Does it trail a certain amount of time behind the current time, or does it ignore everything before a certain date? Can someone provide a sample of how to use this?
Title: Re: How to use Ignore Trades Before
Post by: sbogovac on January 13, 2021, 09:22:35 AM
I can't find any documentation on how this works or what values to input. Does it trail a certain amount of time behind the current time, or does it ignore everything before a certain date? Can someone provide a sample of how to use this?

It ignores all trades from before the given time. Time has to be given in UNIX/Linux time: https://currentmillis.com

Code: [Select]
"IGNORE_TRADES_BEFORE": 1610531144271,
And also delete the json folder. GunBot will rebuilt it from the given time.
Title: Re: How to use Ignore Trades Before
Post by: Unibert on January 13, 2021, 08:38:46 PM
Thanks