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

Nib and fip parameters #10

Closed trainingday01 closed 6 years ago

trainingday01 commented 6 years ago

Hello! I'm trying to figure out how the fip value works. I have bought 0.21189432 ETH for 228 € when it's price was 1074.30€. Is this the right command to run?

php bots/waverider.php -p ETH-EUR -bw 228 -g 10 -pv 5 -nib fip 1074.30

Thank you!

geek-at commented 6 years ago

yes exactly! check the value with the "-sim" parameter first (simulation)

trainingday01 commented 6 years ago

Okay! Thank you! :D