PureBytes Links
Trading Reference Links
|
Line = LineArray(x0,y0,x1,y1);
plot(line,"Hor
Line",coloryellow,styleline);
where x0 = 0; //beginning of chart (or any value
less the BarCount, such as (BarCount -100) for the laast 100 bars
where x1 = Barcount-1; // for last bar (may just
Bracount)
where y0=y1= the value of the horizontal line (your
support level)
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
mrdavis9
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibrokeryahoogroups
Sent: Thursday, December 04, 2003 3:23
AM
Subject: [amibroker] Linearray( )
function
I have attached an indicator window showing how DT used
the new Linearray( ) function to plot sloping trendlines. I added a
horizontal support line in order to illustrate how I want to be able to use
this new Linearray( ) function. Notice how RDK has been resting on, or
bouncing off of the drawn horizontal support line since about mid June, until
mid October of 2003.
I am using several forms of Ref(LLV(RSI(14),-3); in
order to find stocks that are just starting to move up after having dropped
substantially. I would like to be able to scan for stocks that have just
started up, and which are at recent support, or just above, or just
below, recent horizontal support.
I read the Readme of how to use this new Linearray( )
function. Learning how to use this great new function will be very difficult
for me without an example of a working horizontal support indicator version of
it. In the past, Amibroker users have posted, complete AFL coding for various
Indicators, and seeing these complete AFL codes enabled me to finally start to
understand what I was reading in the Help files about various AFL functions.
It is remotely possible that I will be able to adequately understand
Linearray( ) just by reading the Readme, and DT's example, but very doubtful.
Ideally, I would like to be able to start learning
Linearray( ) with a completed horizontal Linearray( ) indicator. This
would greatly speed up my learning of how to fine-tune it
and use it without overheating my brain too much. My goal is
to be able to add this new Linearray( ) indicator to my Ref(LLV(RSI,-3);
scans so that they will find only those stocks that are very near recent
support.
I am coaching a local Dallas Amibroker user by giving
him completed AFL code, and between these completed codes, and the user
manual, he is learning how to use Amibroker. This working example
approach really works for us non-programers. TIA for any help. Ron
D
Send
BUG REPORTS to bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
Yahoo! Groups Sponsor
ADVERTISEMENT
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|