PureBytes Links
Trading Reference Links
|
Disregard the comment about using the negative value of your
indicator. That would apply to an indicator displaying only postive
values. Positionscore takes the absolute value to find the most
extended degree.
Best Regards,
David Piatek
--- In amibroker@xxxxxxxxxxxxxxx, "David Piatek" <junk@xxxx> wrote:
>
> Have you looked into using positionscore? To get the short trade
> using positionscore, take the negative of your indicator...
>
> David
>
> --- In amibroker@xxxxxxxxxxxxxxx, TaMeR <yahoo@xxxx> wrote:
> >
> >
> > Hello Graham,
> > Thank you for your interest.
> > What I mean by the best one is that my indicator gives result
> which
> > usually ranges from 250 to -250 but it isn't a percent indicator
> so the
> > numbers is unpredictable. The bigger the number is the better is
> my buy
> > signal and in return the smaller the number is the stronger is
my
> short
> > sell signal.
> > I like to find the highest high number not just from the current
> ticker
> > but from all tickers. So what I need is to store the number from
> each
> > ticker in a variable then sort them and get the highest and
lowest
> > number to trade long and short.
> >
> > Hope this helps!
> >
> > --
> >
> > Cheers,
> > TaMeR
> >
> >
> > Graham wrote:
> > > what exactly do you mean by the best one?
> > >
> > > --
> > > Cheers
> > > Graham
> > > AB-Write >< Professional AFL Writing Service
> > > Yes, I write AFL code to your requirements
> > > http://e-wire.net.au/~eb_kavan/ab_write.htm
> > >
> > >
> > > On 11/20/05, TaMeR <yahoo@xxxx> wrote:
> > >
> > >>Why you would refer me to the manual pages?
> > >>I don't see anything in the manual that shows how to evaluate
> and rank
> > >>all tickers then go back to take the best one for a buy signal.
> > >>The do-while in the manual just evaluates data for each ticker
> but does
> > >>not show how to evaluate/test data between tickers.
> > >>I would appreciate if you could point me to the right place!
> > >>_
> > >> Cheers,
> > >> TaMeR
> > >>
> > >>goldwing01_1999 wrote:
> > >>
> > >>>also this one:
> > >>>
> > >>>http://www.amibroker.com/guide/a_language.html
> > >>>--- In amibroker@xxxxxxxxxxxxxxx, "goldwing01_1999"
> > >>><goldwing01_1999@xxxx> wrote:
> > >>>
> > >>>
> > >>>>is this what you looking for:
> > >>>>http://www.amibroker.com/guide/whatsnew.html
> > >>>>
> > >>>>
> > >>>>--- In amibroker@xxxxxxxxxxxxxxx, TaMeR <yahoo@xxxx> wrote:
> > >>>>
> > >>>>
> > >>>>>I have an indicator on which the higher the result is the
> better
> > >>>>
> > >>>>the signal.
> > >>>>
> > >>>>
> > >>>>>I like to back test and find the one best signal per day and
> > >>>
> > >>>only
> > >>>
> > >>>
> > >>>>trade
> > >>>>
> > >>>>
> > >>>>>that one signal.
> > >>>>>
> > >>>>>I guess I need a do-while statement, does someone have a
snip
> > >>>
> > >>>set
> > >>>
> > >>>
> > >>>>for me?
> > >>>>
> > >>>>
> > >>>>>--
> > >>>>>
> > >>>>> Cheers,
> > >>>>> TaMeR
> > >>>>>
> > >>
> > >>
> > >>--
> > >>
> > >> Cheers,
> > >> TaMeR
> > >>
> > >
> > >
> > >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|