All,
It feels silly to post basic questions about coding in the IDE on this forum where the discourse seems to be generally at a higher level. Nonetheless, in trying to overcome the learning curve, I know that I would greatly benefit from being able to ask short, simple questions that an experienced developer can answer in short simple snippets. For example, just to get my feet wet, I'm trying to write a simple mean reverting algorithm that will buy at tomorrow's daily open if today's close is below the five day weighted moving average of the daily low and sell at tomorrow's daily open if today's close is above the five day weighted moving average of the daily high.
Also, are the public algorithms only to be found embedded in Community posts? Or is there a collection of stand-alone algorithms that can be perused?
Thank you all for your patience.