[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [amibroker] Missing Arrow?



PureBytes Links

Trading Reference Links


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 isthe 
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(MA(C,tmpMA),-<FONT 
color=#ff00ff>1) < MA<FONT 
face="Courier New">(C,tmpMA);

Sell<FONT 
face="Courier New">=<FONT 
color=#0000ff>Cross(StochRsi,83<FONT 
face="Courier New">);
Short<FONT 
face="Courier New">=<FONT 
color=#0000ff>Cross(StochRsi,83) AND 
Ref(<FONT 
color=#0000ff>MA(C,tmpMA),-1) > 
MA(C,tmpMA); 

Cover<FONT 
face="Courier New">=<FONT 
color=#0000ff>Cross(17,StochRsi);
 
<FONT 
face=Arial>Thanks!
<FONT 
face=Arial>dingoYour 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.