[amibroker] Re: please help with this code

2008-08-24 Thread Waleed Khalil
thanks a million Jony, that is exactly what i am looking for. best regards cheers Tony Grimes writes: > Are you looking for something like this: > > WatchlistNumber=0; > function CountTickers( Listnum ) > { > list = GetCategorySymbols( categoryWatchlist , listnum ) ; > Count=0; > for( i =

Re: Re[2]: [amibroker] Herman's custom buttons and refresh

2008-08-24 Thread Tomasz Janeczko
Re[2]: [amibroker] Herman's custom buttons and refreshThe one and only correct way to force refresh of given formula from the very same formula is to use RequestTimedRefresh(). It refreshes ONE and only formula. Using RefreshAll is huge overkill. It refreshes EVERYHING, including all ticker lis

[amibroker] Re: AutoIt Scripts

2008-08-24 Thread Ian Watts
Ooops sorry, add the following command line switches autoupdate=1 autoclose=1 Ian --- In amibroker@yahoogroups.com, "Ron Rowland" <[EMAIL PROTECTED]> wrote: > > Unless I am missing something, that will start the program up, but I > still need to click on the Update Button. Is there some way to

[amibroker] X-Traders coin toss test followup (from another thread)

2008-08-24 Thread Dennis Brown
If anyone tried out this test, you likely got one of two results: 1. Your results looked like a random walk with no particular bias. 2. Your results had a strong bias for a period of time until you became emotionally drained, then they took on the character of #1 after that. If you got res

[amibroker] Re: how to get the price at given time in daily chart

2008-08-24 Thread loveyourenemynow
should I run a scan in lower timefrare and use addtocomposite to create a ticker holding the info i want? --- In amibroker@yahoogroups.com, "scourt2000" <[EMAIL PROTECTED]> wrote: > > > You cannot be in a daily timeframe and pull in data from a lower > timeframe through the TimeFrameXXX group

Re: [amibroker] Herman's custom buttons and refresh

2008-08-24 Thread murthysuresh
again. my guess is that my original question is being missed. my ab has preferences set to realtime chart refresh =1 which means, it tends to refresh the chart every second. http://screencast.com/t/xuR9zxg9a however the buttons afl has a builtin refresh RequestTimedRefresh(1). so is my chart r

RE: [amibroker] Herman's custom buttons and refresh

2008-08-24 Thread Fred Tonetti
Use _Trace to find out _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of murthysuresh Sent: Sunday, August 24, 2008 2:46 PM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Herman's custom buttons and refresh again. my guess is that my original question

[amibroker] Crash with Intelligent Optimizers

2008-08-24 Thread Steve Dugas
Hi - I have a rather long and complex code that I can use with the backtester and also for charting. If I run this code with any of the new *Intelligent* Optimizer engines, and then after the opt is done I plot a chart and begin setting the params to match some of the better opt results, AB oft

[amibroker] keep offset of plot shapes consistently above the high or low

2008-08-24 Thread murthysuresh
as u can see from the screenshot the offset is sometimes above the high and sometimes not. its because the offset is plotted as 30 pixels plus. how do i make it dynamic so it is high + i am not able to transulate the price into pixels. PlotShapes( IIf( (C>prevHourHigh) , IIf( Hourly9ema>= Hou

Re: [amibroker] keep offset of plot shapes consistently above the high or low

2008-08-24 Thread Ara Kaloustian
y position should be the graph you want to offset from - in this case "high" Also the offset should be a minus number. Try the -12 (default) - Original Message - From: "murthysuresh" <[EMAIL PROTECTED]> To: Sent: Sunday, August 24, 2008 3:45 PM Subject: [amibroker] keep offset of plot

[amibroker] Project LineArray() into future bars

2008-08-24 Thread Pete
I have been experimenting for about and hour trying to get LineArray() function to extend into the blank section to the right of the last bar. So far I have failed to achieve this feat. Let me know if I am attempting the impossible. About the only thing I can do is to set the LineArray() function t

Re: [amibroker] Project LineArray() into future bars

2008-08-24 Thread Ara Kaloustian
you have to use the "shift" parameter of the Plot() function - Original Message - From: "Pete" <[EMAIL PROTECTED]> To: Sent: Sunday, August 24, 2008 9:31 PM Subject: [amibroker] Project LineArray() into future bars >I have been experimenting for about and hour trying to get LineArray()

[amibroker] Re: Project LineArray() into future bars

2008-08-24 Thread Pete
Ouch! That was so easy. Thanks Pete :-) --- In amibroker@yahoogroups.com, "Ara Kaloustian" <[EMAIL PROTECTED]> wrote: > > you have to use the "shift" parameter of the Plot() function > > - Original Message - > From: "Pete" <[EMAIL PROTECTED]> > To: > Sent: Sunday, August 24, 2008 9