Skip to content
This repository has been archived by the owner on Feb 16, 2020. It is now read-only.

Serious problem about BTCC trader #797

Closed
383131600 opened this issue Jun 23, 2017 · 1 comment
Closed

Serious problem about BTCC trader #797

383131600 opened this issue Jun 23, 2017 · 1 comment

Comments

@383131600
Copy link

I found a serious problem. When I fix the fee, the order price of the robot was different from the price actually released in BTCC, and I tried a variety of settings. The selling price must be less than the buying price.

buy=买入
sell=卖出
success deal=全部成交
cancel deal=已撤单
image

@askmike
Copy link
Owner

askmike commented Jun 27, 2017

Apologies for these problems. When you say:

the order price of the robot was different from the price actually released in BTCC, and I tried a variety of settings.

You mean that Gekko did an order at the wrong price? If so compared to what price?

Or maybe you only mean:

The selling price must be less than the buying price.

The basic strategies that come with Gekko act as trend watching strategies. The only thing they do is look at the market and if they think it is an uptrend signal BUY (and if a downtrend signal SELL).

However if you want to be sure you only buy if the price is higher than last sell you can implement that in your own strategy, see #772 for an example. Feel free to ask more questions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants