Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 278 Bytes

day17.md

File metadata and controls

6 lines (4 loc) · 278 Bytes

Day 17

One of the interesting corollaries to multi_assets discussed in day 16 is conditional branching. Can you implement an asset pipeline where:

  • Asset A returns a value greater than 10 about 30% of the time
  • If asset A >10, run asset B. If asset A <= 10, run asset C.