Do you really need the Jurik indicators? Please vote.

Questions about MultiCharts and user contributed studies.
User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Jun 24 2009

Since Mark Jurik doesn't want/can’t afford to adapt his studies to MultiCharts we want to find a way to do it on our own. It seems we found a solution to make it work, but we need to invest some more time to make it available to public.
So my question is how many of us need the jurik indicators. Please add your comment if you need it. If the number of users will be significant we will implement in this project.
Thanks.
Last edited by Andrew Kirillov on Jul 03 2009, edited 1 time in total.

SUPER
Posts: 647
Joined: Mar 03 2007
Has thanked: 106 times
Been thanked: 85 times

Jun 24 2009

+1 Support

weitau
Posts: 15
Joined: Jun 24 2009

Jun 24 2009

I saw his moving average, and it is amazing. I want it!

aljafp
Posts: 184
Joined: Oct 28 2005
Been thanked: 1 time

Jun 25 2009

NO!!!

I am NOT interested in it and would rather you guys devote precious resources on other areas.

thanks

User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Jun 25 2009

This is not a large project, but it is interesting why do you say no?

User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Jun 25 2009

It seems the question is not actual anymore since we were able to adapt to Jurik indicators and it works with MultiCharts now! It will be released in 5.5.
Keep in mind it works for TS2000i indicators. We didn't have a chance to test TS8 versions so we can't sate it works. If you have further questions send us an e-mail.

Image
Attachments
Jurikind.png
(78.61 KiB) Downloaded 2053 times

brodnicki steven
Posts: 407
Joined: Jan 01 2008
Been thanked: 3 times

Jun 25 2009

That's great news Andrew !, it could actually be listed as a new selling feature for MC.
Mark Jurik is a mathematician and has excellent indicators, they don't however, predict the future, they are just the best at what they do.
The JMA for example, is an excellent proxy for price and that's its best use.(it was NOT designed for MA crossovers or smoothing other indicators.)
I have used Jurik's tools in TS2ki for 10+years and I'm a satisfied customer of Mark's. I'm very glad that they will be compatible with MC soon.

User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Jun 25 2009

Steven,
Thanks for the comments Steven!

User avatar
RobotMan
Posts: 375
Joined: Jul 12 2006
Location: Los Altos, California, USA
Has thanked: 31 times
Been thanked: 13 times
Contact:

Jun 25 2009

I concur with Steven. I have used Jurik functions in my own indicators since the late 1990's. I converted the JMA I used in TS for (my own) use in MultiCharts and have continued to be impressed with the results. I use JMA every day. I have tried for over a year to buy the most current version, but as everyone else already knows, have been unsuccessful.

I also am a big supporter of using legal and licensed software. As long as it is on the up and up, I am all for it and look forward to it.

Having JMA available in Multicharts is a very beautiful thing!

User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Jun 26 2009

RobotMan,
Do you really think that we are promoting illegal software? We got the indicator sources and dll for our customer and analyzed why it doesn't work.
As far as we understand Jurik provides DLL to a customer with hardcoded TS customerid. If you are legal customer you know your TS customerid and type it in the MultiCharts input. If you enter something different the indicator will not work.
So basically we adopted MultiCharts to work with Jurik indicators and they are protected the same way as they were under TS.

So as son as we release Multicharts 5.5 you should ask Jurik if he want to provide his studies to MultiCharts.

aljafp
Posts: 184
Joined: Oct 28 2005
Been thanked: 1 time

Jun 27 2009

This is not a large project, but it is interesting why do you say no?
Andrew, if you had stated upfront that its not a large project then i wouldn't have said No.

Since you asked for feedback, i was just letting you know that some of us do not use it and if its a large undertaking then we'd rather you NOT devote precious resources on it.

But since its now available, i am sure the guys who use it will appreciate it greatly.

User avatar
RobotMan
Posts: 375
Joined: Jul 12 2006
Location: Los Altos, California, USA
Has thanked: 31 times
Been thanked: 13 times
Contact:

Jun 27 2009

Andrew Said:
RobotMan,
Do you really think that we are promoting illegal software?
No Andrew, of course not. I was talking about stuff like this.
http://forum.tssupport.com/viewtopic.php?p=25724#25724

Albeit a well meaning and friendly gesture.

bruiser
Posts: 6
Joined: Mar 18 2008

Jul 01 2009

Andrew Said:
As far as we understand Jurik provides DLL to a customer with hardcoded TS customerid. If you are legal customer you know your TS customerid and type it in the MultiCharts input. If you enter something different the indicator will not work.
Hi Andrew, that solution sounds really great for the Jurik indicators, but I was wondering also about other older TS ELS/ELD based indicators that use the function customerid in their actual protected easylanguage code (rather than a dll), as their security check:

Currently for me if I debug customerid and getuserid functions via:
print("customerid= ", customerid, " getuserid=", getuserid ) ;
I get a value of 0.00 returned for customerid, whereas I correctly get my multicharts userid for getuserid.

If you think it makes sense, could you make the customerid function return the same value as what getuserid does?
Or, alternatively, call that same MultiCharts input that you mentioned above in the Jurik solution? (my only concern there would be depending how the original indicator is programmed it may then be prompting you to enter your customerid in every single bar).

A solution for the customerid function should make MultiCharts even more compatible with TS indicators.

Thanks for your time.

SUPER
Posts: 647
Joined: Mar 03 2007
Has thanked: 106 times
Been thanked: 85 times

Jul 02 2009

bruiser,

I don't think the suggestion of CustomerID should return same value as of GetUserID instead it would be a good idea to have an ability to input TS ID in MC for CustomerID so that studies locked for only TS can be used on MC also. People with legitimate copy will only have ability to use studies on MC just like they do on TS at present, so it takes care of piracy issue.

GetUserID should remain unique to MC only.

Regards
Super

bruiser
Posts: 6
Joined: Mar 18 2008

Jul 02 2009

Hi Super,
I totally take your point about GetUserID remaining unique to MC only.

I in light of that, I really like your idea of: in Multicharts, being able input your TS Customer ID, which the function call to CustomerID would then return (instead of 0 as it does now), and thus allowing legitimate owners, the ability to use studies which previously were locked for TS only, to now also run on MC as well.

Seems like a pretty cool solution.

Cheers,
Bruiser

User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Jul 03 2009

That's right SUPER. This is what we want to do for Jurik indicators.

User avatar
TJ
Posts: 7775
Joined: Aug 29 2006
Location: Global Citizen
Has thanked: 1036 times
Been thanked: 2233 times

Jul 03 2009

That's right SUPER. This is what we want to do for Jurik indicators.
Brilliant !

valabhi
Posts: 45
Joined: Jun 25 2007

Jul 06 2009

i want it

bruiser
Posts: 6
Joined: Mar 18 2008

Aug 11 2009

Hi Andrew,
For those that were interested in this: can I clarify if the official Multicharts 5.5 will actually have the ability to Input a TS Id, (which a call to CustomerId would then return)?
If so, will the solution only be for the Jurik Indicators?, or will it be a generic Input, that would allow virtually any TS Indicator that has CustomerId validation to work (if legitimate customerid of course)?

brodnicki steven
Posts: 407
Joined: Jan 01 2008
Been thanked: 3 times

Aug 11 2009

Yes, we want to be able to run TS2ki locked studies in MC (hopefully not just Jurik). Incorporating the TS customerID looks like a great solution.

User avatar
Andrew Kirillov
Posts: 1589
Joined: Jul 28 2005
Has thanked: 2 times
Been thanked: 31 times
Contact:

Aug 13 2009

We will think what we can do. I'm not sure it will be available in MultiCharts 5.5

bruiser
Posts: 6
Joined: Mar 18 2008

Aug 13 2009

Appreciate the update Andrew & thanks for considering the more generic solution.

irishkev
Posts: 19
Joined: Aug 01 2007
Has thanked: 1 time

Aug 16 2009

+1 I'm very interested in using these indicators.

Thanks,
Kevin

Emmanuel
Posts: 355
Joined: May 21 2009
Has thanked: 109 times
Been thanked: 28 times

Aug 16 2009

+1 Vote :D

SUPER
Posts: 647
Joined: Mar 03 2007
Has thanked: 106 times
Been thanked: 85 times

Dec 16 2009

Andrew,

Is it available in MC 6.0 (beta) ?

Regards
Super

drwar
Posts: 218
Joined: Jul 31 2005

Dec 19 2009

I hope this gets done, I am for it.

~J

tcat
Posts: 176
Joined: Feb 02 2008
Location: Lausanne, Switzerland
Has thanked: 9 times
Been thanked: 5 times

Dec 26 2009

Hi Andrew,

Any news on the matter?

Thierry

TradingPro
Posts: 20
Joined: Dec 21 2009

Mar 07 2010

May we please have a response from TSSupport on this important issue.

Do we now have full compatibility with Jurik indicators in MC6 ?

brodnicki steven
Posts: 407
Joined: Jan 01 2008
Been thanked: 3 times

Mar 07 2010

May we please have a response from TSSupport on this important issue.

Do we now have full compatibility with Jurik indicators in MC6 ?
** It's still not native compatibility but Andrew can make it work for you, if you contact him.

TradingPro
Posts: 20
Joined: Dec 21 2009

Mar 07 2010

May we please have a response from TSSupport on this important issue.

Do we now have full compatibility with Jurik indicators in MC6 ?
** It's still not native compatibility but Andrew can make it work for you, if you contact him.
Thanks again Steven, I’ll wait for Andrews response.

evanscje
Posts: 34
Joined: Dec 11 2009
Location: Arizona

Sep 15 2010

Andrew, I too have the indicators for TS but need them to work in MC .. if you have any solution for this then I would love to hear it
CJE

sptrader
Posts: 742
Joined: Apr 09 2010
Location: Texas
Has thanked: 483 times
Been thanked: 274 times
Contact:

Sep 15 2010

You need to send Andrew an email and he can advise you about it.

User avatar
Dave Masalov
Posts: 1712
Joined: Apr 16 2010
Has thanked: 51 times
Been thanked: 490 times

Sep 16 2010

Dear evanscje,

Please send us an e-mail with detailed description of your request.