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

Re: [amibroker] HELP / SPREADS



PureBytes Links

Trading Reference Links





//Spread formula here
spread=C-Foreign<FONT 
size=2>("MSFT"<FONT 
size=2>,"c"<FONT 
size=2>);<FONT color=#ff0000 
size=2>
//StochK
FASTSTOCHK = <FONT face="Courier New" color=#ff00ff 
size=2>100*(<FONT 
size=2>spread-<FONT 
face="Courier New" color=#0000ff size=2>LLV<FONT face="Courier New" 
size=2>(spread<FONT face="Courier New" 
size=2>,<FONT face="Courier New" color=#ff00ff 
size=2>14))/(<FONT 
face="Courier New" color=#0000ff size=2>HHV<FONT face="Courier New" 
size=2>(spread<FONT face="Courier New" 
size=2>,<FONT face="Courier New" color=#ff00ff 
size=2>14)-<FONT 
face="Courier New" color=#0000ff size=2>LLV<FONT face="Courier New" 
size=2>(spread<FONT face="Courier New" 
size=2>,<FONT face="Courier New" color=#ff00ff 
size=2>14));
SlowFASTSTOCHK= <FONT 
face="Courier New" color=#0000ff size=2>MA<FONT face="Courier New" 
size=2>( FastStochK, <FONT face="Courier New" color=#ff00ff 
size=2>3 ); 
 
Plot(faststochk,<FONT color=#ff00ff 
size=2>"SpreadStochK"<FONT 
size=2>,colorBlue,styleLine);
Plot(SlowFaststochk,<FONT color=#ff00ff 
size=2>"SlowstochK"<FONT 
size=2>,colorWhite,styleLine);
PlotGrid(<FONT color=#ff00ff 
size=2>70);
PlotGrid(<FONT color=#ff00ff 
size=2>30);
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  traderix2003 
  
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Sent: Saturday, June 28, 2003 5:33 
  PM
  Subject: [amibroker] HELP / SPREADS
  I have this formula for s stochastics:MaxGraph 
  = 4;FASTSTOCHK = 100*(C-LLV(L,14))/(HHV(H,14)-LLV(L,14));Graph0 = 
  SLOWSTK = MA( FastStochK, 3 ); // calculated Slow Stoch %KGraph1 = StochK( 
  14 ); // built in Slow Stoch %KGraph2 = MA( Graph1, 3 ); // calculated 
  Slow Stoch %DGraph3 = StochD( 14 ); // built-in Slow Stoch 
  %DHow can I adapt it whith SPREADS?Thank you for your 
  help.Daniel
  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. 
  
<BLOCKQUOTE 
><FONT 
  face="Courier New">---Outgoing mail is certified Virus 
  Free.Checked by AVG anti-virus system (<A 
  href="">http://www.grisoft.com).Version: 6.0.493 
  / Virus Database: 292 - Release Date: 
6/25/2003






Yahoo! Groups Sponsor












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.