Search found 7 matches

by peachfuzz
15 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

Re: How Can I Code This?

Thanks for the replies. Here's what I've managed to write thus far. However, I get an error on lines 50 and 51 relating to XAverage. Not sure what is wrong since XAverage, as far as I can tell, is a legit function, no? Anyway, any advice would be appreciated. using System; using PowerLanguage.Functi...
by peachfuzz
15 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

Re: How Can I Code This?

Okay, I've managed to eliminate all but 2 errors and this one eludes me. Please shine some light on this noob. Error Messages 'PowerLanguage.Function.XAverage' does not contain a definition for 'price' and no extension method 'price' accepting a first argument of type 'PowerLanguage.Function.XAverag...
by peachfuzz
15 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

Re: How Can I Code This?

Compiling the code produces too much error for which I do not quite understand. Any insight would be appreciated. using System; using PowerLanguage.Function; namespace PowerLanguage.Strategy { public class ExpAvg2Line_Cross_LE : SignalObject //renamed to ExpAvg2Line_Cross_LE from MovAvg2Line_Cross_L...
by peachfuzz
14 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

Re: How Can I Code This?

If you're looking for an answer, which your last posts suggest, then I'm sorry because I don't see a specific question in your post besides a general 'how can I code this?'. But before someone can answer that question, he/she needs to know what you already know to see what needs to be explained and...
by peachfuzz
14 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

Re: How Can I Code This?

Thanks for your response. There are already built-in scripts for "MA2_Crossover (in strategies)" and "EMA (in indicators)". In the format window of EMA, there's also an option for the displacement offset. So I initially thought if you could just replace the wording designated for the Simple Moving A...
by peachfuzz
13 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

Re: How Can I Code This?

Nobody here can answer this?
by peachfuzz
10 Sep 2015
Forum: MultiCharts .NET
Topic: How Can I Code This?
Replies: 8
Views: 4050

How Can I Code This?

I would like to utilize the prebuilt signal in MultiChart .Net (eg. MovAvg2Line cross LE and SE signals ). However, it appears that this strategy is limited only to "simple moving averages". The system I want to implement is Simple MA AND Displaced Exponential MA , which in fact are both available a...

Go to advanced search