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

RE: [amibroker] Indicator only shows if I double click in the window?



PureBytes Links

Trading Reference Links










Just tried that, the scaling makes no difference. At least
it does work, just have to double click.

 

 



<font size=3 color=teal
face="Times New Roman">Cheers,
Graham

<font size=2
color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/ASXShareTrading

<font size=2
color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/FMSAustralia



<span
>-----Original Message-----
From: Jayson
[mailto:jcasavant@xxxxxxxxxxxx] 
Sent: Friday, 4 April 2003 10:44
PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Indicator
only shows if I double click in the window?

<font size=3
face="Times New Roman"> 



<font size=2 color=blue
face=Arial>Graham,





<font size=2 color=blue
face=Arial>it works
fine here. Perhaps it is a scaling issue? I have had similar problems on some
of my indicators. If I open the indicator and look at the scale (automatic) it
will show numbers far outside of the indicators range. You might try simply
setting it to manual with number you know are with in the range..





<font size=2
face="Times New Roman"> 



<font size=2 color=blue
face=Arial>Jayson<font
size=2> 

-----Original Message-----
From: Graham
[mailto:gkavanagh@xxxxxxxxxxxxx]
Sent: Friday, April 04, 2003 8:21
AM
To: AB yahoo group
Subject: [amibroker] Indicator
only shows if I double click in the window?

<span
lang=EN-AU >I am testing some ideas
about volatility and other various items.

<span
lang=EN-AU >I have cobbled together
this little set of squiggly lines but it seems to only show on first opening
the pane if I double click on the window. Otherwise I get a line at zero. This
is only when I first open AB, after that it is ok.

<span
lang=EN-AU >Can someone tell me if
they get a similar effect, and maybe why it is happening.

<span
lang=EN-AU > 

<font size=2 color=black
face="Courier New">Period1 = <font size=2 color=fuchsia
face="Courier New">21<span
lang=EN-AU >;

<font size=2 color=black
face="Courier New">period2  =<font size=2 color=fuchsia
face="Courier New">9<span
lang=EN-AU >;

<font size=2 color=black
face="Courier New">Volat = (<span
lang=EN-AU >HHV<font
size=2 color=black face="Courier New">(<font size=2 color=red
face="Courier New">H<span
lang=EN-AU >,period1)
- <span lang=EN-AU
>LLV<font
size=2 color=black face="Courier New">(<font size=2 color=red
face="Courier New">L<span
lang=EN-AU >,period1))/((<font
size=2 color=blue face="Courier New">HHV<font size=2
color=black face="Courier New">(<font size=2 color=red
face="Courier New">H<span
lang=EN-AU >,period1)
+ <span lang=EN-AU
>LLV<font
size=2 color=black face="Courier New">(<font size=2 color=red
face="Courier New">L<span
lang=EN-AU >,period1))/<font
size=2 color=fuchsia face="Courier New">2<font size=2
color=black face="Courier New">);

<font size=2 color=black
face="Courier New">Voldoll = ((<font size=2 color=blue
face="Courier New">HHV<span
lang=EN-AU >(<font
size=2 color=red face="Courier New">H<font size=2 color=black
face="Courier New">,period1) + <font size=2 color=blue
face="Courier New">LLV<span
lang=EN-AU >(<font
size=2 color=red face="Courier New">L<font size=2 color=black
face="Courier New">,period1))/<font size=2 color=fuchsia
face="Courier New">2<span
lang=EN-AU >) * <font
size=2 color=blue face="Courier New">EMA<font size=2
color=black face="Courier New">(<font size=2 color=red
face="Courier New">V<span
lang=EN-AU >,period1);

<font size=2 color=black
face="Courier New">VolInd = Voldoll * Volat;

<font size=2 color=black
face="Courier New"> 

<font size=2 color=black
face="Courier New">Volatday = (<span
lang=EN-AU >H<font
size=2 color=black face="Courier New">-<font size=2 color=red
face="Courier New">L<span
lang=EN-AU >)/( (<font
size=2 color=red face="Courier New">H<font size=2 color=black
face="Courier New">+<span
lang=EN-AU >L<font
size=2 color=black face="Courier New">)/<font size=2
color=fuchsia face="Courier New">2<font size=2
color=black face="Courier New"> );

<font size=2 color=black
face="Courier New">Voldollday = (<font size=2 color=red
face="Courier New">H<span
lang=EN-AU >+<font
size=2 color=red face="Courier New">L<font size=2 color=black
face="Courier New">)/<span
lang=EN-AU >2<font
size=2 color=black face="Courier New"> * <font size=2 color=red
face="Courier New">V<span
lang=EN-AU >;

<font size=2 color=black
face="Courier New">Volindday = Voldollday * Volatday;

<font size=2 color=black
face="Courier New"> 

<font size=2 color=red
face="Courier New">GraphXSpace<span
lang=EN-AU > = <font
size=2 color=fuchsia face="Courier New">1<font size=2
color=black face="Courier New">;

<font size=2 color=black
face="Courier New"> 

<font size=2 color=blue
face="Courier New">Plot<span
lang=EN-AU >(<font
size=2 color=blue face="Courier New">EMA<font size=2
color=black face="Courier New">(Volindday/volind,period1),<font
size=2 color="#cc4466" face="Courier New">"Ratio Daily to Period
Volatility "<span
lang=EN-AU >,<font
size=2 color=red face="Courier New">colorRed<font size=2
color=black face="Courier New">,<font size=2 color=red
face="Courier New">styleLine<span
lang=EN-AU >);

<font size=2 color=blue
face="Courier New">Plot<span
lang=EN-AU >(<font
size=2 color=blue face="Courier New">EMA<font size=2
color=black face="Courier New">(Volindday/volind,period2),<font
size=2 color="#cc4466" face="Courier New">" Trigger "<font
size=2 color=black face="Courier New">,<font size=2 color=red
face="Courier New">colorBlue<span
lang=EN-AU >,<font
size=2 color=red face="Courier New">styleLine<font size=2
color=black face="Courier New">);

<font size=2 color=blue
face="Courier New">Plot<span
lang=EN-AU >(<font
size=2 color=fuchsia face="Courier New">0.1<font size=2
color=black face="Courier New">,<font size=2
color="#cc4466" face="Courier New">""<font
size=2 color=black face="Courier New">,<font size=2 color=red
face="Courier New">colorWhite<span
lang=EN-AU >,<font
size=2 color=red face="Courier New">styleLine<font size=2
color=black face="Courier New">+<font size=2 color=red
face="Courier New">styleNoLabel<span
lang=EN-AU >);

<span
lang=EN-AU > 

<font
size=3 color=teal face="Times New Roman">Cheers,
Graham

<font
size=2 color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/ASXShareTrading

<font
size=2 color="#339966" face="Times New Roman"><font
color="#339966">http://groups.msn.com/FMSAustralia

<font size=3
face="Times New Roman"> 

<font size=2
face="Times New Roman">

Send
BUG REPORTS to bugs@xxxxxxxxxxxxx<font size=2
face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx

(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html<font
size=2> 

Your
use of Yahoo! Groups is subject to the <a
href="">Yahoo! Terms of Service.<font
size=2> 




<font size=2
face="Courier New">Send BUG REPORTS to
bugs@xxxxxxxxxxxxx<span
>
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html<font
size=2> 

Your
use of Yahoo! Groups is subject to the <a
href="">Yahoo! Terms of Service.<font
size=2> 










Yahoo! Groups Sponsor


  ADVERTISEMENT  









Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.