phpTraderNative icon indicating copy to clipboard operation
phpTraderNative copied to clipboard

Fix enum usages

Open jb-lopez opened this issue 2 years ago • 0 comments

The enums located in namespace LupeCode\phpTraderNative\TALib\Enum are not coded like modern enums. Whether this is due to me misunderstanding PHP enums, or PHP enums evolving since they were introduced, I can't say.

The code technically works, but has issues. There have been a few gotchas discovered, like #18, #17, and #16.

Updating the code to the modern PHP enum formatting is a must.

jb-lopez avatar Nov 25 '23 05:11 jb-lopez