Franciszek Łajszczak
Franciszek Łajszczak
 Varaible `margin_text` is not assigned but it is used sometimes. Probably here: [https://github.com/whittlem/pycryptobot/blob/main/pycryptobot.py#L1092](url) python goes in to `elif` before `margin_text` is assigned (before `state.last_action == "BUY"`)...
Refactor `Renderer` and `SemiAutomaticParametrization` tests to smaller test cases.
Add explicit support for `LWPOLYLINE`, `POLYLINE`, `SPLINE`, `ELLIPSE`, `MTEXT`, `TEXT` etc.
Specific issue of #9. Add support for `LWPOLYLINE` parametriztion. Probably it it useless to explicly parametrize complex LWPolylines. Noone will use it because it would be too complex. Parametrizing it...
Specific issue of #9. Add support for `Elipse` parametriztion. For exmple using center, major and minor axis.
Codecov Coverage Report is broken at the moment ant not updating
Keep entities polarity as they are on parametric drawing.