Gunthy

GUNBOT: The automatic profit generator => Technical Support & Development => Topic started by: airfrans on October 01, 2018, 03:35:12 PM

Title: How to fix "Buy order from more than 30 days ago."
Post by: airfrans on October 01, 2018, 03:35:12 PM
"Please manually override config.js the dos prompt says."

How and where should I do this?
Title: Re: How to fix "Buy order from more than 30 days ago."
Post by: Romain on October 06, 2018, 10:17:40 AM
Same error. Did you fix it?
Title: Re: How to fix "Buy order from more than 30 days ago."
Post by: BwGB on October 10, 2018, 08:53:59 PM
If somebody has a clue I am all ears. Read through the wiki but unable to find it. Unless I am overlooking something.
Title: Re: How to fix "Buy order from more than 30 days ago."
Post by: leew on October 20, 2018, 11:07:16 PM
You have a couple of options:

Go into the gui settings area, click on trading pairs, click on the pair generating the message and add BOUGHT_PRICE as the label with the appropriate price you paid as the value.

OR

Open config.js, find the pair and add the BOUGHT_PRICE in the overrides section, don't mess up the formatting of the file though, safer to do it in the gui
    "pairs": {
        "bittrex": {
            "BTC-ETH": {
                "strategy": "gain",
                "enabled": true,
                "override": {
                    "BOUGHT_PRICE": 0.03160000
                }
Title: Re: How to fix "Buy order from more than 30 days ago."
Post by: BwGB on October 27, 2018, 11:24:46 AM
Thanks!
Title: Re: How to fix "Buy order from more than 30 days ago."
Post by: Aitor on November 05, 2018, 12:51:37 AM
Take a look at this:

https://gunbot.shop/how-to-fix-the-buy-order-from-more-than-30-days-ago-error/