[amibroker] Backing up for reformat

2006-06-01 Thread Dennis
I chose to install. Again thanks to all. cheers Dennis Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com

[amibroker] MACD histogram with Slow Stochastic

2006-06-21 Thread Dennis
Can't achieve just the MACD histogram on it's own. Ideally I'd like to combine the histogram and slow stochastic in the one pane. Any clues? cheers Dennis Yahoo! Groups Sponsor ~-- Yahoo! Groups gets a make over. See the new email design

Re: [amibroker] MACD histogram with Slow Stochastic

2006-06-22 Thread Dennis
. Then, overlay the stochastic D, if that's possible. I tried just cut and pasting the 2 individual formulae (unchanged), but only the Stochastic D displays cheers and thanks Dennis periods = Param( Periods, 15, 1, 200, 1 ); Ksmooth = Param( %K avg, 3, 1, 200, 1 ); Dsmooth = Param( %D avg, 3, 1

[amibroker] Price Bar compression

2009-06-24 Thread Dennis
Metastock has a function that (for example) can change a number of daily bars into one resultant bar. For example compress two daily bars into one bar. The idea is to smooth data and remove noise. Does Amibroker have a similar function? regards Dennis __ Information from ESET

[amibroker] Re: Price Bar compression

2009-06-25 Thread Dennis
Thanks Tomasz Dennis. Much appreciated regards Dennis __ Information from ESET Smart Security, version of virus signature database 4189 (20090625) __ The message was checked by ESET Smart Security. part000.txt - is OK part001.htm - is OK http://www.eset.com

[amibroker] Trendlines notations - which file

2009-11-16 Thread Dennis
Can some one tell me which file contains trend lines and other drawings/text contained within charts? cheers Dennis __ Information from ESET Smart Security, version of virus signature database 4610 (20091115) __ The message was checked by ESET Smart Security. http

[amibroker] Slow Stochastics Settings

2006-04-03 Thread Dennis And Lisa
I need a setting of 14,5 on Slow Stochastics. How does Amibroker handle this. Is it correct to have a setting for Stochastic %D of 14,5,5 and a setting for Stochastic %K of 14,5 to have the Slow Stochastic emulated? Thank you, Dennis Please note that this group is for discussion between

[amibroker] When do my posts show up?

2006-08-23 Thread Dennis Brown
Hello, I posted a question over 24 hours ago using the browser based post for this group --my first post. When I sent it, it said that the owner of the group must approve my post first. I have not seen it come through yet. What does this mean? Dennis Please note that this group

Re: [amibroker] When do my posts show up? --the real help question

2006-08-23 Thread Dennis Brown
have gone over the syntax and can not find anything that is not symetrical to the buy/sell cases. I am not sure if it a problem with the AFL, or with me. I would appreciate any help, or just testing to see if it works for someone else. Thanks, Dennis Here is the AFL --watch for line wraps

Re: [amibroker] New user needs help with Equity() example malfunction...

2006-08-24 Thread Dennis Brown
, Dennis[snip] __._,_.___ Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html

Re: [amibroker] Newbie question about backtester...

2006-08-28 Thread Dennis Brown
is appreciated. Dennis On Aug 28, 2006, at 6:47 PM, Graham wrote: You need to change the parameter values in the analysis window as well for the scan -- Cheers Graham AB-Write Professional AFL Writing Service Yes, I write AFL code to your requirements http://e-wire.net.au/~eb_kavan

Re: [amibroker] Re: Backtest vs Forwardtest

2006-08-30 Thread Dennis Brown
Fred, What do you attribute that to, and how would you overcome it? I actually trade some accounts that way in real life. Dennis On Aug 30, 2006, at 6:37 PM, Fred wrote: Practices like this have a tendancy to obscure large percentage drawdowns ... --- In amibroker@yahoogroups.com, Dennis

Re: [amibroker] Re: Backtest vs Forwardtest

2006-08-30 Thread Dennis Brown
in that side of things these days. Dennis On Aug 30, 2006, at 7:32 PM, intermilan04 wrote: I wish I was making 75% up to now :-) The 75% is the result of my system which is optimized between 2001-2006. Since I'm always trying to improve my system, I don't necessarily have traded with the system

[amibroker] Help with coding Head And Shoulder

2006-09-03 Thread Dennis And Lisa
I am trying to code the HS pattern into Amibroker. I want to have it recognized on the CCI. I coded it, but cannot get it to recognize properly. Here is the code, if anyone can help, I would appreciate it. thanks, Dennis z= CCI(14); Plot(z,,colorSkyblue,styleLine); Plot(z,,colorLime

[amibroker] Re: Help with coding Head And Shoulder

2006-09-03 Thread Dennis And Lisa
Hi Anthony, thanks for your input. I tried doing this some time ago, and I get nothing in the exploration. Dennis --- In amibroker@yahoogroups.com, Anthony Faragasso [EMAIL PROTECTED] wrote: Hello, I inserted the CCI(14) in the code, load into the AA window, select all symbols , n=1

[amibroker] Re: Help with coding Head And Shoulder

2006-09-04 Thread Dennis And Lisa
Tab: MAx Open Positions: 1 My database is only populated eith ER2, YM, QM intraday data. -Dennis --- In amibroker@yahoogroups.com, Anthony Faragasso [EMAIL PROTECTED] wrote: Dennis, using the code I just sent youcheck out the image filethis is a small sample of the exploration

[amibroker] Re: Help with coding Head And Shoulder

2006-09-04 Thread Dennis And Lisa
Thanks Ron --- In amibroker@yahoogroups.com, ronbo [EMAIL PROTECTED] wrote: Dennis-- I copied Anthony's code and did an explore using stocks. i got 5 or 6 which displayed. Using futures i got none. i have index, oil gold bonds/notes/forex. i changed the n last days to 100 (normally i

[amibroker] Re: Help with coding Head And Shoulder

2006-09-04 Thread Dennis And Lisa
Thanks Ron --- In amibroker@yahoogroups.com, ronbo [EMAIL PROTECTED] wrote: Dennis-- I copied Anthony's code and did an explore using stocks. i got 5 or 6 which displayed. Using futures i got none. i have index, oil gold bonds/notes/forex. i changed the n last days to 100 (normally i

[amibroker] Re: Help with coding Head And Shoulder

2006-09-04 Thread Dennis And Lisa
Yes I did...All Symbols was definately tried. Dennis --- In amibroker@yahoogroups.com, Terry [EMAIL PROTECTED] wrote: I assume you also checked all symbols? Previously I noted that PeakBars uses the zig-zag function which looks into the future, thus it is less likely to actually find

[amibroker] Displaying info in right margin

2006-09-05 Thread Dennis And Lisa
Is it possible to display info such as Hi or Low in the extreme right margin around center screen? For example, if I were to Choose 5 spaces for Blank bars in right margin, then could I display info in that margin? Thanks Dennis Please note that this group is for discussion between users

[amibroker] Highlighted text

2006-09-09 Thread Dennis And Lisa
Does anyone know of a way to have text or values displayed in a highlighted color? thanks, Dennis Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material

Re: [amibroker] IBD and Amibroker --Tradingbias

2006-09-09 Thread Dennis Brown
a solution that was written in AFL that I could understand and then modify if I wanted to try out variations on a theme. However, I would still give it a trial for the kind of trading I do if it ran on AmiBroker. Dennis On Sep 9, 2006, at 3:52 PM, fredjaul0912 wrote: From the recent postings

Re: [amibroker] IBD and Amibroker --Tradingbias

2006-09-09 Thread Dennis Brown
basis.I have not ordered the product as of yet,but all the users have nothing but the highest praise for Thomas and trading basis..   Allan- Original Message -From: Dennis Brown Date: Saturday, September 9, 2006 8:57 pmSubject: Re: [amibroker] IBD and Amibroker --TradingbiasTo: amibroker

[amibroker] Re: Highlighted text

2006-09-09 Thread Dennis And Lisa
Hi...thank you Terrywhat I mean is that if, for example, I want to use the TITLE function to display the Day's Hi, and I want it highlighted on the top left part of the screen, can I have it highlighted instead of just a normal colored display? Thanx, Dennis --- In amibroker

[amibroker] Re: Highlighted text

2006-09-10 Thread Dennis And Lisa
by highlighted but does EncodeColor() do what you want? Bill - Original Message - From: Dennis And Lisa [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Saturday, September 09, 2006 11:17 PM Subject: [amibroker] Re: Highlighted text Hi...thank you Terrywhat I mean

Re: [amibroker] IBD and Amibroker --Tradingbasis

2006-09-10 Thread Dennis Brown
, because it inspired your happy customers to post their positive remarks. I will look further into Tradingbias tools now. Dennis On Sep 10, 2006, at 5:17 AM, Thomas Z. wrote: BTW: In case anyone don't receives a reply this happens most probably through full mail boxes or spam filters on your

Re: [amibroker] IBD and Amibroker --Tradingbias

2006-09-10 Thread Dennis Brown
Well, my apologies to everyone.  It seems that I got it stuck in my brain that the product name was Tradingbias instead of Tradingbasis.  No wonder none of my searches ever returned any hits.  Now I get lots of hits.DennisOn Sep 9, 2006, at 9:54 PM, Dennis Brown wrote: Allan,When I Googled them

[amibroker] Help with AFL Loops and Plots

2006-09-15 Thread Dennis Brown
, Dennis Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT {at} amibroker.com For other support material please check also: http://www.amibroker.com/support.html Yahoo! Groups Links * To visit your group

Re: [amibroker] Re: Help with AFL Loops and Plots

2006-09-15 Thread Dennis Brown
Duhh!!! Thanks johsun for that speedy reply and all of you with the correct answer. I am still learning the syntax. Dennis On Sep 15, 2006, at 4:01 PM, johsun wrote: Remove the semicolon after the for statement. --- In amibroker@yahoogroups.com, Dennis Brown [EMAIL PROTECTED] wrote

Re: [amibroker] Re: Help with AFL Loops and Plots

2006-09-15 Thread Dennis Brown
to documentation. It might have been months before I realized it was there on my own since I only have time to poke at AFL a little bit every few days right now. Dennis On Sep 15, 2006, at 5:14 PM, Fred wrote: Helping other folks is of course great ... but IMHO the best way to do

[amibroker] IB backfill prblem with v 4.86

2006-10-12 Thread Dennis And Lisa
I have just upgraded to version 4.86. When I exited Amibroker and brought it back up, I lost todays intraday data. I use IB backfill. Has this happened to anyone and is there a fix? Thanks Dennis Please note that this group is for discussion between users only. To get support from

[amibroker] Re: IB backfill prblem with v 4.86

2006-10-13 Thread Dennis And Lisa
Thanks everyone, I just downloaded the new IB dll, I'll see what heppens in the morning. thanks, Dennis --- In amibroker@yahoogroups.com, Clement Chin [EMAIL PROTECTED] wrote: Have you downloaded and used the new IB Dll? May be you can try it. Clement _ From: amibroker

[amibroker] Chart Zoom

2006-10-21 Thread Dennis And Lisa
Whenever I activate Amibroker, the charts are zoomed out. Is there a way I can leave them at a specific zoom setting without having to press the + buttom many times after I activate a new instance of Amibroker? Thanks Dennis Please note that this group is for discussion between users only

[amibroker] Re: Chart Zoom

2006-10-21 Thread Dennis And Lisa
Thank you, I just found it a second after your post. Great job! Dennis --- In amibroker@yahoogroups.com, sebastiandanconia [EMAIL PROTECTED] wrote: Under Tools, then Preferences, in the Charting tab there's a box that says Default number of quotations in a chart. Enter the number

[amibroker] Re: Chart Zoom

2006-10-21 Thread Dennis And Lisa
I found the answerTOOLS == PREFERENCES == DEFAULT NUMBER OF QUOTATIONS IN A CHART Cool, Dennis --- In amibroker@yahoogroups.com, Dennis And Lisa [EMAIL PROTECTED] wrote: Whenever I activate Amibroker, the charts are zoomed out. Is there a way I can leave them at a specific zoom

[amibroker] Re: New file uploaded to amibroker

2006-10-22 Thread Dennis And Lisa
Check them all out at http://finance.groups.yahoo.com/group/amibroker/files/Elder%20Triple% 20Screen/ Dennis --- In amibroker@yahoogroups.com, amibroker@yahoogroups.com wrote: Hello, This email message is a notification to let you know that a file has been uploaded to the Files area

[amibroker] Elder Triple Screen

2006-10-22 Thread Dennis And Lisa
Since Elder came out eith his new book, Entries and Exits, here is the link to the codes used in his Triple Screen Method. www.finance.groups.yahoo.com/group/amibroker/files/Elder%20Triple% 20Screen/ Dennis Please note that this group is for discussion between users only. To get

[amibroker] Re: New file uploaded to amibroker

2006-10-22 Thread Dennis And Lisa
Go to the Files section and look in Elder Triple Screen for all the codes. Dennis --- In amibroker@yahoogroups.com, amibroker@yahoogroups.com wrote: Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker group

[amibroker] Can I transfer my drawn items to another pane?

2007-01-08 Thread Dennis Brown
, copy, paste or some such? If not, is there a way to do it in an AFL? If the answer is no to both, then I will propose a new feature. Thanks for your expert opinions, Dennis

[amibroker] Re: Importing 30 minute data

2007-03-19 Thread Dennis Daniels
http://www.amibroke http://www.amibroker.com/guide/d_ascii.html r.com/guide/d_ascii.html --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Sunil Sehgal [EMAIL PROTECTED] wrote: Hi, Is it possible to get 30 minute data in amibroker, if yes can i get the AFL for that, so

[amibroker] Strategy without Sell signal

2007-03-19 Thread Dennis Daniels
I want to test a strategy in which I've defined my buy rules, but my sell rules are only stops that are hit(profit target or stop loss), ie. I will exit my long position if my profit target or stop loss level is hit. When i want to backtest AB says that i have to define my selling rules. Since

Re: [amibroker] Re: AD-NYSE for IB feed

2007-03-19 Thread Dennis Daniels
From AB support: Natively it's not possible to store bid/ask prices in AmiBroker database, so the only workaround would be to catch Bid prices in the LAST field when using DDE plugin. Alternatively - please search for an engine that will allow you to store the quotes in the SQL database and

[amibroker] Re: different time frame within single pane?

2007-03-19 Thread Dennis Daniels
Jim, Graham Kavanagh did a nice job with a monthly chart here is where that is http://www.amibroke http://www.amibroker.com/library/formula.php?id=249 r.com/library/formula.php?id=249 I am also new so I can't be of much more help, I am looking to do the same though at some point mytake ---

[amibroker] Indicator witdh adjustment

2007-03-19 Thread Dennis Daniels
I want to show multiple indicator in a window. i.g. MADC and RSI in a single window. Plot(MACD(),,colorRed); Plot(Signal(),,colorBlue); Plot(RSI(),,1); Witdh is different, so I want to adjust withd. What should I do? Thanks in advance.

[amibroker] Importing 30 minute data

2007-03-19 Thread Dennis Daniels
Hi, Is it possible to get 30 minute data in amibroker, if yes can i get the AFL for that, so that i can import it to excel for my trading purpose. Regards, Sunil

[amibroker] Daily Display

2007-03-19 Thread Dennis Daniels
I've got Amibroker 4.80. Something strange has happened. I've got a database with about 500 NASDAQ and NYSE stocks that I've used for over year. I hit some key strokes and it got rid of the frame to the left where all the stocks are listed in descending order. So my first question is: how do I

[amibroker] Is this code for CROSS search ok? Help please

2007-03-19 Thread Dennis Daniels
Hi, I'm trying to explore for stocks where there have been an indicator like MACD, cross on any of the previous N days (7 in this case) If there was a cross of that indicator in the past N periods, then I need my C2 variable to have a 1 so I can filter. Can you please help on this and let me know

Re: [amibroker] Interactive plots of composite internals

2007-03-19 Thread Dennis Daniels
You can do it all in one scan, but not really interactively. Just change the parameter of your MA and rerun the code and save data in a different ATC. You can do it in a loop with as many MA parameters as you want. Then you can plot both ATC on one chart for comarison - Original Message

Re: [amibroker] Symbol within AA Results Cells

2007-03-19 Thread Dennis Daniels
Joe, actually it was not so long ago :-) AFL 2.80 = AmiBroker 4.80 (AFL version numbering scheme is different, because AFL 1.0 appeared in AmiBroker 3.0 then AFL 2.80 appeared in (2.80-1.00)+3.0 = AmiBroker 4.80) Best regards, Tomasz Janeczko amibroker.com - Original Message -

[amibroker] Re: Interactive plots of composite internals

2007-03-19 Thread Dennis Daniels
Here's a more generic version with 2 atc symbols generated. I'll eventually want to have more than 2 options. The plot code doesn't work, though, and i can't think of another way to approach it except with the ParamList attempt i have made below. Suggestions appreciated.

Re: [amibroker] Symbol within AA Results Cells

2007-03-19 Thread Dennis Daniels
This is excellent, and it's been there since 2.80. Sorry about that - I'll have to redouble my efforts to READ THE MANUAL! Thanks Tomasz Joe L. - Original Message - From: Tomasz mailto:[EMAIL PROTECTED] Janeczko To: [EMAIL PROTECTED] mailto:amibroker@yahoogroups.com ps.com

[amibroker] Backtest a program for Puts

2007-03-19 Thread Dennis Daniels
Is it possible to develop a program for declining stocks? I have searched this and cannot find a way to backtest or optizimize. I tried using the worst case parameters, but that does not seem to hold up.

[amibroker] Fasttrack vs QuotesPlus

2007-03-19 Thread Dennis Daniels
I am currently using QuotesPlus for stock data and am wondering if I would be better served (in AmiBroker) by switching to Fasttrack? A key need of mine is the ability to maintain breadth measures (with AddToComposite) on the type of issue involved -- such as ETF, bond fund, Optionable -- as well

[amibroker] Re: Interactive plots of composite internals

2007-03-19 Thread Dennis Daniels
Sorry,, The final block of code in the previous post should have been ... PlotOption = ParamList(Which B% Plot?, BpctTicker1,BpctTicker2, 1); Bpct = (Foreign(PlotOption, C) / Foreign(PlotOption, I))*100 ; MAPeriods = Param(Smoothing Period, 19, 1, 19); Plot(EMA(Bpct, MAPeriods), Bullish %,

RE: [amibroker] An AFL for searching Stocks that meet Rule # 1 criteria.

2007-03-19 Thread Dennis Daniels
Nope. Have you? -Original Message- From: [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com [mailto:[EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com]On Behalf Of ftstrades Sent: Thursday, March 15, 2007 10:36 AM To: [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com

Re: [amibroker] Symbol within AA Results Cells

2007-03-19 Thread Dennis Daniels
Ken, I remember seeing that you could print ASCII codes in the explore columns but whether there's an ASCII character that will suit your purposes is another matter. How about a ^ for up and a for sideways,... just kidding. This is from TJ quite a while back. JOE

[amibroker] Re: Amibroker trial

2007-03-19 Thread Dennis Daniels
ftstrades, main menuviewselect charts and charts list is available in workspace to the left of charts (probably this would be default view anyway). various methods: double click any indicator in charts list, right click and insert from context menu or left mouse button and drag to overlay

[amibroker] Backtesting afl required: Previous days high and low

2007-03-19 Thread Dennis Daniels
Hello, Please help me in writing this afl. Buy above yesterdays high Sell below yesterdays low Condition: ADX 25 Regards Mithil Pradhan

[amibroker] Re: out of boundary array

2007-03-19 Thread Dennis Daniels
Right, I think varSet() will do, thank you Mr. Tomasz. Eric --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, Tomasz Janeczko [EMAIL PROTECTED] wrote: Hello, First thing is that price is floating point number (with fractional part), and you can not use it as an index (in

[amibroker] Detecting data mining bias with modified Monte Carlo procedure

2007-03-19 Thread Dennis Daniels
While reading David Aronson's book _Evidence-based Technical Analysis_, I stumbled across a modified Monte Carlo permutation (MCP) procedure that compensates for data mining bias, assuming that the best permutation of rules was not selected with a directed search. From Aronson's perspective, this

[amibroker] Re: The floor trader pivot saga

2007-03-19 Thread Dennis Daniels
How about a link to the code. I don't see Floor Trader Pivot here: http://www.amibroke http://www.amibroker.com/library/list.php r.com/library/list.php --- In [EMAIL PROTECTED] mailto:amibroker%40yahoogroups.com ps.com, tradinghumble [EMAIL PROTECTED] wrote: Hello, I'm currently using a floor

RE: [amibroker] Re: Seward Trading

2007-03-19 Thread Dennis Daniels
Before suggesting such a step to TJ maybe you should write to Bill and give him the courtesy of a reply _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of treliff Sent: Thursday, 15 March 2007 2:36 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: Seward

Re: [amibroker] Interactive Ask Bid data

2007-03-19 Thread Dennis Daniels
GetRTData(Bid) GetRTData(Ask) http://www.amibroke http://www.amibroker.com/f?getrtdata r.com/f?getrtdata Best regards, Tomasz Janeczko amibroker.com - Original Message - From: chwinc2000 [EMAIL PROTECTED] mailto:chwinc2000%40yahoo.com com To: [EMAIL PROTECTED]

[amibroker] 15min data to Daily

2007-03-19 Thread Dennis Daniels
I have 15min data on the GBPUSD. How do I find the midpoint (ie. H+L/2) from yesterday 14:00 to today 13:45? Thanks - alex

[amibroker] out of boundary array

2007-03-19 Thread Dennis Daniels
Hi guys, I need a regular type array in my afl script so that I can do Volume at Price calculation. here's the piece of code give me subscription out of range error: --- price = floor(C); Vap = NULL; // volume at price array for ( i = 0; i = barcount; i++ ) {

[amibroker] Re: 15min data to Daily

2007-03-19 Thread Dennis Daniels
Thanks Thomas. AC

Re: [amibroker] Re: Seward Trading

2007-03-19 Thread Dennis Daniels
o I would be cautious, most systems look good when backtested, o but do not trade well going forward . Larry To which I just have to add: Even if you buy a *great* system, assuming there was even one for sale, all great systems experience drawdowns, and there is no guarantee you won't

[amibroker] Re: A good book?

2007-03-19 Thread Dennis Daniels
Hi Howard and Bob, Dakota is not integrated with AmiBroker at all...It would be complicated to integrate the two platforms. I agree. At best, at the moment, one could interface them to exchange signals. For example, it isn't too hard to bring Dakota's signals into AmiBroker. I'm still yet

Re: [amibroker] out of boundary array

2007-03-19 Thread Dennis Daniels
Hello, First thing is that price is floating point number (with fractional part), and you can not use it as an index (in any language). So you need to convert to integer. Second thing is - I suggest using VarSet for dynamically sized array. http://www.amibroke

[amibroker] Imporitg data

2007-03-19 Thread Dennis Daniels
Hi, my problem: If I click File/Import ASCII and then just put into the name of the file http://akcie. http://akcie.vasweb.eu/data/spad-vse.php vasweb.eu/data/spad-vse.php it works great, but I made a script file which contains: AmiBroker = new ActiveXObject( Broker.Application );

[amibroker] Re: A good book? Howard, Dingo and BillBarack

2007-03-19 Thread Dennis Daniels
conference in February. Richard has the Camtasia recording and will make it available as soon as he has edited the material. Any ball park figure on when it will be available? thanks Dennis

[amibroker] Interactive Ask Bid data

2007-03-19 Thread Dennis Daniels
Hello, I am using Interactive Broker as my real time data provider and was wondering how you access bid and ask? I change the setting in the preference section from bid to midpoint to ask, but the close that shows up on the graph is always a BID price. How do I get bid prices in one chart and

Re: [amibroker] Detecting data mining bias with modified Monte Carlo procedure

2007-04-04 Thread Dennis Daniels
Hello, Nice subject whitneybroach. I would like to open it to another field, the one of the multi-objective optimizitation. Actually random walk, monte carlo can be made raw, so you extract all statitstic from each run, and finally you can look for the best solution for several objective at

Re: [amibroker] esignal vs equis

2007-04-14 Thread Dennis Brown
Hello, I just switched to the eSignal data only version. My price is half of what I was paying for their basic service. The only difference in data is no Philadelphia index data. Dennis On Apr 11, 2007, at 5:51 PM, Tomasz Janeczko wrote: There will be cheaper data-only feed from eSignal

Re: [amibroker] AmiBroker 4.92.0 BETA released

2007-04-15 Thread Dennis Brown
Wonderful, I can sort my watch lists now! Thank you Tomasz, Dennis On Apr 15, 2007, at 5:07 AM, Tomasz Janeczko wrote: Hello, AmiBroker 4.92.0 BETA has just been released. http://www.amibroker.com/devlog/2007/04/15/amibroker-4920-beta- released/ Best regards, Tomasz Janeczko

Re: [amibroker] Re: esignal vs equis

2007-04-15 Thread Dennis Brown
Sorry, I know nothing about FOREX data, Dennis On Apr 15, 2007, at 9:44 AM, jydejyde wrote: Dennis, are do you know how their FOREX data are? I remember they were pretty atrocious when I used them a long time ago. CJ --- In [EMAIL PROTECTED], Dennis Brown [EMAIL PROTECTED] wrote: Hello

Re: [amibroker] Re: esignal vs equis

2007-04-15 Thread Dennis Brown
for. I guess I will find out soon enough when the next bill arrives. Dennis On Apr 15, 2007, at 9:59 AM, chomper777 wrote: Dennis, How much did you pay for eSignal Data and how did you sign up? I can't find anything on it on eSignal website and when I talk to the online sales people he

[amibroker] Help with intermittent plots

2007-04-17 Thread Dennis Brown
plot visible, but now I am generating more complex iterations and the problem has become intolerable. Has anyone else run into this problem? What caused it and how did you fix it? Thanks, Dennis

[amibroker] Help with understanding where Boolean/binary values work

2007-04-17 Thread Dennis Brown
) {do this} shapeVar = (y 16)*ShapeUpArrow; Thanks, Dennis

Re: [amibroker] Help with understanding where Boolean/binary values work

2007-04-17 Thread Dennis Brown
Oops, shapeVar = (y 16)*ShapeUpArrow; should have been: shapeVar = ((y 16)==16)*ShapeUpArrow; or ;-) shapeVar = (y 16)/16*ShapeUpArrow; Dennis On Apr 17, 2007, at 2:30 PM, Dennis Brown wrote: Hi, I have noted that some values can be boolean (0 or 1 only) for arrays. No problem

Re: [amibroker] Re: Help with intermittent plots

2007-04-17 Thread Dennis Brown
Thanks Tom, I checked on these items, and I think I have them under control. Dennis On Apr 17, 2007, at 5:02 PM, trb0428 wrote: Dennis, I once had a similar problem. I had two issues that i fxed that corrected the intermittent plots. 1) Some of the stocks in my database did not have

[amibroker] eSignal Data new service

2007-04-18 Thread Dennis Brown
I just got my notice of new service. The monthly charge is $30 + $7 exchange fees. I am a happy camper. Dennis On Apr 15, 2007, at 2:22 PM, Dennis Brown wrote: Mike, I had to call customer service to get my account switched to the new service. It is not officially available yet. I told

Re: [amibroker] eSignal Data new service

2007-04-18 Thread Dennis Brown
Paul, I was told that it was the same as Basic Service. I think it was 50 symbols at a time. I never noticed any limitation with AB. Dennis On Apr 18, 2007, at 7:34 AM, Paul Ho wrote: How many symbols can you have concurrently, Dennis? From: amibroker@yahoogroups.com [mailto:[EMAIL

Re: [amibroker] eSignal Data new service

2007-04-18 Thread Dennis Brown
details. Perhaps I got a special introductory deal because I was a previous subscriber or because I was an AB user. I guess we will have to wait until it is officially unveiled to know all the details. Maybe they are still deciding the details. Dennis On Apr 18, 2007, at 10:00 AM, Rakesh

[amibroker] help replacing OHLC arrays

2007-04-21 Thread Dennis Brown
hoping someone can advise which way to proceed and what I have to watch out for. Thanks, Dennis

Re: [amibroker] help replacing OHLC arrays

2007-04-21 Thread Dennis Brown
I decided that I will make another array for those functions that can benefit from gap removal and not modify the OHLC arrays. Too many gotchas otherwise. Dennis On Apr 21, 2007, at 3:53 PM, Dennis Brown wrote: Hello, I want to modify my OHLC data in my AFL program to remove all

Re: [amibroker] Running AB on an iMAC

2007-04-22 Thread Dennis Brown
was less than satisfactory. Dennis On Apr 22, 2007, at 9:24 AM, Al Venosa wrote: Hi, all. Lately, I've been seriously giving thought to the idea of switching to an Apple iMAC for various reasons (mostly getting tired of crashes, viruses, spam, etc., etc.). Surely, there are some AB users

Re: [amibroker] AB charting improvements (revisited)

2007-04-23 Thread Dennis Brown
: + += - -= = = == != = () {} [] , ; AND | OR FOR IF _SECTION_END() StyleLine On Apr 23, 2007, at 3:01 PM, Tomasz Janeczko wrote: Hello, As for glossary of AFL keywords: http://www.amibroker.com/guide/a_keywords.html - isn't this what you are looking for ? Best regards, Tomasz Janeczko amibroker.com - Original Message - From: Dennis

Re: [amibroker] AB charting improvements (revisited)

2007-04-23 Thread Dennis Brown
to organize it to make it the most useful for everyone. I sometimes think it is a harder task than creating the product! You have done a great job with AB so far, and I only want to see it improved over time. I hope you can understand where I am coming from. Thank you, Dennis On Apr 23, 2007

Re: [amibroker] Re: AB charting improvements (revisited)

2007-04-24 Thread Dennis Brown
here for more complex help. I have been through this many times before in the last several decades, and have written manuals for languages along these lines with ancient computer technology. Dennis On Apr 24, 2007, at 9:50 PM, brian_z321 wrote: --- In amibroker@yahoogroups.com, Dennis

Re: [amibroker] Re: Trendline Start X-Y and End X-Y change when selected. Why?

2007-04-25 Thread Dennis Brown
line that will not jump. Of course the original line no longer has the magnet property on either. Dennis On Apr 25, 2007, at 8:49 AM, ruthieflodberg wrote: Okey, let me give you an example. This left-right extended trendline moves it's sizing handles from: 2006-11-13 56.6112 2007-02-23

Re: [amibroker] Re: AB charting improvements (revisited)

2007-04-25 Thread Dennis Brown
system. Every user has 100 votes. They can use as many votes as they want for the suggestions, or redistribute as desired. The ones with the most votes are considered more carefully than others, because the developer knows the interest level of his users. Dennis On Apr 25, 2007, at 12:08

Re: [amibroker] Re: AB charting improvements (revisited)

2007-04-26 Thread Dennis Brown
solutions --that can then be added to the knowledge base. Done correctly, it could be a boon for AmiBroker and the user community to grow and prosper. Dennis On Apr 25, 2007, at 8:02 PM, brian_z321 wrote: --- In amibroker@yahoogroups.com, Dennis Brown [EMAIL PROTECTED] wrote: Once again I

Re: [amibroker] Re: AB charting improvements (revisited)

2007-04-27 Thread Dennis Brown
Brian, Yes, I know indexing the existing discussion group knowledge would be an impossible task. I was only referring to indexing all the docs on the AB site --completely doable. Additions from list contributors would have to be made going forward along the lines you suggested. Dennis

Re: [amibroker] Charting Help...please

2007-04-27 Thread Dennis Brown
operation versus the mouse up operation, or perhaps roundoff error between the resolution of the chart vs the screen pixels. I assumed it was a Windows thing, but only Tomasz would know for sure. Dennis On Apr 26, 2007, at 7:51 PM, rgreene2 wrote: I'm a new user and am stuck with a few

Re: [amibroker] Re: Charting Help...please

2007-04-27 Thread Dennis Brown
Item #2 below is different than what I reported as a bug (#890). Perhaps #2 is a real bug and should be reported. I have also experienced it as outlined in my other post. Dennis On Apr 27, 2007, at 7:11 AM, ruthieflodberg wrote: I've also discovered the problem that your discribing in the 2:nd

Re: [amibroker] Re: Charting Help...please

2007-04-27 Thread Dennis Brown
Now reported as bug #990 Dennis On Apr 27, 2007, at 9:19 AM, Dennis Brown wrote: Item #2 below is different than what I reported as a bug (#890). Perhaps #2 is a real bug and should be reported. I have also experienced it as outlined in my other post. Dennis On Apr 27, 2007, at 7:11 AM

Re: [amibroker] Re: Trendlines displaced after split

2007-04-27 Thread Dennis Brown
. Dennis On Apr 27, 2007, at 4:26 PM, dingo wrote: Let's see now... You opened the help file; clicked on the Search tab; typed in split without the 's; clicked the List Topics button and you didn't like the first answer it gave you? And the answer to your question is NO. d

Re: [amibroker] William's %R help, please!

2007-04-28 Thread Dennis Brown
Search in the AFL library: http://www.amibroker.com/library/detail.php?id=725 http://www.amibroker.com/library/detail.php?id=133 http://www.amibroker.com/library/detail.php?id=727 Dennis On Apr 28, 2007, at 12:50 AM, ax_ray wrote: Hello, I'm new to AB and I try to create a simple Buy/Sell

Re: [amibroker] Re: Trendlines displaced after split

2007-04-28 Thread Dennis Brown
handles are tagged with the date and price, so it can be figured out if a handle needs to be adjusted. Dennis On Apr 27, 2007, at 11:43 PM, Prashanth wrote: Hello, If you use AFL coding to draw the trend lines, it gets changed because after you split, new Highs and Lows are used to write new

  1   2   3   4   5   6   7   8   9   >