Learn how to create custom Type Converters to be used with NinjaScript UI’s property grid. Notes on using traditional coding statements, ternary operators, and LINQ queries.
I managed to turn this into a generic type converter that will work on any strategy that includes the correct properties and enums. Next step would be to see if I can create an abstract strategy class of my own that supplies a base set of properties and parameters so I don't have to type in the same properties each time I want to develop a strategy.
Should be available now. There will be more code than has been written about in the SubStack. Expect a couple of more posts coming out explaining them before the next Strategy drop. Feel free to e-mail me if you have any questions.
I managed to turn this into a generic type converter that will work on any strategy that includes the correct properties and enums. Next step would be to see if I can create an abstract strategy class of my own that supplies a base set of properties and parameters so I don't have to type in the same properties each time I want to develop a strategy.
Dont see the new code in Github Repo
Standby.
Should be available now. There will be more code than has been written about in the SubStack. Expect a couple of more posts coming out explaining them before the next Strategy drop. Feel free to e-mail me if you have any questions.