HaschekSolutions / cryptotrader

This is an experimental trading bot framework written in PHP. It may contain bugs and should not be trusted with much money
Other
143 stars 49 forks source link

How to set up buy and sell points #1

Closed cryptodigger closed 6 years ago

cryptodigger commented 7 years ago

Hello,

I saw your previous bots projects and thats how I found this one. I cloned everthing onto my Raspberry but I am now just wondering how to I set up buy and sell points? In the previous bot your wrote you mentioned that, in this one I am not able to locate that.

Thanks for your help!

geek-at commented 6 years ago

It wasn't available until yesterday. Check out bots/uptrendsurfer.php and bots/waverider.php

aferrato commented 6 years ago

Hi, is there a chance to tell the bot when to buy cryptocurrency? for example: if I want the bot to buy when BTC is 8000 USD and then resell how I can do?

thanks!