Search found 3 matches

by joanricard
06 May 2015
Forum: MultiCharts .NET
Topic: StochRSI
Replies: 4
Views: 3024

Re: StochRSI

I've been writing this code and seems to work. I want to add some things to make it nice, but for now I would like someone to assure me that this is what I want to calculate (see post up). If so, now my goal is to make a strategy ... using System; using System.Drawing; using PowerLanguage.Function; ...
by joanricard
04 May 2015
Forum: MultiCharts .NET
Topic: StochRSI
Replies: 4
Views: 3024

Re: StochRSI

Henry,

Before your answer, I readed that link but I don't know to apply at something as this (note that I am not a programer and C# is too much for me):
I'm looking for the maximun value of 39 periods of RSI of 19 periods calculate on close price.

Code: Select all

highest[39](RSI[19](close))
Thanks in advance
by joanricard
03 May 2015
Forum: MultiCharts .NET
Topic: StochRSI
Replies: 4
Views: 3024

StochRSI

I am trying to implement a StochRSI in MC.NET (https://www.multicharts.com/support/base/?action=article&id=1185) but my knowledge of C# are poor. Despite (https: // www .multicharts.com / downloads / MultiCharts.NET-ProgrammingGuide-v1.1.pdf) & (https://www.multicharts.com/trading-software/index.php...

Go to advanced search