Re: [amibroker] Re: Formula Editor...annoying problem...all green text

2010-05-15 Thread Steve
Hello,

The same thing was happening to me  I thought is was the new Version 5.3 but 
what i found out was that my code had  this ( Note asterisk at end of one of 
your comment lines)  ///test*  
above where you have deleted you /* ...*/
once fixed all the green went back to normal without closing the AFL and 
reopening it

Regards
Steve

--- On Fri, 5/14/10, reinsley  wrote:

From: reinsley 
Subject: Re: [amibroker] Re: Formula Editor...annoying problem...all green text
To: amibroker@yahoogroups.com
Date: Friday, May 14, 2010, 11:52 PM







 



  



  
  
  





I run pretify All ...



BR







Le 15/05/2010 01:55, Mike a écrit :
 

  
  It happens when you comment out a block of text using the C++
style /* ... */ then remove the comment characters using backspace or
delete. Sometimes the text will remain comment colored.

  

There are two fixes that I've found:

  

1. Select the entire comment combination (e.g. both the / and the *)
and delete, as opposed to one character at a time.

  

or

  

2. After having deleted the unwanted comment chars, type in an empty
comment block immediately before the badly colored text, thereby
restoring the text that follows e.g.

  

/*

*/

badly colored text

  

You may then delete the dummy comment block and continue on your merry
way.

  

Mike

  

--- In amibro...@yahoogrou ps.com,
"toddk63"  wrote:

>

> Some of my afl's, particularly long ones, will turn to all green
text when I edit them. the color coded text will not re-appear unless I
save, close and re-open the afl. Anoyying.

> 

> Anyone else ever had this problem? The fix?

> 

> Todd K.

>

  

  
  










 





 



  






  

[amibroker] Re: AB/IQFeed #symbols Limit

2010-05-15 Thread progster01

--- In amibroker@yahoogroups.com, Tomasz Janeczko  wrote:

>IQFeed (and many other RT sources) takes many seconds to backfill ONE symbol

Can anyone mention a feed that backfills much faster?




[amibroker] How to Import Yahoo data in AMI

2010-05-15 Thread Ravindra Palwankar
To 
Amibroker Experts,

I am new  to Amibroker (ver 5.30) 
Understand that Amibroker has a feature to Import RT Data from Yahoo data.

Therefore, may I request  you to help me step by step to configure Amibroker 
for RT data from Yahoo.
Snap shots of the same may make the procedure easy.

Thanks in advance

Brgds
Ravi



Re: [amibroker] Re: AB/IQFeed #symbols Limit

2010-05-15 Thread Tomasz Janeczko
Hello,

eSignal is faster at backfills, but still may take seconds to backfill 
because we are speaking about
MEGABYTES of data.

Best regards,
Tomasz Janeczko
amibroker.com

On 2010-05-15 13:36, progster01 wrote:
> --- In amibroker@yahoogroups.com, Tomasz Janeczko  wrote:
>
>
>> IQFeed (and many other RT sources) takes many seconds to backfill ONE symbol
>>  
> Can anyone mention a feed that backfills much faster?
>
>
>
>
> 
>
>  IMPORTANT PLEASE READ 
> This group is for the discussion between users only.
> This is *NOT* technical support channel.
>
> TO GET TECHNICAL SUPPORT send an e-mail directly to
> SUPPORT {at} amibroker.com
>
> TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> http://www.amibroker.com/feedback/
> (submissions sent via other channels won't be considered)
>
> For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
>
> Yahoo! Groups Links
>
>
>
>
>


[amibroker] State of "Advanced Amibroker"

2010-05-15 Thread frankphd_us
Will the book be out in the foreseeable future - or is it postponed again? I 
couldn`t find any new announcements on the publisher`s site.

Thanks

frankphd_us



[amibroker] Re: Formula Editor...annoying problem...all green text

2010-05-15 Thread toddk63
Wow, that's great!.. Turns out the "*" in comment line is the culprit.  Its 
fixed now.

Thanks,

Todd K.

--- In amibroker@yahoogroups.com, Steve  wrote:
>
> Hello,
> 
> The same thing was happening to me  I thought is was the new Version 5.3 but 
> what i found out was that my code had  this ( Note asterisk at end of one of 
> your comment lines)  ///test*  
> above where you have deleted you /* ...*/
> once fixed all the green went back to normal without closing the AFL and 
> reopening it
> 
> Regards
> Steve
> 
> --- On Fri, 5/14/10, reinsley  wrote:
> 
> From: reinsley 
> Subject: Re: [amibroker] Re: Formula Editor...annoying problem...all green 
> text
> To: amibroker@yahoogroups.com
> Date: Friday, May 14, 2010, 11:52 PM
> 
> 
> 
> 
> 
> 
> 
>  
> 
> 
> 
>   
> 
> 
> 
>   
>   
>   
> 
> 
> 
> 
> 
> I run pretify All ...
> 
> 
> 
> BR
> 
> 
> 
> 
> 
> 
> 
> Le 15/05/2010 01:55, Mike a écrit :
>  
> 
>   
>   It happens when you comment out a block of text using the C++
> style /* ... */ then remove the comment characters using backspace or
> delete. Sometimes the text will remain comment colored.
> 
>   
> 
> There are two fixes that I've found:
> 
>   
> 
> 1. Select the entire comment combination (e.g. both the / and the *)
> and delete, as opposed to one character at a time.
> 
>   
> 
> or
> 
>   
> 
> 2. After having deleted the unwanted comment chars, type in an empty
> comment block immediately before the badly colored text, thereby
> restoring the text that follows e.g.
> 
>   
> 
> /*
> 
> */
> 
> badly colored text
> 
>   
> 
> You may then delete the dummy comment block and continue on your merry
> way.
> 
>   
> 
> Mike
> 
>   
> 
> --- In amibro...@yahoogrou ps.com,
> "toddk63"  wrote:
> 
> >
> 
> > Some of my afl's, particularly long ones, will turn to all green
> text when I edit them. the color coded text will not re-appear unless I
> save, close and re-open the afl. Anoyying.
> 
> > 
> 
> > Anyone else ever had this problem? The fix?
> 
> > 
> 
> > Todd K.
> 
> >
>




[amibroker] Re: AB/IQFeed #symbols Limit

2010-05-15 Thread progster01
Thanks Tomasz !

--- In amibroker@yahoogroups.com, Tomasz Janeczko  wrote:
>
> Hello,
> 
> eSignal is faster at backfills, but still may take seconds to backfill 
> because we are speaking about
> MEGABYTES of data.
> 
> Best regards,
> Tomasz Janeczko
> amibroker.com
> 
> On 2010-05-15 13:36, progster01 wrote:
> > --- In amibroker@yahoogroups.com, Tomasz Janeczko  wrote:
> >
> >
> >> IQFeed (and many other RT sources) takes many seconds to backfill ONE 
> >> symbol
> >>  
> > Can anyone mention a feed that backfills much faster?
> >
> >
> >
> >
> > 
> >
> >  IMPORTANT PLEASE READ 
> > This group is for the discussion between users only.
> > This is *NOT* technical support channel.
> >
> > TO GET TECHNICAL SUPPORT send an e-mail directly to
> > SUPPORT {at} amibroker.com
> >
> > TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
> > http://www.amibroker.com/feedback/
> > (submissions sent via other channels won't be considered)
> >
> > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> > http://www.amibroker.com/devlog/
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
>




Re: [amibroker] Re: AB/IQFeed #symbols Limit

2010-05-15 Thread Richard Dale
It should also be noted that you can increase your IQFeed number of 
symbols by an additional 500 for an extra $40/month.


Best regards,
Richard Dale.
Norgate Investor Services
- Premium quality Stock, Futures and Foreign Exchange Data for
   markets in Australia, Asia, Canada, Europe, UK&  USA -
www.premiumdata.net





[amibroker] How can I do Backtester in 60" min?

2010-05-15 Thread ricardo.nunes70
How can I do Backtester in 60" min?

Best Regards