Support Board
Date/Time: Sun, 23 Feb 2025 18:47:52 +0000
Post From: using OOP clases for studies and trading systems
[2021-02-14 20:14:44] |
User30743 - Posts: 365 |
Is anybody using the oop approach when building studies and trading system? I can see that most (if not all the examples) are procedural style code, which is ok for simple things but I find it quite messy for more complex stuff and generally I like having things encapsulated in classes (Java deformation), so I am thinking of refactoring the code into OOP. But I have not tested anything yet and I don't know what kind of caveats it can have. Any suggestions on this topic? Date Time Of Last Edit: 2021-02-14 20:15:29
|