Username: Password:

Author Topic: Bugs/Issues tracker v3.3.2  (Read 51294 times)

Offline kobalt

  • Rookie
  • *
  • Posts: 22
    • View Profile
Re: Bugs/Issues tracker v3.3/v3.3.1
« Reply #60 on: June 22, 2017, 10:38:14 AM »
[UNCONFIRMED]

3.3.2 sold randomly at a loss on Polo:

*** MARKET CALLBACK | buy 172.09680509232965 LSK for 0.00058107 BTC
2017/06/05 06:56:22 *** MARKET CALLBACK | sell 171.83865989 LSK for 0.00057857 BTC
2017/06/05 11:25:54

Settings:
BUYLVL1: 0.6,
BUYLVL2: 3,
BUYLVL3: 10,
SELLLVL1: 1.9,
SELLLVL2: 4.5,
SELLLVL3: 7,
BUY_STRATEGY: 'STEPGAIN', // accepted values BB or STEPGAIN or GAIN or PINGPONG
SELL_STRATEGY: 'STEPGAIN', // accepted values BB or STEPGAIN or GAIN or PINGPONG


And it's still doing double buys on Bittrex
EDIT: no more double buys since I switched VPS from Amazon to Contabo

I have the same and I'm almost sure it happens when some of buy lvls are below 2%.
Also on contabo here, but have had them there too, (also a pretty sluggish response from the VPS with mouse etc..must be windows server....) will look into this, but i doubt mine were below 2%, could be tho, so will keep an eye out for this
« Last Edit: June 22, 2017, 10:40:54 AM by kobalt »

Offline Rotweiler

  • Rookie
  • *
  • Posts: 1
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #61 on: June 22, 2017, 02:12:30 PM »
Hello Gunthar,

Dor the next version, you may consider a setup where the bot does not sell our bankroll.
ie. I have 20 ETH on poloniex which I keep to sell later because I have bought it from low price, the bot does not sell only how much it bought itself, but all my ethereum.

Sincerely,

Offline dyvosvit

  • Rookie
  • *
  • Posts: 30
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #62 on: June 23, 2017, 08:25:03 AM »
In 20+ minutes i've lost half of days profit .....
GB started buying and buying and buying and buying and buying and buying with BB 15 strategy
http://prntscr.com/fn5rfa
the buying price decreased with every buy and finally GB sold at loss, because it sees only last bought price
https://prnt.sc/fn5r7c
Logs are attached  ...
and after that GB continues to buy ...
felling a bit depressed ....
may I have any answer?
that's my third post here .... on the same issue

Offline BNY

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #63 on: June 26, 2017, 05:14:34 AM »
Security Margins do not work.

For whatever reason, it seems to base the margin off of Last Price (or some other value) rather than Bought Price.

Example:

boughtPrice 0.00011959
we have altcoins: 250.23045109
LP 1.0448 < prSell 1.255695  secMargin 0.00009954933539999997

When I have the security margin set around 5%.

My problems and losses are mounting, the next update cannot come soon enough.

Offline taniman

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #64 on: June 26, 2017, 10:44:20 AM »
HIGH_BB does not work

tl;dr
Only value of LOW_BB is being used by the bot. So a BB sell strategy could not work properly if HIGH_BB value differs from LOW_BB

I realized too late that this was the case causing me to lose some profit.

My settings,

"BUY_STRATEGY": "BB",
"SELL_STRATEGY": "BB",
"LOW_BB": 0,
"HIGH_BB": 50,
"BUY_LEVEL": 2,
"GAIN": 1,

Bot is running telling me this

2017/06/26 11:33:16   ###[ --2017/06/26 11:33:16--poloniex--BTC_XRP  --  Gunbot v3.3 cycle #14514 --------------- ]
2017/06/26 11:33:16   ::::: collecting market data...
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   Low BB:0.00010095 - High BB:0.00010540
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   EMA1:0.00010267 - EMA2:0.00010267
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   BB price to sell 0.00010539596 -- GAIN price to sell 0.0001035755
2017/06/26 11:33:16   BB price to buy 0.00010094920724659685 -- GAIN price to buy 0.00010110913166666665
2017/06/26 11:33:17   LP 0.00010058  Bal.BTC 0.01026966  Bal.XRP 13.48647333(0)
2017/06/26 11:33:18   No open orders
2017/06/26 11:33:18   boughtPrice 0.00010255
2017/06/26 11:33:18   price  falls (-8)
2017/06/26 11:33:18   PriceToBuy,1.0095,priceToSell,1.0540
2017/06/26 11:33:18   we have altcoins: 13.48647333
2017/06/26 11:33:18   LP 1.0058,<,prSell 1.0539596  secMargin 0.00004126903333333333  falls yes
2017/06/26 11:33:18   price is too low to sell
2017/06/26 11:33:18   Gunbot callback at 2017/06/26 11:33:18 cycle # 14514
2017/06/26 11:33:18   Callback:
2017/06/26 11:33:18   ---------
2017/06/26 11:33:18   waiting to sell
need faster: no
need slower: no

AS you can see my priceTobuy is equal to HIGH_BB instead of somewhere lower. So it seems it is reading the value of LOW_BB and using that as reference.
Let's check that hypothesis

My settings:
"BUY_STRATEGY": "BB",
"SELL_STRATEGY": "BB",
"LOW_BB": 50,
"HIGH_BB": 0,
"BUY_LEVEL": 2,
"GAIN": 1,

Bot is running telling this

2017/06/26 11:37:14   ALLPAIR changed. Reconfig sheduled.
2017/06/26 11:37:27   ###[ --2017/06/26 11:37:27--poloniex--BTC_XRP  --  Gunbot v3.3 cycle #14529 --------------- ]
2017/06/26 11:37:28   ::::: collecting market data...
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   Low BB:0.00010086 - High BB:0.00010541
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   EMA1:0.00010255 - EMA2:0.00010255
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   BB price to sell 0.00010313422 -- GAIN price to sell 0.0001035755
2017/06/26 11:37:28   BB price to buy 0.00010313422222222226 -- GAIN price to buy 0.00010107153777777782
2017/06/26 11:37:29   LP 0.00010046  Bal.BTC 0.01026966  Bal.XRP 13.48647333(0)
2017/06/26 11:37:30   No open orders
2017/06/26 11:37:30   boughtPrice 0.00010255
2017/06/26 11:37:30   price  falls (-11)
2017/06/26 11:37:30   CANCELING OPEN ORDERS
2017/06/26 11:37:30   Canceling result:  ,ok
2017/06/26 11:37:30   PriceToBuy,1.0107,priceToSell,1.0358
2017/06/26 11:37:30   we have altcoins: 13.48647333
2017/06/26 11:37:30   LP 1.0046,<,prSell 1.035755  secMargin 0.000041253688888888906  falls no
2017/06/26 11:37:30   price is too low to sell
2017/06/26 11:37:30   Gunbot callback at 2017/06/26 11:37:30 cycle # 14529
2017/06/26 11:37:30   Callback:
2017/06/26 11:37:30   ---------
2017/06/26 11:37:30   waiting to sell
need faster: no
need slower: no

As you can see now priceToSELL is somewhere lower than HIGH BB but it should be equal to HiGH_BB. It is lower because LOW_BB is set to 50%.

So to me it seems like the value of HIGH_BB is being ignored and the value of LOW_BB is being used for both SELL and BUY.
« Last Edit: June 26, 2017, 10:47:00 AM by taniman »

Offline dzone

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #65 on: June 26, 2017, 01:35:17 PM »
Hi, using the default settings and only inputting the API keys and noticing something strange.

1. The High and Low BB is not calculating in the top settings section. I have never seen this populate after numerous relaunches.

2. The BTC / ETH balance is undefined. This does show up on relaunch randomly.

3. The PriceToSell doesn't seem right. In the screenshot the priceToSell is .1068 which is near the current price and nowhere near the high BB on the 15min chart. It should be relatively near the high BB but the calculated value is below 50% of the difference between the high and low.

Any feedback is appreciated, I can't run the bot without know how this works more clearly (if this is intended).

Thanks in advance!

Offline dzone

  • Rookie
  • *
  • Posts: 2
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #66 on: June 26, 2017, 01:46:35 PM »
Hi Tanimen,

So your setup you want to sell when the High BB is met since you have 0% set. Is that right? That's how I want to use it as well, actually to be 10% over the High BB. I have tried to set a negative % but it really throws off the value...

HIGH_BB does not work

tl;dr
Only value of LOW_BB is being used by the bot. So a BB sell strategy could not work properly if HIGH_BB value differs from LOW_BB

I realized too late that this was the case causing me to lose some profit.

My settings,

"BUY_STRATEGY": "BB",
"SELL_STRATEGY": "BB",
"LOW_BB": 0,
"HIGH_BB": 50,
"BUY_LEVEL": 2,
"GAIN": 1,

Bot is running telling me this

2017/06/26 11:33:16   ###[ --2017/06/26 11:33:16--poloniex--BTC_XRP  --  Gunbot v3.3 cycle #14514 --------------- ]
2017/06/26 11:33:16   ::::: collecting market data...
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   Low BB:0.00010095 - High BB:0.00010540
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   EMA1:0.00010267 - EMA2:0.00010267
2017/06/26 11:33:16   ***************************************************
2017/06/26 11:33:16   BB price to sell 0.00010539596 -- GAIN price to sell 0.0001035755
2017/06/26 11:33:16   BB price to buy 0.00010094920724659685 -- GAIN price to buy 0.00010110913166666665
2017/06/26 11:33:17   LP 0.00010058  Bal.BTC 0.01026966  Bal.XRP 13.48647333(0)
2017/06/26 11:33:18   No open orders
2017/06/26 11:33:18   boughtPrice 0.00010255
2017/06/26 11:33:18   price  falls (-8)
2017/06/26 11:33:18   PriceToBuy,1.0095,priceToSell,1.0540
2017/06/26 11:33:18   we have altcoins: 13.48647333
2017/06/26 11:33:18   LP 1.0058,<,prSell 1.0539596  secMargin 0.00004126903333333333  falls yes
2017/06/26 11:33:18   price is too low to sell
2017/06/26 11:33:18   Gunbot callback at 2017/06/26 11:33:18 cycle # 14514
2017/06/26 11:33:18   Callback:
2017/06/26 11:33:18   ---------
2017/06/26 11:33:18   waiting to sell
need faster: no
need slower: no

AS you can see my priceTobuy is equal to HIGH_BB instead of somewhere lower. So it seems it is reading the value of LOW_BB and using that as reference.
Let's check that hypothesis

My settings:
"BUY_STRATEGY": "BB",
"SELL_STRATEGY": "BB",
"LOW_BB": 50,
"HIGH_BB": 0,
"BUY_LEVEL": 2,
"GAIN": 1,

Bot is running telling this

2017/06/26 11:37:14   ALLPAIR changed. Reconfig sheduled.
2017/06/26 11:37:27   ###[ --2017/06/26 11:37:27--poloniex--BTC_XRP  --  Gunbot v3.3 cycle #14529 --------------- ]
2017/06/26 11:37:28   ::::: collecting market data...
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   Low BB:0.00010086 - High BB:0.00010541
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   EMA1:0.00010255 - EMA2:0.00010255
2017/06/26 11:37:28   ***************************************************
2017/06/26 11:37:28   BB price to sell 0.00010313422 -- GAIN price to sell 0.0001035755
2017/06/26 11:37:28   BB price to buy 0.00010313422222222226 -- GAIN price to buy 0.00010107153777777782
2017/06/26 11:37:29   LP 0.00010046  Bal.BTC 0.01026966  Bal.XRP 13.48647333(0)
2017/06/26 11:37:30   No open orders
2017/06/26 11:37:30   boughtPrice 0.00010255
2017/06/26 11:37:30   price  falls (-11)
2017/06/26 11:37:30   CANCELING OPEN ORDERS
2017/06/26 11:37:30   Canceling result:  ,ok
2017/06/26 11:37:30   PriceToBuy,1.0107,priceToSell,1.0358
2017/06/26 11:37:30   we have altcoins: 13.48647333
2017/06/26 11:37:30   LP 1.0046,<,prSell 1.035755  secMargin 0.000041253688888888906  falls no
2017/06/26 11:37:30   price is too low to sell
2017/06/26 11:37:30   Gunbot callback at 2017/06/26 11:37:30 cycle # 14529
2017/06/26 11:37:30   Callback:
2017/06/26 11:37:30   ---------
2017/06/26 11:37:30   waiting to sell
need faster: no
need slower: no

As you can see now priceToSELL is somewhere lower than HIGH BB but it should be equal to HiGH_BB. It is lower because LOW_BB is set to 50%.

So to me it seems like the value of HIGH_BB is being ignored and the value of LOW_BB is being used for both SELL and BUY.

Offline kin0

  • Rookie
  • *
  • Posts: 19
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #67 on: June 29, 2017, 10:06:01 AM »
Is there a potential in a future version to add the same GUI to the ubuntu / *nix version that could run on gnome or via VNC.  I'd like to be able to setup and manage via a gui as i'm having a lot of issues with the scripts on my unix box.

Offline mrcurious

  • Rookie
  • *
  • Posts: 5
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #68 on: June 29, 2017, 03:50:36 PM »
[BUG]

Exchange : Bittrex

Double buys, Quadruple buy, 12 BUYS ?! - they are not a problem if they sell for a profit.

But, the problem is, as Buy is set for BB, every time the price drops the bot buys the coin and sells it at a % more than the last buy. Say it buy 3 times for 1000, 950, 700 for a unit. If 700 is the last buy it sells it a % above 700.
I use bot delay - 10s.



Offline bney

  • Rookie
  • *
  • Posts: 33
    • View Profile
Unhandled rejection Error - Order appears to fail.
« Reply #69 on: July 01, 2017, 12:49:33 AM »
|BTC_DASH |     amount: '0.59106958',
0|BTC_DASH |     total: '0.01388416',
0|BTC_DASH |     fee: '0.00150000',
0|BTC_DASH |     orderNumber: '23128579293',
0|BTC_DASH |     type: 'sell',
0|BTC_DASH |     category: 'exchange' } ]
0|BTC_DASH | Unhandled rejection Error: Bad server answer
0|BTC_DASH |     at Object.console./snapshot/Users/Enrico/Desktop/xBot_v2.9.3/poloniex.js.module.exports.Market.getLastBuyRate.poloniex.returnTradeHistory [as callback] (evalmachine.<anonymous>:0:0)
0|BTC_DASH |     at /snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/async/dist/async.js:2243:31
0|BTC_DASH |     at /snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/async/dist/async.js:906:16
0|BTC_DASH |     at Request._callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/plnx/lib/index.js:138:7)
0|BTC_DASH |     at Request.self.callback (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:188:22)
0|BTC_DASH |     at emitTwo (events.js:106:13)
0|BTC_DASH |     at Request.emit (events.js:192:7)
0|BTC_DASH |     at Request.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1171:10)
0|BTC_DASH |     at emitOne (events.js:96:13)
0|BTC_DASH |     at Request.emit (events.js:189:7)
0|BTC_DASH |     at IncomingMessage.<anonymous> (/snapshot/Users/Enrico/Desktop/xBot_v2.9.3/node_modules/request/request.js:1091:12)
0|BTC_DASH |     at Object.onceWrapper (events.js:291:19)
0|BTC_DASH |     at emitNone (events.js:91:20)
0|BTC_DASH |     at IncomingMessage.emit (events.js:186:7)
0|BTC_DASH |     at endReadableNT (_stream_readable.js:974:12)
0|BTC_DASH |     at _combinedTickCallback (internal/process/next_tick.js:74:11)
0|BTC_DASH |     at process._tickCallback (internal/process/next_tick.js:98:9)
0|BTC_DASH | +
0|BTC_DASH | +
0|BTC_DASH | +

Offline allanster

  • Contributor
  • **
  • Posts: 128
  • lux ex tenebris
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #70 on: July 01, 2017, 01:34:05 AM »
[BUG]

Exchange : Bittrex

Double buys, Quadruple buy, 12 BUYS ?! - they are not a problem if they sell for a profit.

But, the problem is, as Buy is set for BB, every time the price drops the bot buys the coin and sells it at a % more than the last buy. Say it buy 3 times for 1000, 950, 700 for a unit. If 700 is the last buy it sells it a % above 700.
I use bot delay - 10s.




I just noticed same issue on Poloniex, I have double buy for exact pair, same amt, same time. Running Gunthar's "How I Run" settings with ELECTRIC_WIZARD's random delay in ALL PAIRS on Windows 10. Haven't run more than 10 pairs simultaneously when this occurred. I'm just running Gunbot through it's paces as a new customer day 2 in a dedicated Poloniex linked account.

I gave Gunbot a small amount (.05 BTC deposit with .005 BTC max trade) to prove his skills to me. This isn't taking bread off my table at these amounts, but this is still a HUGE problem! Take those decimals away and we're talking WTF?
more human than human

Offline kobalt

  • Rookie
  • *
  • Posts: 22
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #71 on: July 02, 2017, 10:51:33 AM »
Security margin does NOT work, I have it set at 20 and have several bags at -24% it just doesn't sell

Offline cryptogolden24k

  • Rookie
  • *
  • Posts: 3
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #72 on: July 03, 2017, 02:51:13 AM »
Got this error. ..
Could not parse JSON in file: /opt/GUNBOT_v3.3.2_Poloniex_Bittrex_Patch/.yo-rc.json. Detail: Unexpected end of JSON input
    at EditionInterface.module.exports [as readJSON] (/usr/lib/node_modules/generator-gunbot/node_modules/mem-fs-editor/lib/actions/read-json.js:8:13)
    at Storage._store (/usr/lib/node_modules/generator-gunbot/node_modules/yeoman-generator/lib/util/storage.js:39:18)
    at new module.exports (/usr/lib/node_modules/generator-gunbot/node_modules/yeoman-generator/lib/util/storage.js:30:35)
    at Base._getStorage (/usr/lib/node_modules/generator-gunbot/node_modules/yeoman-generator/lib/index.js:567:10)
    at module.exports (/usr/lib/node_modules/generator-gunbot/node_modules/yeoman-generator/lib/index.js:138:22)
    at /usr/lib/node_modules/generator-gunbot/generators/app/index.js:12:5
    at Environment.instantiate (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:386:12)
    at Environment.create (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:364:17)
    at Environment.run (/usr/lib/node_modules/yo/node_modules/yeoman-environment/lib/environment.js:421:28)
    at env.lookup (/usr/lib/node_modules/yo/lib/cli.js:156:11)
« Last Edit: July 03, 2017, 02:55:07 AM by cryptogolden24k »

Offline allanster

  • Contributor
  • **
  • Posts: 128
  • lux ex tenebris
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #73 on: July 03, 2017, 08:00:05 AM »
Okay,

I'm a new customer and was emailed link for 3.3.2 to use. After reading 5 pages in here this build is scaring the crap out of me.

Started:     6/29/17 @ 1PM

Poloniex:    Dedicated child account funded with .05 BTC (not a big amount for me)

Config:       Gunthar's "How I Run" default settings using BB/BB on 10 pairs

Max Trade: .005 BTC on BB/BB default 10 pairs

First Buy:    6/29/17 @ 8:41PM!

Results:      Ran 60 hours, 14 buys (2 of which were double buys), 6 trades (+2% profit), 8 bags, 1 Max trade slot left 0.00590980

So now I'm stuck learning bag strategies with no capital to continue trading in this test account.

QUESTION - WTF is everyone doing about this? Can we downgrade, is there a more stable previous version? In hindsight I should have tested with smaller fund and that's my fault, I foolishly thought that trading software like this would be more thoroughly tested prior to release. I don't want to piss anyone off in here, I'm just being honest. I think this bot is absolutely amazing and can't wait to get my hands on the next version, but until then, just need advice on how to proceed.

Thanks!
more human than human

Offline allanster

  • Contributor
  • **
  • Posts: 128
  • lux ex tenebris
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #74 on: July 03, 2017, 01:14:24 PM »
I'm being told by someone way smarter than me that this issue is a Polo being overwhelmed issue and not a Gunbot issue. I'm hoping that's the case, I'm seriously excited about Gunbot's potential.

It should come with a hazard warning though, I've only slept about 12 hours total in the last 4 days! Something like...

Caution: Sleep deprivation may be caused by using Gunbot!
more human than human

Offline Anon

  • Rookie
  • *
  • Posts: 9
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #75 on: July 03, 2017, 04:57:27 PM »
1st possible bug:
v3.3.2 - bittrex

after setting manual sell order one of my bags at profit price, bot is throwing error "we set buy order, but exchange didn't received it" and can't continue trading until i cancel that order.


2nd bug
when using GAIN/GAIN strategy, bot using GAIN/BB if BB price is higher than GAIN. It's smart feature until it makes problems (at least for me).
When price reach GAIN for selling and BB is higher, bot tries to get BB price. If there is price reversal between GAIN and BB (price fall=yes), it will not sell at GAIN and price will fall below GAIN and it will become one of bags.

Solution which doesn't work: set highBB to 0.1 so bot will use GAIN level to sell. Problem: looks like highBB is hard coded when using GAIN/GAIN because "BB price to sell" doesn't change, no matter if i set BB to 90, 50 or 0.1.
Even setting GAIN/BB strategy with same settings (GAIN=1, BB=0.1) to force bot use GAIN as sell method because "no sell at loss" logic, bot doesn't show correct BB price

Offline ljw1

  • Rookie
  • *
  • Posts: 1
    • View Profile
Multiple errors :- "Error: sell: options rate are required"
« Reply #76 on: July 06, 2017, 10:19:39 AM »
All sell trades showing the following error. There doesn't appear to be a setting in the config file for the options rate. Where is it set?

[***************************************************
Low BB:0.10004010 - High BB:0.10471817
***************************************************
***************************************************
EMA1:0.10496683 - EMA2:0.10192448
***************************************************
BB price to sell 0.10354865 -- GAIN price to sell 0
BB price to buy 0.10120961660692643 -- GAIN price to buy 0.09930775994766664
++++
LP 0.10480002  Bal.BTC 0.03564423  Bal.ETH 0.58293666(0)
No open orders
boughtPrice 0
price  grows (4)
PriceToBuy 993.0776 priceToSell 1035.4865
we have altcoins: 0.58293666
LP 1048.0002 >= prSell 1035.4865  secMargin 0.04095165358666666  falls yes
price to sell:  0.10354865
price is sweet
price fall -> sell
2017/07/06 19:16:20 Error: sell: options rate are required
!!! Cycle 1042 failed. Will repeat in 60s

Offline Doc

  • Rookie
  • *
  • Posts: 35
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #77 on: July 06, 2017, 08:34:43 PM »
Security margin does NOT work, I have it set at 20 and have several bags at -24% it just doesn't sell

Offline krixt

  • Rookie
  • *
  • Posts: 38
    • View Profile
Re: Multiple errors :- "Error: sell: options rate are required"
« Reply #78 on: July 06, 2017, 09:14:16 PM »

2017/07/06 19:16:20 Error: sell: options rate are required
!!! Cycle 1042 failed. Will repeat in 60s

Getting this as well.

Offline allanster

  • Contributor
  • **
  • Posts: 128
  • lux ex tenebris
    • View Profile
Re: Bugs/Issues tracker v3.3.2
« Reply #79 on: July 07, 2017, 01:18:05 AM »
Security margin does NOT work, I have it set at 20 and have several bags at -24% it just doesn't sell

I see a lot of people running it at 5%, I seem to have far less bags now at that setting, but smaller profit as well. We need a "Magic Tune" button : )
more human than human