PureBytes Links
Trading Reference Links
|
So,
this is a "feature"?
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Something that I'll have to live with?
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>d
<FONT
face=Tahoma size=2>-----Original Message-----From: Tomasz Janeczko
[mailto:amibroker@xxxx] Sent: Thursday, July 25, 2002 1:50
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: Re: [amibroker]
Missing Arrow?
Hello,
Cover arrow is displayed below the edge of the graph.
The cover arrow is displayed several pixels below
the LOW of the bar and unfortunatelly this particularbar is
the lowest bar of all the chart.
This makes the arrow invisible.
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE
>
----- Original Message -----
<DIV
>From:
dingo
To: <A title=amibroker@xxxxxxxxxxxx
href="">amibroker@xxxxxxxxxxxxxxx
Sent: Thursday, July 25, 2002 7:41
PM
Subject: RE: [amibroker] Missing
Arrow?
<FONT face=Arial color=#0000ff
size=2>Thanks! I've already alerted Thomasz..
<FONT face=Arial color=#0000ff
size=2>
I
don't know if its hidden because if you right click on the grid and then
select "show arrows for all trades" it shows up partially hidden.
Also, it doesn't show if you highlight the row in the grid for the last
short and then select "show current trade arrows" it doesn't
show..
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Thanks for the confirmation - sometimes I think I'm losing it and am
the only one that's getting odd results!
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>dingo
<FONT
face=Tahoma size=2>-----Original Message-----From: William
Peters [mailto:williampeters1@xxxx] Sent: Thursday,
July 25, 2002 4:34 PMTo:
amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker] Missing
Arrow?
<FONT face=Arial color=#0000ff
size=2>Hello Dingo,
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>No solution but confirmation that I have the same problem. It
appears that the arrow could be hiding below the edge of the
graph but we have no way of knowing for sure. Maybe you should let Tomasz
know about this.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>William
<FONT face=Tahoma
size=2>-----Original Message-----From: dingo
[mailto:dingo@xxxx]Sent: Thursday 25 July 2002 8:17
AMTo: _Amibroker_YahooSubject: [amibroker] Missing
Arrow?
Ineed some
help please!
<FONT face=Arial
size=2>
Following
along with Steve Karnish's post:
<FONT face=Arial
size=2>
<A
href="">http://groups.yahoo.com/group/amibroker/message/21537
<FONT face=Arial
size=2>
My formula
is not displaying the cover arrow for 7/24/2002 that should be
showing based on my back test results: the last sort showing on gif1.
<FONT face=Arial
size=2>
Gif2 shows
the arrows.
<FONT face=Arial
size=2>
Can someone
tell me what I'm doing wrong?
<FONT face=Arial
size=2>
I'm using
4.07.1 beta and TC2000 as data provider.
<FONT face=Arial
size=2>
This is the
formula I'm using:
<FONT face=Arial
size=2>
<FONT
color=#008000 size=1>
/*StochRSI on the QQQ's with
MA
Courtesy: Steve Karnish
Settings: Buy/Sell/Short/Cover = Next
Day Open
Long and Short
Commissions = 0
Stops and Targets =
disabled
*/
StochRsi=<FONT
face="Courier New">EMA((<FONT
color=#0000ff>RSI(8)-<FONT
color=#0000ff>LLV(RSI(<FONT
color=#ff00ff>8),8))/(<FONT
color=#0000ff>HHV(RSI(<FONT
color=#ff00ff>8),8)-<FONT
color=#0000ff>LLV(RSI(<FONT
color=#ff00ff>8),8)),<FONT
color=#ff00ff>3)*100<FONT
face="Courier New">;
tmpMA = <FONT
face="Courier New">21;
<FONT
face="Courier New">Buy=<FONT
face="Courier New">Cross(<FONT
color=#ff00ff>17,StochRsi)AND <FONT
color=#0000ff>Ref(<FONT
color=#0000ff>MA(C,tmpMA),-1)
< MA<FONT
face="Courier New">(C,tmpMA);
Sell<FONT
face="Courier New">=<FONT
color=#0000ff>Cross(StochRsi,<FONT
color=#ff00ff>83);
Short<FONT
face="Courier New">=<FONT
color=#0000ff>Cross(StochRsi,83)
AND <FONT
color=#0000ff>Ref(<FONT
color=#0000ff>MA(C,tmpMA),-1)
> MA<FONT
face="Courier New">(C,tmpMA);
Cover<FONT
face="Courier New">=<FONT
color=#0000ff>Cross(<FONT
color=#ff00ff>17,StochRsi);
<FONT
face=Arial>Thanks!
<FONT
face=Arial>dingoYour
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of
Service. Your use of Yahoo! Groups
is subject to the Yahoo! Terms
of Service. Your use of Yahoo! Groups
is subject to the Yahoo! Terms
of Service. Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|