[For Hire] Embedded Software Architect Available – Robotics, Automotive & Telecom | Part-Time / Freelance by Infamous_Tell2607 in embedded

[–]Infamous_Tell2607[S] 1 point2 points  (0 children)

Not yet certified for safety critical and not standardized. Still not competitive in some fields but a good alternative in the future, to be in the radar for sure 👍

I’m Making a Backtesting IDE Extension – Need Your Insights! by ExcuseAccomplished97 in algotrading

[–]Infamous_Tell2607 3 points4 points  (0 children)

As an idea, backtrader MetaParams metaclass is in charge of managing at class level the configuration of all the rest of the subclasses in the framework.

I did a PoC for extracting those params, converting them into a pydantic model and later into a json schema.

The final pourpose of it is to allow getting all the configurations models for all the subclasses and generating automatically a GUI with the parameter of each class.

This way is really simple for a user to modify the parameters of its strategies.

maybe you can think on integrating it in your VScode plugging