[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




Graham,
 
I can see no problem with this formula and it works OK on my 
machine.
Is it entire formula or just a part of bigger 
one?
 
Best regards,Tomasz Janeczkoamibroker.com
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  <A title=gkavanagh@xxxxxxxxxxxxx 
  href="">Graham 
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">AB yahoo group 
  Sent: Friday, April 04, 2003 3:20 
PM
  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 
  > 
  <SPAN 
  lang=EN-AU 
  >Period1 = 
  <SPAN lang=EN-AU 
  >21<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >;
  <SPAN 
  lang=EN-AU 
  >period2  
  =<SPAN lang=EN-AU 
  >9<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >;
  <SPAN 
  lang=EN-AU 
  >Volat = 
  (<SPAN lang=EN-AU 
  >HHV<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1) - 
  <SPAN lang=EN-AU 
  >LLV<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1))/((<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >HHV<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1) + 
  <SPAN lang=EN-AU 
  >LLV<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1))/<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >2<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN 
  lang=EN-AU 
  >Voldoll = 
  ((<SPAN lang=EN-AU 
  >HHV<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1) + 
  <SPAN lang=EN-AU 
  >LLV<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1))/<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >2<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >) * 
  <SPAN lang=EN-AU 
  >EMA<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >V<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,period1);
  <SPAN 
  lang=EN-AU 
  >VolInd = 
  Voldoll * Volat;
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN 
  lang=EN-AU 
  >Volatday = 
  (<SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >-<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >)/( 
  (<SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >+<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >)/<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >2<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > 
  );
  <SPAN 
  lang=EN-AU 
  >Voldollday = 
  (<SPAN lang=EN-AU 
  >H<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >+<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >L<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >)/<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >2<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > * 
  <SPAN lang=EN-AU 
  >V<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >;
  <SPAN 
  lang=EN-AU 
  >Volindday = 
  Voldollday * Volatday;
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >GraphXSpace<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  > = 
  <SPAN lang=EN-AU 
  >1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >;
  <SPAN 
  lang=EN-AU 
  > 
  <SPAN lang=EN-AU 
  >Plot<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >EMA<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(Volindday/volind,period1),<FONT 
  face="Courier New" color=#cc4466 size=2><SPAN lang=EN-AU 
  >"Ratio 
  Daily to Period Volatility "<FONT face="Courier New" color=black 
  size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >colorRed<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleLine<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN lang=EN-AU 
  >Plot<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=blue size=2><SPAN lang=EN-AU 
  >EMA<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(Volindday/volind,period2),<FONT 
  face="Courier New" color=#cc4466 size=2><SPAN lang=EN-AU 
  >" Trigger 
  "<SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >colorBlue<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleLine<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN lang=EN-AU 
  >Plot<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >(<FONT 
  face="Courier New" color=fuchsia size=2><SPAN lang=EN-AU 
  >0.1<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=#cc4466 size=2><SPAN lang=EN-AU 
  >""<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >colorWhite<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >,<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleLine<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >+<FONT 
  face="Courier New" color=red size=2><SPAN lang=EN-AU 
  >styleNoLabel<FONT 
  face="Courier New" color=black size=2><SPAN lang=EN-AU 
  >);
  <SPAN lang=EN-AU 
  > 
  <FONT face="Times New Roman" color=teal 
  size=3><SPAN 
  >Cheers,<FONT 
  color=teal size=3><SPAN 
  >Graham
  <FONT 
  face="Times New Roman" color=#339966 size=2><SPAN 
  ><A 
  href=""><SPAN 
  >http://groups.msn.com/ASXShareTrading
  <FONT 
  face="Times New Roman" color=#339966 size=2><SPAN 
  ><A 
  href=""><SPAN 
  >http://groups.msn.com/FMSAustralia
  <SPAN lang=EN-AU 
  > Send 
  BUG REPORTS to bugs@xxxxxxxxxxxxxSend 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 
  Your use of Yahoo! Groups is subject to the <A 
  href="">Yahoo! Terms of Service. 







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.