PureBytes Links
Trading Reference Links
|
Thank
you Dimitris and Tomasz ... It seems that my problem was in my conversion of
float. I was multiplying time 100000 instead of 1000000. Thus Ihad
very small lines.
<FONT face=Arial color=#0000ff
size=2>
Peter
Gialames
<FONT face=Tahoma
size=2>-----Original Message-----From: Dimitris Tsokakis
[mailto:TSOKAKIS@xxxx]Sent: Thursday, September 20, 2001 3:47
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker]
FLOAT
Hi Peter,
Here is my contribution
<FONT face=Arial
size=2>MAXGRAPH=6;S1=LASTVALUE(CUM(V))-CUM(V);COND1=S1>3000000;/*here
you put
S1>float*/H1=HIGHESTSINCE(COND1,H);L1=LOWESTSINCE(COND1,L);T1=VALUEWHEN(COND1<ref(cond1,-1),CUM(1));GRAPH1=IIF(CUM(1)>=T1,LASTVALUE(H1),-1e10);GRAPH3=IIF(CUM(1)>=T1,LASTVALUE(L1),-1e10);GRAPH0=C;GRAPH0STYLE=64;GRAPHXSPACE=2;GRAPH1BARCOLOR=8;GRAPH3BARCOLOR=9;
I hope it helps.
Dimitris Tsokakis
Your
use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
|