Kamil Skowron
Kamil Skowron
Hi :wave: I updated the links/descriptions to my resources as they changed. Thanks in advance, Kamil
Cascading effect on not storing trades that happened: ``` iex(1)> 03:13:11.739 application=hefty module=Hefty.Algos.Naive.Trader [info] Trader(17919) received an transaction of 73.50000000 for BUY order 306907004 @ 0.25591000 iex(1)> 03:13:12.004 module=gen_server [error]...
Currently all tests for naive trader are setting up whole environment(BinanceMock, DummyStreamer etc) and try to publish events that will cause some specific behaviour of Naive trading strategy (buy, sell,...
Currently live logs contain exact time with milliseconds but they lack of date part (Y-m-d) - example: ``` iex(1)> 15:43:32.688 application=plug request_id=FcgEIZ4p7fcuofr4AAID module=Plug.Logger [info] Sent 200 in 115ms ``` `iex(1)>...
After initial investigation I believe it's related to stop loss being triggered on order that was filled. Stack trace: ``` iex(9)> 19:49:20.503 module=gen_server [error] GenServer #PID terminating ** (FunctionClauseError) no...
Observed in live system: ``` iex(1)> 15:47:20.982 application=hefty module=Hefty.Algos.Naive.Trader [info] Trader(8654) - Rebuy triggered for trade 253938705 bought @ 0.24153000 as price fallen below 0.24128847 iex(1)> 15:47:20.983 application=hefty module=Hefty.Algos.Naive.Leader [info]...
``` iex(1)> 15:46:11.229 application=phoenix module=Phoenix.Channel.Server [info] Replied phoenix:live_reload :error iex(1)> 15:46:21.235 application=phoenix module=Phoenix.Channel.Server [info] Replied phoenix:live_reload :error iex(1)> 15:46:31.241 application=phoenix module=Phoenix.Channel.Server [info] Replied phoenix:live_reload :error iex(1)> 15:46:41.245 application=phoenix module=Phoenix.Channel.Server [info]...
Hello :wave: I have a book that is written in English(https://github.com/Cinderella-Man/hands-on-elixir-and-otp-cryptocurrency-trading-bot) and would like to translate it to other languages(whole book to Spanish for example). I know this was touched...
Hey :wave: As I was going through examples, I've found an unused variable - this PR simply removes it.
Hi, It's my first pull request here so please be patience :) Thanks, Kamil