mehtadone / PTFeeder

Official GitHub for ProfitTrailer's best buddy, PT Feeder. Be sure to visit their GitHub too.
https://wiki.ptfeeder.co/
182 stars 33 forks source link

Default buy timeout after sell #347

Closed BeldarConehead closed 4 years ago

BeldarConehead commented 4 years ago

In the appsettings.json file there's a setting "RebuyTimeout", changing it changes the PT Pairs file setting "DEFAULT_Rebuy_Timeout", but on the PT Wiki site, there is no "DEFAULT_Rebuy_Timeout" setting. There is one for "DEFAULT_buy_timeout_after_sell". Is PT Feeder not changing this correctly? Is "RebuyTimeout" supposed to be the setting for timeout after a sale? Is this a bug?

mehtadone commented 4 years ago

Feeder translates settings from appsettings to PT. So you can use BuyTimeoutAfterSell in your appsettings if that is what you require. rebuy timeout was deprecated as part of https://github.com/taniman/profit-trailer/releases/tag/2.4.25

BeldarConehead commented 4 years ago

If it was depreciated in 2.4.25, why am I seeing it in my installations of 2.4.28?

Sincerely,

David Kaye On May 18, 2020, 8:23 AM -0400, mehtadone notifications@github.com, wrote:

Feeder translates settings from appsettings to PT. So you can use BuyTimeoutAfterSell in your appsettings if that is what you require. rebuy timeout was deprecated as part of https://github.com/taniman/profit-trailer/releases/tag/2.4.25 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

mehtadone commented 4 years ago

You need to remove it from your settings. PT or Feeder won't change your settings for you.

BeldarConehead commented 4 years ago

Got it, thank you.