Search found 6 matches

by jorange
15 Aug 2019
Forum: MultiCharts
Topic: Indicator calculating even if data field is n/a
Replies: 6
Views: 1820

Re: Indicator calculating even if data field is n/a

Bump/update; I did some digging around the settings and couldn't find a solution. Checked the manual and no dice, but I did find this floating on the forums: https://www.multicharts.com/discussion/viewtopic.php?t=46806 Reading through this thread from 2014, it seems like the thread author had a simi...
by jorange
30 Jul 2019
Forum: MultiCharts
Topic: Indicator calculating even if data field is n/a
Replies: 6
Views: 1820

Re: Indicator calculating even if data field is n/a

As in the previous posts, I start by making sure that the indicator is printing values that I expect. 1) The code for the below picture is: inputs: pairslen(5); var: spread(0), pairs(0); //Spread calculation spread = close data1 - close data2; //Pairs calculation pairs = RSI(spread, pairslen); //Plo...
by jorange
30 Jul 2019
Forum: MultiCharts
Topic: Indicator calculating even if data field is n/a
Replies: 6
Views: 1820

Re: Indicator calculating even if data field is n/a

Hey TJ, Thanks for the suggestion, I went ahead and tried un-checking the real-time history matching options but the result was the same. However, I did play around with the "Base Study On" field and noticed that if I switched the data, I was able to get the results I was expecting. See the pictures...
by jorange
25 Jul 2019
Forum: MultiCharts
Topic: Indicator calculating even if data field is n/a
Replies: 6
Views: 1820

Re: Indicator calculating even if data field is n/a

I've been working on this on/off while doing other projects the past few days and just wanted to provide more info/what I've found: 1. In pictures 1 and 2 of this post, the code makes explicit reference to data1. If data1 has a value, then the indicator will print a value. If I switch the data aroun...
by jorange
21 Jul 2019
Forum: MultiCharts
Topic: Indicator calculating even if data field is n/a
Replies: 6
Views: 1820

Indicator calculating even if data field is n/a

Hi, I'm having an issue with understanding what's happening below; Prob3.png Prob4.png The code I'm using is this: //---------------------------------------------- var: spread(0); //Spread calculation spread = close data1 - close data2; //Plots plot1(spread, "SPREAD", blue); //----------------------...
by jorange
21 Sep 2018
Forum: MultiCharts
Topic: Strategy not loading over displayed dataset [SOLVED]
Replies: 1
Views: 692

Strategy not loading over displayed dataset [SOLVED]

Hi, I'm stuck on this problem and could use some help. I've checked through the forums and couldn't really find anything that touched on this; I've formatted an instrument over a long time frame (just a little under 20 years of data) and applied a strategy over the data. The strategy however doesn't...

Go to advanced search