Search found 17 matches

by syracusepro
17 Oct 2016
Forum: MultiCharts
Topic: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]
Replies: 11
Views: 4528

Re: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]

You are correct TJ. I just have been extremely busy trading and doing other tasks, but always post the credit when indicator is published. On this case just wanted to post the code, but didn't even get the creators information, as it was just posted. Will research again, to see if any page listed cr...
by syracusepro
17 Oct 2016
Forum: MultiCharts
Topic: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]
Replies: 11
Views: 4528

Re: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]

That was the input by another user. Now, if I enter the full code I posted above, this line for example will not compile, due to the QQE function, is not or there is none on Multicharts: RetVal = [b]QQE[/b]( RSIPrice, RSILength, RSISmoothLength, ATRLength, ATRSmoothLength, FastATRMult, SlowATRMult, ...
by syracusepro
17 Oct 2016
Forum: MultiCharts
Topic: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]
Replies: 11
Views: 4528

Re: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]

Hi;

It seems to me the code posted was a function for TS in easy language, but in MultiCharts, inputs and variables have to be declared or defined in a different way. Also, then the indicator code has to be created. I will try to go a little further, and see how it goes. Thanks.
by syracusepro
16 Oct 2016
Forum: MultiCharts
Topic: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]
Replies: 11
Views: 4528

Re: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]

Hi Tony; See the code below. Function Provided The QQE calculations are provided as an EasyLanguage function so that you can use this idea in strategies or other indicators. Function EL Code inputs: double RSIPrice( Close ), { the price to be used in the calculation of the RSI } int RSILength( 14 ),...
by syracusepro
14 Oct 2016
Forum: MultiCharts
Topic: QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]
Replies: 11
Views: 4528

QQE Quantitative Qualitative Estimation for Multicharts [SOLVED]

Hi; Is there a study QQE Quantitative Qualitative Estimation for Multicharts?

I have tried to assemble one, but is not compiling. If I post then I would be ignored because of the problems, but that is just the matter, that is not compiling.

So any QQE available?

Thanks in advance.
by syracusepro
11 Oct 2016
Forum: MultiCharts
Topic: Smoothed Heikin Ashi Candles
Replies: 1
Views: 1443

Smoothed Heikin Ashi Candles

Hi; I got compilation errors as I am trying to compile the following code to make a Smoothed Heikin Ashi study: // "Smoothed Heiken Ashi Candles" Inputs: len(10), len2(10); Variables: openc(o), closec(0), highc(0), lowc(0), haclose(0), haopen(0), hahigh(0), halow(0), o2(0), c2(0), h2(0), l2(0); open...
by syracusepro
05 Oct 2016
Forum: MultiCharts
Topic: PPS Indicator Easy Language? [SOLVED]
Replies: 1
Views: 1061

PPS Indicator Easy Language? [SOLVED]

I am looking for the PPS Indicator Easy Language. If anyone has to code or link. Thanks in advance.
by syracusepro
05 Oct 2016
Forum: MultiCharts
Topic: Indicator [SOLVED]
Replies: 3
Views: 1170

Re: Indicator [SOLVED]

Lets say I want to create a condition when RSI crosses over and under the Average RSI. Also, to plot some kind of dot or arrow if available, such arrow up and or arrow down. Thanks.
by syracusepro
05 Oct 2016
Forum: MultiCharts
Topic: Indicator [SOLVED]
Replies: 3
Views: 1170

Re: Indicator [SOLVED]

Thanks a lot.
by syracusepro
05 Oct 2016
Forum: MultiCharts
Topic: Indicator [SOLVED]
Replies: 3
Views: 1170

Indicator [SOLVED]

I need help with an indicator I am trying to build.

Want to plot the RSI and also the

Code: Select all

avgrsi = WildersSmoothing(rsi);
.

Thanks in advance.
by syracusepro
30 Sep 2016
Forum: MultiCharts
Topic: Indicator Not Working
Replies: 3
Views: 1436

Re: Indicator Not Working

Do Multicharts customers have access to TS studies page?
by syracusepro
30 Sep 2016
Forum: MultiCharts
Topic: Indicator Not Working
Replies: 3
Views: 1436

Indicator Not Working

Hi; On the following code, the function compiles fine, but the indicator does not. Function: SRSI // TASC JUL 2015 // SRSI inputs: iPrice( numericseries ), Length( numericsimple ),{ this input assumed to be a constant >= 1 } SMoothingLength( numericsimple ) ; variables: NetChgAvg( 0 ), TotChgAvg( 0 ...
by syracusepro
30 Sep 2016
Forum: MultiCharts
Topic: Free Easy Language Indicators
Replies: 2
Views: 1304

Re: Free Easy Language Indicators

Thanks a lot.
by syracusepro
30 Sep 2016
Forum: MultiCharts
Topic: Free Easy Language Indicators
Replies: 2
Views: 1304

Free Easy Language Indicators

Hi;

If someone can post a nice resource of free Easy language and Multicharts indicators. Thanks.
by syracusepro
30 Sep 2016
Forum: MultiCharts
Topic: Polychrome [SOLVED]
Replies: 5
Views: 2230

Re: Polychrome [SOLVED]

hughes; I would like to appreciate your help as that link gave me most of what I needed then I completed the plot by adding the rest of the code, which I am posting here. Thanks a lot. Inputs: price ( Close ), length ( 8 ); Variables: num ( 0 ), indexN ( 0 ), accuN ( 0 ), denom ( 0 ), indexD ( 0 ), ...
by syracusepro
29 Sep 2016
Forum: MultiCharts
Topic: Polychrome [SOLVED]
Replies: 5
Views: 2230

Re: Polychrome [SOLVED]

The code is not compiling. It seems to be a problem with the For loop.
by syracusepro
29 Sep 2016
Forum: MultiCharts
Topic: Polychrome [SOLVED]
Replies: 5
Views: 2230

Polychrome [SOLVED]

Need help with the following code: Inputs: Double price(close), Double bxo(0.2), Double sxo(-0.04), Double length(14); Variables: Double num(0), Double denom(0), Double PM(0), Double accuD(0), Double accuN(0); For N = 1 to length - 1 begin accuN = accuN + (price - getValue(price, N, length)) / Sqrt[...

Go to advanced search