Replies: 1 comment 8 replies
-
Warning The convention depicted below for v3 is obsolete EMA in the v3 base branch is probably a better example of where I’m headed for the new file taxonomy. It’s still evolving.
The next step in my game plan for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I peeked into a source tree after a long absence, pondering to contribute some code. But I am a bit puzzled with structure for each indicator. There are 4-6 source files per indicator, and it would be helpful to understand what files (and methods) a typical indicator should include, which are required and which are optional.
My current deduction (correct me if I am wrong):
For new-style indicators you refactored *.Series.cs so instead of using "traditional" algo, it uses the Class.Add() to iterate through all values in the array of quotes.
Beta Was this translation helpful? Give feedback.
All reactions