gbot-trader icon indicating copy to clipboard operation
gbot-trader copied to clipboard

Bot doesn't work since 2 days.

Open mjwowpa opened this issue 6 years ago • 4 comments

Hi,

I know there is a limit of deposit of 0.05 BTC but the word deposit is not really clear. My bot doesn't trade since 2 days for no reason, and I have a balance < 0.05 of BTC. Any idea :) ?

Thanks

mjwowpa avatar Oct 19 '17 17:10 mjwowpa

Deposit is the sum of balances in both currencies. deposit = currency1 + (currency2 * price)

Perhaps here there is an answer FAQ_RU#24

To understand the real reason, you need a detailed log (LOG=true, LOG_DEBUG=true) and config

steeply avatar Oct 19 '17 17:10 steeply

Ok thanks with this option, it's more clear :) Bot is working now ! Do you advise a strategy ?Since 1 Day with Scaper, I have lost 12$, but with BB Strategy, I have earned 1,45$ with 100$. Maybe it's my config that gone wrong. Any tips ?

mjwowpa avatar Oct 22 '17 16:10 mjwowpa

The scalper is used only for the flat! Now the market is trend. BB is a very difficult strategy to use it, you need to understand how the indicators work and how to configure them

Use the strategies of "One Sell a lot Buy" or "One Buy a lot Sell"

Example of setting for "One Sell a Lot Buy". To work we need USD Change the options for you.

EXCHANGE=wex
NAME_COIN=btc
NAME_COIN_TWO=usd
COUNT_ORDERS=20
QUANTITY_ORDERS_IN_BLOCKS=5
SIZE_ORDERS_MARTINGALE=20
OFFSET_FIRST_ORDERS_PERCENT=0.01
RANGE_OFFSET=15
ONE_ORDERS_SELL=true
ONE_ORDERS_OFFSET=0.4
ONE_ORDERS_PROFIT_PERCENT=0.3
2017-10-22 21 47 12

It will be something like this. Screen from another stock exchange. Just to make it clear the essence of the strategy.

img_2017-10-22 21 52 10

steeply avatar Oct 22 '17 16:10 steeply

Okay man, THANKS !!!

mjwowpa avatar Oct 22 '17 17:10 mjwowpa