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

Re: [amibroker] Missing Arrow?



PureBytes Links

Trading Reference Links


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 particular bar 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@xxxxxxxxxx 
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> 
No 
solution but confirmation that I have the same problem. It appears thatthe 
arrow could be hiding below the edge of the graph but we haveno 
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> 
Cansomeone 
tell me what I'm doing wrong?
<FONT face=Arial 
size=2> 
I'musing 
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. 
Your 
use of Yahoo! Groups is subject to the <A 
href="">Yahoo! Terms of Service.