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

Re: [amibroker] How do I add to a position?



PureBytes Links

Trading Reference Links




Here 
is a variation.....
<FONT face=Arial color=#0000ff 
size=2> 
 
period=<FONT 
color=#0000ff>Param(<FONT 
size=2>"Periods",6<FONT 
size=2>,5,<FONT 
size=2>50<FONT face=Arial 
color=#0000ff>);
smooth= <FONT 
color=#0000ff>Param(<FONT 
size=2>"smooth",5<FONT 
size=2>,3,<FONT 
size=2>21<FONT face=Arial 
color=#0000ff>);
storsi =<FONT 
color=#0000ff>Nz( ( <FONT 
size=2>RSI( period) - LLV<FONT 
size=2>( RSI(period) ,period) ) / ( ( 
HHV( RSI<FONT 
size=2>(period) ,period) ) - LLV<FONT 
size=2>(RSI<FONT color=#282828 
size=2>(period),period) ) 
);
Plot<FONT color=#282828 
size=2>(EMA<FONT color=#282828 
size=2>(storsi,5<FONT color=#282828 
size=2>),EncodeColor<FONT color=#282828 
size=2>(colorWhite<FONT 
face=Arial>)+"Sto 
Rsi",<FONT 
size=2>colorBlue<FONT color=#282828 
size=2>,1<FONT color=#282828 
size=2>);
Plot<FONT color=#282828 
size=2>(EMA<FONT color=#282828 
size=2>(EMA<FONT color=#282828 
size=2>(storsi,5<FONT color=#282828 
size=2>),smooth),"5 DMA"<FONT 
color=#282828 size=2>,colorYellow<FONT 
face=Arial>,<FONT color=#ff00ff 
size=2>1<FONT 
face=Arial>);
Plot<FONT color=#282828 
size=2>(.30,""<FONT color=#282828 
size=2>,colorRed<FONT 
color=#282828 size=2>,1<FONT 
color=#282828 size=2>);<FONT color=#0000ff 
size=2>
Plot<FONT color=#282828 
size=2>(.80,""<FONT color=#282828 
size=2>,colorGreen<FONT 
face=Arial>,<FONT color=#ff00ff 
size=2>1); 

Buy<FONT 
color=#0000ff>=Cross<FONT 
size=2>(EMA(storsi,<FONT 
size=2>5),EMA<FONT 
size=2>(EMA(storsi,<FONT 
size=2>5<FONT face=Arial 
color=#0000ff>),smooth));
Sell<FONT 
color=#0000ff>=Cross<FONT 
size=2>(EMA(<FONT 
size=2>EMA(storsi,5<FONT 
size=2>),smooth),EMA(storsi,<FONT 
size=2>5<FONT face=Arial 
color=#0000ff>));
PlotShapes<FONT 
color=#282828 size=2>(IIf<FONT 
color=#282828 size=2>(Buy<FONT 
face=Arial>,<FONT 
size=2>shapeUpArrow<FONT color=#282828 
size=2>,shapeNone<FONT 
color=#282828 size=2>) ,<FONT 
size=2>colorBrightGreen<FONT color=#282828 
size=2>,0<FONT color=#282828 
size=2>,Graph0<FONT 
color=#282828 size=2>,-15<FONT 
color=#282828 size=2>);<FONT color=#0000ff 
size=2>
PlotShapes<FONT 
color=#282828 size=2>(IIf<FONT 
color=#282828 size=2>(Sell<FONT 
face=Arial>,<FONT 
size=2>shapeDownArrow<FONT color=#282828 
size=2>,shapeNone<FONT 
color=#282828 size=2>),colorRed<FONT 
face=Arial>,<FONT color=#ff00ff 
size=2>0,<FONT 
size=2>Graph1<FONT color=#282828 
size=2>,-15<FONT color=#282828 
size=2>);
GraphXSpace<FONT 
face=Arial>=<FONT 
size=2>10<FONT face=Arial 
color=#0000ff>;
 
 
Regards,Jayson 

  <FONT face=Tahoma 
  size=2>-----Original Message-----From: cdickerm 
  [mailto:cdickerm@xxxxxxxxx]Sent: Friday, June 25, 2004 11:41 
  AMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] 
  stoRSII think this is metastock.  How would you 
  convert this to afl 
  amibroker??buy=Cross(17,(Mov((RSI(8)-LLV(RSI(8),8)) / 
  (HHV(RSI(8),8)- 
  (LLV(RSI(8),8))),3,E)*100));sell=Cross((Mov((RSI(8)-LLV(RSI(8),8)) / 
  (HHV(RSI(8),8)- (LLV(RSI(8),8))),3,E)*100),83);Thanks 
  much,CLDCheck AmiBroker web page at:<A 
  href="">http://www.amibroker.com/Check 
  group FAQ at: <A 
  href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
  


Check AmiBroker web page at:
http://www.amibroker.com/

Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html








Yahoo! Groups Sponsor


  ADVERTISEMENT 












Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.