PureBytes Links
Trading Reference Links
|
<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>
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: WilliamPeters
[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>
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?
I need 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
color=#0000ff>EMA((RSI(<FONT
color=#ff00ff>8)-LLV(<FONT
color=#0000ff>RSI(8),<FONT
color=#ff00ff>8))/(HHV(<FONT
color=#0000ff>RSI(8),<FONT
color=#ff00ff>8)-LLV(<FONT
color=#0000ff>RSI(8),<FONT
color=#ff00ff>8)),3)*<FONT
color=#ff00ff>100;
tmpMA = <FONT
color=#ff00ff>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 <A
href="">Yahoo! Terms of Service.
|