- ago
How to write code for the following indicator:
Indicator 4 = X-period EMA of Indicator 1

0
226
Solved
1 Replies

Reply

Bookmark

Sort
- ago
#1
CODE:
TimeSeries Indicator4 = EMA.Series(source, period); //where source is Indicator1


To keep the forum searchable, a good topic title should summarize the question. Like "X-period EMA of Indicator in C# code" compared to a somewhat lifeless "Question - Indicator". Thanks for marking your topics with "Question" but it's not necessary: most of the topics here are some questions inherently.
0
Best Answer

Reply

Bookmark

Sort