PureBytes Links
Trading Reference Links
|
Thanks a lot Jim. Downloaded, installed and ... yes
works fine.
Regards, Ton.
----- Original Message -----
Sent: Monday, November 30, 2009 2:39
PM
Subject: Re: [amibroker] Re: Jurik
Research tools - opinions? Anybody using Jurik tools?
Hello Ton,
I checked the Amibroker website and in the third party
link you can find indicator help zip and indicator.dll. Put the
indicator.dll into the plugins folder and read the help file and you will be
on your way to using the gaussian moving average. I think its better
than any of the others because its more smooth faster and its free. As
someone in this thread earlier wrote, indicators are just a tool in the
process of reaching some descision or bias. Using one indicator to
make a decision might be the equivalent of painting with one color on a canvas
of the same color.
Good Luck
Jim Wiehe
From: Ton Sieverding
<ton.sieverding@scarlet.be> To:
amibroker@xxxxxxxxxps.com Sent: Mon, November 30, 2009 4:06:22
AM Subject: Re: [amibroker]
Re: Jurik Research tools - opinions? Anybody using Jurik
tools?
Hi Jim,
I like what I see but could not find what I
wanted ... Can you give me the name of the DLL ? Or even better the DLL of
course ...
Regards, Ton.
-----
Original Message -----
Sent:
Sunday, November 29, 2009 11:24 PM
Subject:
Re: [amibroker] Re: Jurik Research tools - opinions? Anybody using Jurik
tools?
It's somewhere on the Amirboker website for members, where you can find
a dll for Gaussian moving average. Once you find it, put it in
your Include folder and you can use it like any other function. Here is
something I did with it, the ADX indicator is very jagged so why not smooth
it? Oh ya' its free too!!
_SECTION_BEGIN( "ADX"); range =
Param("Periods" , 14, 2, 200, 1 ); Plot( ADX(range), _DEFAULT_NAME( ),
ParamColor( "ADX color", colorBlue ), ParamStyle(" ADX style", styleThick )
); Plot( scGauss2ord( PDI(range) ,3), "+DI", ParamColor( "+DI color",
colorGreen ), ParamStyle(" +DI style") ); Plot( scGauss2ord( MDI(range)
,3), "-DI", ParamColor( "-DI color", colorRed ), ParamStyle(" -DI style")
); _SECTION_END( );
From: sebastiandanconia
<sebastiandanconia@ yahoo.com> To: amibroker@xxxxxxxxx ps.com Sent: Sun, November 29, 2009 1:15:23
PM Subject: [amibroker] Re:
Jurik Research tools - opinions? Anybody using Jurik
tools?
(OT) In a sincere attempt to help out a fellow trader/investor, I must
agree with Ara on this, and offer this additional advice: Whatever Jurik has
to offer, you can recreate it for yourself, at no further expense, with
Amibroker! In fact, you may not even need to recreate anything. Between the
"canned" indicators that come with AB, the additional ones available for
free in AB's online library, and what you can easily adapt from these two
sources I'm not sure you would ever need to pay extra for any indicators or
group of indicators.
Seriously. Pick any "unique" indicator that you
think is interesting, and spend a little time trying to duplicate it on your
own using AB. The math is the same for everybody.:) You'll get an
eye-opening experience in how snake oil is produced and marketed, but better
yet you'll get an indicator that you truly understand because you'll know
how it was made.
Good luck,
Sebastian
p.s. This also
goes for the poster from a few days ago who asked about the "High Velocity
Market Master" system. It looks like the indicators needed are a long-term
moving average (for direction), a couple of linear regression moving average
lines (crossover is a signal to buy or short), and an ATR volatility stop as
an entry trigger and target exit. S.
--- In amibroker@xxxxxxxxx ps.com,
"Michael" <herpse30@xx .> wrote: > > > > I
appreciate Ara's reply, but I would like to get an opinion or two from
actual users of Jurik Research tools. Anybody? > Thanks! >
> --- In amibroker@xxxxxxxxx ps.com,
"Ara Kaloustian" <ara1@> wrote: > > > > My
impression is that Jurik indicators are optimal for smoothness and fast
> > reaction. > > > > Having said that, fast
indicators are not necessarily the best for all > >
applications. > > > > One really needs to learn how to
use indicators properly and not to depend > > on any one indicator
... or any one timeframe. > > > > Guess what I am saying
is, you really don't need to pay for expensive > >
indicators > > > > > > ----- Original Message
----- > > From: "Michael" <herpse30@> > > To:
<amibroker@xxxxxxxxx
ps.com> > > Sent: Saturday, November 28, 2009 2:07
PM > > Subject: [amibroker] Jurik Research tools -
opinions? > > > > > > > Jurik Research has
variations of moving averages, RSI, Stochastics, etc. > > > in
their indicator toolbox for Amibroker. They are JMA, VEL, CFB, RSX, and
> > > DMX. > > > > > > Any good?
Worthwhile add-on purchases? > > > > > > Any
indicator/s better than the others? > > > > > >
Thanks! > > > > > > > > > > >
> ------------ --------- --------- ------ > > > > >
> **** IMPORTANT PLEASE READ **** > > > This group is for the
discussion between users only. > > > This is *NOT* technical
support channel. > > > > > > TO GET TECHNICAL
SUPPORT send an e-mail directly to > > > SUPPORT {at} amibroker.com > > > > > > TO SUBMIT
SUGGESTIONS please use FEEDBACK CENTER at > > > http://www.amibroker.com/feedback/ >
> > (submissions sent via other channels won't be considered) >
> > > > > For NEW RELEASE ANNOUNCEMENTS and other news
always check DEVLOG: > > > http://www.amibroker.com/devlog/ >
> > > > > Yahoo! Groups Links > > > >
> > > > > > > > >
> >
__._,_.___
**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.
TO GET TECHNICAL SUPPORT send an e-mail directly to
SUPPORT {at} amibroker.com
TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
__,_._,___
|
|