askmike / gekko

A bitcoin trading bot written in node - https://gekko.wizb.it/
MIT License
10.07k stars 3.94k forks source link

Gekko sell/buy on fixed price #2665

Closed sanitariu closed 5 years ago

sanitariu commented 5 years ago

I am trying to make gekko buy on exact price and sell on exact price even if it has to wait 1 year. How this could be done ? Anything like market limit ?

LoayGhreep commented 5 years ago

Gekko Works Like When You advice him to buy it get the market order book if the highest bid is 1 it puts order at 1.01 even it was in selling orders and keeps putting the highest bid everytime someone tries to put higher bid price and the same for selling

sanitariu commented 5 years ago

Maybe i did not explained correctly. Lets say we have crypto1 and crypto2. I would like to buy with crypto1 my crypto2 only if price is =< 0.90. And sell all my crypto2 for crypto1 only if price is >= 0.95. Thats all and do nothing more. If price is different just wait.

askmike commented 5 years ago

This can't be done without editing Gekko yourself, it goes against the scope of the project. Read the scope here: https://gekko.wizb.it/docs/introduction/scope.html