Cinderella-Man / hands-on-elixir-and-otp-cryptocurrency-trading-bot

Source code to generate the "Hands-on Elixir & OTP: Cryptocurrency trading bot" book
https://elixircryptobot.com
263 stars 34 forks source link

Change from step to step_size #5

Closed edborsa closed 3 years ago

edborsa commented 3 years ago

By the end of the sub-chapter 7.5 "Calculate quantity" on the function declaration for calculate_quantity, you are using in the body just "step" instead of "step_size".

Best regards

Cinderella-Man commented 3 years ago

Hi :wave:

Thank you very much for pointing this out :+1: I checked the source code repository and it looks like it's OK there so I will merge it to the main branch and it will be released with version 0.1.4 (probably today)

Thank you once again!