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

[amibroker] Re: EOD & RT seperate programs ?



PureBytes Links

Trading Reference Links




Anthony,
 
When I highlight one of the plug-ins in the menu 
and click on unload they all go away, including my eSignal plug-in.  So I'm 
definitely not going to try to delete one.
 
Another question that possibly you or some one else 
may have the answer for, if you don't mind.  I'm just getting familiar 
with AB, and have only input a small  component so far, but enough to 
generate some buy and sell signals. It appears to be trading during 
the premarket and after market hours.  I can find no setting to allow 
trading during normal market hours only, or to limit it to use of bars reported 
for 9:31 AM to 3:59 PM for analysis, only.  Am I missing 
something here, again?
 
Glen
<BLOCKQUOTE 
>
  ----- Original Message ----- 
  <DIV 
  >From: 
  Anthony Faragasso 
  
  To: <A title=amibroker@xxxxxxxxxxxxxxx 
  href="">amibroker@xxxxxxxxxxxxxxx 
  Sent: Saturday, March 06, 2004 2:04 
  PM
  Subject: Re: [amibroker] Re: japanese 
  candlesticks
  
  Glen,
   
  Not knowing your current setup.....I guess you 
  could Unload the plug-ins that you are not using from the tools / plug-ins 
   menu....I wouldn't delete them...
   
  Anthony
  <BLOCKQUOTE dir=ltr 
  >
    ----- Original Message ----- 
    <DIV 
    >From: 
    Glen Haponek 
    
    To: <A title=amibroker@xxxxxxxxxxxxxxx 
    href="">amibroker@xxxxxxxxxxxxxxx 
    Sent: Saturday, March 06, 2004 1:01 
    PM
    Subject: Re: [amibroker] Re: japanese 
    candlesticks
    
    Hello,
     
    Speaking of plug-ins, there appear to be 5 
    installed on my PC counting the candlestick function plug-in,  and 
    it appears that AB connects to 4 different servers on startup.  I 
    use only one data feed.  Does being connected to all of these servers 
    impede anything, and should the unused plug-ins be deleted?  On 
    occasion there is a "partially connected" pop up that is annoying and I am 
    sure pertains to services I do not currently subscribe to.  
    
     
    Glen
    <BLOCKQUOTE 
    >
      ----- Original Message ----- 
      <DIV 
      >From: 
      Anthony 
      Faragasso 
      To: <A 
      title=amibroker@xxxxxxxxxxxxxxx 
      href="">amibroker@xxxxxxxxxxxxxxx 
      
      Sent: Saturday, March 06, 2004 8:17 
      AM
      Subject: Re: [amibroker] Re: japanese 
      candlesticks
      Hello,Do you have the candlestick plug-in that 
      Tomasz supplied....loaded ?It came with the Amibroker Developers 
      Kit that tomasz supplied....I haveattached it 
      ..Anthony----- Original Message ----- From: "traderix2003" 
      <d.adam@xxxxxxx>To: <<A 
      href="">amibroker@xxxxxxxxxxxxxxx>Sent: 
      Saturday, March 06, 2004 7:12 AMSubject: [amibroker] Re: japanese 
      candlesticks> Hi, I have tried your formula but I have a 
      syntax error on this> line: 
      BE=cdBullishEngulfing();>> Did I forgot something?> 
      Regards. 
      Traderix>                                                               
      --- In> amibroker@xxxxxxxxxxxxxxx, "Anthony Faragasso" 
      <ajf1111@xxxx> wrote:> > //S&C Candlesticks> 
      >> > //Indicator> >> > //Inputs> 
      >> > Length=14; LowerRSI=50; UpperRSI=70;> 
      >> > //Variables> >> > BE=0; MS=0; Hmr=0; 
      MomVal=0; RSIVal=0;> >> > //CandleStick Patterns: 
      Bullish> >> > MorningStar=Ref(C,-2)<=Ref(O,-2)*.99 
      AND Ref(O,-1)<=Ref(C,-2)AND C> >> > Ref(C,-2)AND 
      C> O*1.01;> >> > BE = CdBullishEngulfing();> 
      >> > MS = MorningStar;> >> > Hmr 
      =CdHammer();> >> > 
      /***************************/> >> > MomVal = C-Ref ( C 
      ,- Length );> >> > RSIVal = RSI(Length );> 
      >> > barcolor=IIf( BE,7,IIf( Hmr,5,IIf(MS,9,1)));> 
      >> > BarcolorValue=ValueWhen(barcolor!=0,barcolor);> 
      >> > Plot(C,"Close",BarcolorValue,64);> >> 
      > Pattern=IIf( BE OR MS OR Hmr AND MomVal > 0 AND RSIVal >= 
      LowerRSI> AND> > RSIVal <= UpperRSI ,1,0);> 
      >> > Title=Name()+" "+WriteIf(pattern>0 AND BE," Confirmed 
      Candlestick> > 
      Pattern_BullishEngulfing_reliability_Moderate","")+WriteIf> 
      (pattern>0 AND> > MS,"Confirmed Candlestick> > 
      Pattern_MorningStar_reliability_High","")+WriteIf(pattern>0 AND> 
      > Hmr,"Confirmed CandleStick Pattern_Hammer_Low /> > 
      Moderate","")+WriteIf(pattern<1 AND> > 
      BE,"BullishEngulfing_reliability_Moderate","")+WriteIf(pattern<1> 
      AND> > 
      MS,"MorningStar_reliability_High","")+WriteIf(pattern<1 AND> 
      > Hmr,"Hammer_reliability_Low to Moderate","");> >> 
      >> > ----- Original Message ----- > > From: 
      "renilange" <reni.lange@xxxx>> > To: 
      <amibroker@xxxxxxxxxxxxxxx>> > Sent: Tuesday, March 02, 
      2004 11:07 AM> > Subject: [amibroker] japanese 
      candlesticks> >> >> > > Is it possible to 
      indicate on a chart typical japanese> candlesticks> > 
      > formations like "Bearish Engulfing" ,"Morning Stars"...?> > 
      > I just look for 4 formations which show a possible 
      retracement.> > > How could I write it?> > > 
      Thxs...Reni> > >> > >> > >> 
      > > Send BUG REPORTS to bugs@xxxx> > > Send SUGGESTIONS 
      to suggest@xxxx> > > 
      -----------------------------------------> > > 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> 
      > > Yahoo! Groups Links> > >> > >> 
      > >> > >> > >> >> 
      >> > ---> > Outgoing mail is certified Virus 
      Free.> > Checked by AVG anti-virus system (<A 
      href="">http://www.grisoft.com).> > 
      Version: 6.0.583 / Virus Database: 369 - Release Date: 
      2/10/2004>>>> Send BUG REPORTS to 
      bugs@xxxxxxxxxxxxx> 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> 
      Yahoo! Groups 
      Links>>>>>---Outgoing 
      mail is certified Virus Free.Checked by AVG anti-virus system (<A 
      href="">http://www.grisoft.com).Version: 
      6.0.583 / Virus Database: 369 - Release Date: 
      2/10/2004Send 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 
      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 
      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 
  


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








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.