Question: How do I create a shared function?
Right now, I have the same function across five strategies. I'm just duplicating the code between the five strategies, which of course, is cumbersome and not best practice. How would I place this function into a shared library the five strategies can then access? Thanks,

Comment