[amibroker] Real-Time Data Exploration Problem

2010-08-18 Thread Tom
anting to get 1 minute bars, but am getting daily bars. Any ideas about what I am doing wrong?? Thanks Tom

[amibroker] NumColumns

2010-01-15 Thread Tom McDaniel
some time. Any ideas about what happened? Thanks, Tom McDaniel <>

Re: [amibroker] Retrieving yesterday's daily O/H/L/C during RTH in an intraday database?

2009-09-10 Thread Tom Klopfstein
You could adapt something from this script I put up recently:  http://www.amibroker.com/library/detail.php?id=1263.  --- On Thu, 9/10/09, rmicalet wrote: From: rmicalet Subject: [amibroker] Retrieving yesterday's daily O/H/L/C during RTH in an intraday database? To: amibroker@yahoogroups.com

Re: [amibroker] New file uploaded to amibroker

2009-07-29 Thread Tom Klopfstein
I am the person who created this plugin.  It appears that the problem is that I created it using VS 2008 and Win32 Dev Kit.  Unless the deployment machine is a dev system with VS 2008 and the Dev Kit machine, the dll will not work.    Anyhow, I have fixed this issue by switching to the Dev-C++ c

Re: [amibroker] Re: Capture keystokes in AFL?

2009-07-29 Thread Tom Klopfstein
I am the person who created this plugin.  It appears that the problem is that I created it using VS 2008 and Win32 Dev Kit.  Unless the deployment machine is a dev system with VS 2008 and the Dev Kit machine, the dll will not work.    Anyhow, I have fixed this issue by switching to the Dev-C++ c

Re: [amibroker] Re: Multiple AB instances with eSignal

2009-06-18 Thread Tom Klopfstein
I run multiple instances of AB on the same esignal data source. So far, I have not experienced any problems. The refresh rate is stored in the registry (I think), so you would have to check the Preferences of each instance to make sure the refresh rate was the desired amount for each one aft

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

2007-03-16 Thread Tom Tom
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] AFL help needed : shutdown and reconnect

2007-03-09 Thread Tom Xu
plugin then this problem will disappear. So I hope I can do it with AFL . Tom - Original Message - From: itmwh To: amibroker@yahoogroups.com Sent: Thursday, March 08, 2007 11:00 PM Subject: [amibroker] AFL help needed : shutdown and reconnect With IB datafeed plugin

Re: [amibroker] 5-second IB intraday data backfill question

2007-02-23 Thread Tom
Thanks, Mark, I will check the site Rgds/Tom - Original Message - From: Mark Jarvis To: amibroker@yahoogroups.com Sent: Friday, February 23, 2007 7:55 PM Subject: Re: [amibroker] 5-second IB intraday data backfill question Quotes freezing during real-time trading mainly

Re: [amibroker] 5-second IB intraday data backfill question

2007-02-23 Thread Tom
month and save them for future use. Rgds/Tom - Original Message - From: Mark Jarvis To: amibroker@yahoogroups.com Sent: Friday, February 23, 2007 6:38 PM Subject: Re: [amibroker] 5-second IB intraday data backfill question I've never trusted IB data after a coupl

Re: [amibroker] Wrap title on chart

2007-02-19 Thread Tom
Hi, You can add this line in your AFL coding. SetChartOptions(0, chartWrapTitle); Regards/ Tom - Original Message - From: dralexchambers To: amibroker@yahoogroups.com Sent: Monday, February 19, 2007 7:45 PM Subject: [amibroker] Wrap title on chart Hi, Is it

Re: [amibroker] How to neglect the short signal before the sell signal of a long trade ?

2007-02-18 Thread Tom
Dbw, thanks a lot. The use of loop here is truely inspirational, I will test and learn. B.rgds/ Tom itmwh - Original Message - From: dbw451 To: amibroker@yahoogroups.com Sent: Sunday, February 18, 2007 11:27 PM Subject: RE: [amibroker] How to neglect the short signal before

Re: [amibroker] Re: I think the real defect of Amibroker is charting

2007-02-16 Thread Tom
remember, we are all somewhat systematic-trading-oriented people here on this mail list, and if you ask some average retail trader, he may have a different opinion. Tom itmwh - Original Message - From: wavemechanic To: amibroker@yahoogroups.com Sent: Friday, February 16, 2007 10:27

[amibroker] Re: Random Walk - step 2 - : Predicitable ?

2006-12-07 Thread Tom Tom
sorry i forgot the picture ; ) Wich is the stock and wich is the random walk ? (tips: look at the title of the chart) _ Windows Live Spaces : créez votre Space à votre image ! http://www.windowslivespaces.fr/ Random Walk.png Desc

[amibroker] Re: Random Walk - step 2 - : Predicitable ?

2006-12-07 Thread Tom Tom
Hi, Maybe it is time to come back with the main subject of the topic : RW. I just posted a AFL script so you can plot Price VS Random walk in the ame scale and fix the random number for investigation : http://www.amibroker.com/library/detail.php?id=777 For intraday i think it is good to filter

Re: [amibroker] Jurik Moving Average JMA

2006-12-07 Thread Tom Tom
Hi, Maybe we can go on this thread on amibroker-ts and merge it with the thread "RE: [amibroker-ts] Re: Moving Average... one more again : )". It is an attempt to list different MA know here and there feature/quality/etc... For now we got : - FIR : weighted MA (classic original MA with all wei

Re: [amibroker] Re: Random Walk - step 2 - : Predicitable ?

2006-12-04 Thread Tom Tom
Ly, I just come back to the GARCH estimator (because i am currently working on AR est.). You say it is like ARIMA, mean a GARCH can be precessed from ARIMA ? Do you have somes links so i can use the work on AR to compute GARCH model ? GARCH seems the "new" tool for time serie financial analyst.

Re: [amibroker] Re: Random Walk - step 2 - : Predicitable ?

2006-12-02 Thread Tom Tom
larly read articles written by people who are already doing this successfully, so you don't lose track of reality, since the financial firms are rich enough to produce a very convincing BS argument. ~Bman --- In amibroker@yahoogroups.com, "cstrader" ...> wrote: > >Hi Tom

[amibroker] Random Walk - step 2 - : Predicitable ?

2006-12-01 Thread Tom Tom
To go on dicussion about random walk, nice article at the middle of this page : http://www.duke.edu/~rnau/411georw.htm Combine: Random Walk and Prediction. Technical analysis... usefull ? Financial information ... usefull ? Even illegal information (hidden to public) .. usefull ? Last one maybe

Re: [amibroker] AR Prediction AFL

2006-11-19 Thread Tom Tom
s Thanks for sharing all this work. Joe ----- Original Message - From: "Tom Tom" <[EMAIL PROTECTED]> To: Sent: Saturday, November 18, 2006 7:28 PM Subject: [amibroker] AR Prediction AFL >Hello, > >Last post on this forum about AR model, Spectral analysis, Burg, MEM.. &

[amibroker] AR Prediction AFL

2006-11-18 Thread Tom Tom
Hello, Last post on this forum about AR model, Spectral analysis, Burg, MEM... (will continue on amibroker-ts). For those interrested by this topic i just post my work. Keywords: Prediction future datas, Spectrum plotting, Dominant Cycles Extractor There is no dll needed so you can test it (AR_

Re: [amibroker] Re: Polynomial Trendlines

2006-11-17 Thread Tom Tom
s 2. The sample period 3. Windows for I and 2. would Noise Variance still be the measure to minimise? Any thoughts? Paul. From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Tom Sent: Thursday, 16 November 2006 12:28 PM To: amibroker@yahoogroups.com Subject: Re:

[amibroker] Re: Digit precision on AB ?

2006-11-16 Thread Tom Tom
Thanks for you answer Thomas. I was missing the fact that it was not 10^e but 2^ e, and i was missing my eyes too, you are right. Just one last question for personal knowledge, why if ±3.4028235×10^38 is max/min finite number, -1*10^10 return empty ? Really sorry if i bother the bandwith with

Re: [amibroker] Re: Digit precision on AB ?

2006-11-16 Thread Tom Tom
I, "ForXBI", 1.9); --- In amibroker@yahoogroups.com, "Fred" .> wrote: > >I agree completely with #1 ... > >--- In amibroker@yahoogroups.com, "Tom Tom" > wrote: > > > > Thanks Paul and Ed. > > > It is a shame because i manage t

Re: [amibroker] Re: Digit precision on AB ?

2006-11-16 Thread Tom Tom
So after further investigation. I code loop in VBS double. Result is not the same than SUM, nor FOR. So SUM or FOR are not exact, but they act not the same in rounding. I thing the arythmetic order to calculate is not the same in FOR and in SUM so rounding are different, so result are different

Re: [amibroker] Re: Digit precision on AB ?

2006-11-16 Thread Tom Tom
n AFL all >functions that I called returned single precision, 1. I thought it was 8 >significant digits >http://en.wikipedia.org/wiki/IEEE_754; >2. yes or dll >3. for and sum should give the same answer. >cheers >Paul. > >_ > >From: amibroker@yahoogroups.com [mailt

[amibroker] Digit precision on AB ?

2006-11-16 Thread Tom Tom
Hello, Does someone can help me about digit precision on AB please. 1- I think it is 7 signifiant digit +exposant +signe. Am i right ? 2- For more precision we need to code in VBscript and enable double float ? 3- But if i prefer stay on Amibroker AFL. For a sum loop for exemple, i didn't have

Re: [amibroker] Re: Polynomial Trendlines

2006-11-15 Thread Tom Tom
ate it recursively. Cheers Paul. From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Tom Sent: Thursday, 16 November 2006 7:56 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Re: Polynomial Trendlines Hi ! Thanks Paul ! It is around the same for MEM yes. I fin

RE: [amibroker] IB Realtime stuck

2006-06-12 Thread Tom Gibbs
This problem seems to be traceable to IB and the data feed for the futures contracts in all 4 energy contracts  - the volume data is not coming through today, and AmiBroker depends on Volume data to report price.   Sincerely; Tom Gibbs  -Original Message- From: amibroker

[amibroker] IB Realtime stuck

2006-06-12 Thread Tom Gibbs
Chart price data is wrong (it just keep putting a new flat line as if no price change or volume took place).   Version 4.80.2   Sincerely; Tom Gibbs    __._,_.___ Please note that this group is for discussion between users only. To get support from AmiBroker please send an e

[amibroker] rolling over

2006-04-25 Thread Tom Gibbs
When contracts roll over and I Merge data, which gives me the more true data reading on my new contract charts? Overwrite duplicate quotes Not overwriting       Sincerely; Tom Gibbs    Please note that this group is for discussion between users only. To get

Re: [amibroker] Murrey Math

2006-04-13 Thread Tom Lance
Be very careful with MM! - Original Message - From: Martin Cooney To: Amibroker General Forum Sent: Wednesday, April 12, 2006 9:05 PM Subject: [amibroker] Murrey Math Hi,Has anyone seen a good Murrey Math indicator ?There's one in the 3rd party area that dat

RE: RE : [amibroker] IB plug in

2006-04-06 Thread Tom Gibbs
This problem seems to be particular to the NYMEX Futures through IB on Thurday. After the 45-min NYMEX afternoon break my RT data began to fill in as normal.   Sincerely; Tom Gibbs  -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[amibroker] IB plug in

2006-04-06 Thread Tom Gibbs
Sorry, I gave no particulars.   What is happening to me is that my CONN light is green but I am not getting real update data. I am having to click on the CONN and choose Backfill Current in order to get the chart to refresh with new data.   Sincerely; Tom Gibbs

[amibroker] IB plug in

2006-04-06 Thread Tom Gibbs
Is there some trouble with the IB plug for RT quotes in this morning.   Sincerely; Tom Gibbs    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