PureBytes Links
Trading Reference Links
|
TJ, I am not a programmer, it
seems to me that the letters of the English language alphabet could
quickly and easily be added as additional "Constants for shapes" to
choose from. Then, later on, you
could create a PlotText feature that would allow us to plot anything we
want to.
I would sure like to be able to Plot
all, or most of the letters in the English Language alphabet. It
is a lot easier for me to remember things when I use letters instead of numbers
or arrows. Ron D
Constants for shapes:
shapeNone, shapeUpArrow, shapeDownArrow, shapeHollowUpArrow,
shapeHollowDownArrow, shapeSmallUpTriangle, shapeSmallDownTriangle,
shapeHollowSmallUpTriangle, shapeHollowSmallDownTriangle, shapeUpTriangle,
shapeDownTriangle, shapeHollowUpTriangle, shapeHollowDownTriangle,
shapeSmallSquare, shapeHollowSmallSquare, shapeSquare, shapeHollowSquare,
shapeSmallCircle, shapeHollowSmallCircle, shapeCircle, shapeHollowCircle,
shapeStar, shapeHollowStar, shapeDigit0, shapeDigit1, shapeDigit2, shapeDigit3,
shapeDigit4, shapeDigit5, shapeDigit6, shapeDigit7, shapeDigit8, shapeDigit9,
shapePositionAbove
<FONT
size=2>========================================================================
<BLOCKQUOTE dir=ltr
>
----- Original Message -----
<DIV
>From:
Tomasz Janeczko
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, June 26, 2004 9:48
AM
Subject: Re: [amibroker] display of
entry/exits
Hello,
"gives an error saying that "shapePositonAbove"
has not been initialized"
There is just a typo here. Should be
shapePositionAbove
instead of (wrong)
shapePositonAbove
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
mrdavis9
To: <A title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, June 26, 2004 4:35
PM
Subject: Re: [amibroker] display of
entry/exits
Phil, I learn how to do new things in Amibroker much
quicker if I have a working example that I can paste from the
user manual as I simultaneously read about it in the user
manual. In case you learn in a similar way that I do, I have posted
this very basic version of
"PlotShapes(" for you to
start with.
Xoc=cross(open,close);
PlotShapes<FONT
size=2>(IIf(Xoc,
shapeDigit1 + shapeNone, shapeNone ), colorGreen
);
I started to
use "
Plotshapes(" only very recently, and when I
pasted the sample from the help manual into an indicator window, it failed
to work. Below, I have pasted the one from the user manual, and
it gives an error saying that "shapePositonAbove" has not been
initialized. As Yuki noted a long time ago, there is a
"ThoughtBridge" that us non-programers have a difficult time
with.
Buy=cross(open,close);
PlotShapes(
IIf<FONT
color=#000000>( Buy, shapeDigit9+shapePositonAbove,
shapeNone ), colorGreen );
Since we are all correctly encouraged to consult
the user manual, I think that ALL of the examples shown in the User Manual
would work as is when you paste them in an indicator window.
This is so that new users and freetrial users will not become so frustrated
by encountering repeated difficulties when we try to use user manual
examples as is from the user manual. Ron D
<FONT
color=#000000>========================================================
<BLOCKQUOTE dir=ltr
>
<DIV
>From:
<A title=prash454@xxxxxxxxxxxxxx
href="">Prashanth
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Saturday, June 26, 2004 5:29
AM
Subject: Re: [amibroker] display of
entry/ exits
Hi,
Use Plotshapes for plotting
your entry and exit points on the chart.
Regards
Prashanth
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
<A title=pennellp2000@xxxxxxxxxxxx
href="">pennellp2000
To: <A
title=amibroker@xxxxxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: 26 June, 2004 6:19 AM
Subject: [amibroker] display of
entry/ exits
Once you have created a trading system does amibroker
allow you to show the entry and exit points on a chart. Thanks
Phil Check AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page
at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:<A
href="">http://www.amibroker.com/Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|