Instrospecting Ecto Schemas Embedded comments form

5th video in the series about building cryptocurrency trading bot in Elixir

5th video in the series about building cryptocurrency trading bot in Elixir - this time starting and running multiple traders at once

We will introduce a rebuy_interval which will allow us to start new traders as prices fluctuate. Before doing that we will work on a few things:

  • buy price (by introducing buy_down interval)
  • quantity (as it was hardcoded up to this moment)
  • race condition related to multiple transactions per order
  • rebuy interval mentioned above
  • visibility (introducing unique ids for traders [for logging])

Link: https://youtu.be/97r9G4yOaPM