[amibroker] Coding

2010-02-27 Thread John J
Hi, request suggestions to code the following, The buy gets triggered yesterday. Today if the Buy condition is satisfied again during the day, without a sell trigger, exploration does not list the Buy trigger for the same stock. What modification needed to this code to list the buy trigge

Re: [amibroker] AmiBroker 5.29.2 BETA released

2009-10-21 Thread John J
TJ, When I tried to install 5.29.2 beta I get the following error. An error prevents this program from continuing. Could not read SFX info. It's likely corrupt. My OS is Windows vista with latest updates. Regards, John. --- On Wed, 10/21/09, Tomasz Janeczko wrote: > From

[amibroker] Delete data for a single day for all stocks in the database

2009-10-06 Thread John J
Requtest suggestions to delete data for a single day for all stocks in a 1 minute database. Thanks in Advance. John.

[amibroker] OT:Windows Defender Updates getting updated Twice each time..in Vista Business

2009-09-07 Thread John J
Sorry to post this here.. but I have been facing this problem for over a year..in Vista Business.  Any suggestions to prevent windows defender updates getting updated twice each time a new update is available.   Thanks in Advance..   John.

Re: [amibroker] Check out this site

2009-09-07 Thread John N
Very nice site thank you John On Mon, Sep 7, 2009 at 12:09 PM, gunovanengel wrote: > > > http://www.finviz.com/ > > >

Re: [amibroker] BOLD moving average line

2009-06-20 Thread John J
or you can build in the code itself ..   plot(ma,"Moving Average",colorblue, styleline|stylethick);   Regards, John.   --- On Sat, 6/20/09, Anthony Faragasso wrote: From: Anthony Faragasso Subject: Re: [amibroker] BOLD moving average line To: amibroker@yahoogroups.com Date: Saturda

[amibroker] Re: NEED HELP,VALUE CHART FORMULA, CONVERT TO CANDLESTICKS

2009-05-12 Thread John Robinson
Tools -> Preferences -> Colors has what you are looking for John --- In amibroker@yahoogroups.com, "rashmo_70" wrote: > > Thanks, what about putting colours on the candlestick..UP-GREEN, DOWN-RED > --- In amibroker@yahoogroups.com, "John Robinson" wrote:

[amibroker] Re: NEED HELP,VALUE CHART FORMULA, CONVERT TO CANDLESTICKS

2009-05-11 Thread John Robinson
In the line beginning with "PlotOHLC", replace "styleBar" with "styleCandle" John --- In amibroker@yahoogroups.com, "rashmo_70" wrote: > > Vchart > //This was converted from code created for TradeStation by Mark W. Helweg of >

Re: [amibroker] HELP: Code Compaction

2009-05-10 Thread John J
* (1.618),0); up = IIf( (val1 - (Ref(val1,-5))) * (1000) * (1.618) > 0,(val1 - (Ref(val1,-5))) * (1000) * (1.618),0); Plot(dn, "", colorRed, styleThick); Plot(up, "", colorLime, styleThick); _SECTION_END();     Regards, John --- On Mon, 5/11/09, dingo wrote: From: dingo Sub

[amibroker] Re: is dtn iq closing data correct

2009-03-19 Thread John
Seede, Back to IQ, did you look at the data in Quote Editor? The reason I ask is that you can change or delete the bad data. I realize that one would rather have correct data but this will fix the problem short term. I posted a similiar problem here: http://forums.iqfeed.net/index.cfm?page=t

[amibroker] Scaling In Question

2009-03-07 Thread John Bishop
to tell Amibroker to use one rule for the initial buy and then another rule (C < Last BuyPrice) to determine whether to scale in. Thank you very much for your help, John

[amibroker] Re: Better Bollinger Bands

2009-01-21 Thread John Bollinger
--- In amibroker@yahoogroups.com, Dang Hoang Minh wrote: > He calls them Better Bollinger Bands. Not need to go to all that trouble, Bollinger Bands are Better. Sorry, couldn't resist. ;-) jab

[amibroker] Ideas for Jonathan ?

2008-12-01 Thread John Tierney
Hi Denise, Any ideas for Jonathan for Christmas? Maybe a video game? Would need what game console to buy it for. John

[amibroker] Coding Question.

2008-11-15 Thread John J
stoploss hit. Regards, John.

Re: [amibroker] Simulating Option Trading

2008-09-12 Thread John J
Hello,     How to get options data for NIFTY that can be fed to amibroker in realtime.?   Regards, John. --- On Sat, 9/13/08, Super Man <[EMAIL PROTECTED]> wrote: From: Super Man <[EMAIL PROTECTED]> Subject: [amibroker] Simulating Option Trading To: amibroker@yahoogroups.com Da

[amibroker] Re: lastbar volume issues with dtniq

2008-09-12 Thread John
It sems IQ has some data problems. If you take a look at their forum there are several posts recently of this very issue. They say they will fix it this weekend. But they also said that they will fix it several weeks ago. //http://forums.iqfeed.net/index.cfm?page=forum&forumID=11// j --- In am

[amibroker] Re: How to delete quotes with Metastock data? ->Strange bug?

2008-08-21 Thread John
(high, low, last, etc). Quote type: a quote, daily/weekly/monthly chart, intraday chart, or time & sales. Affected date and time. Description of the problem. Including this information expedites the correction process. Feel free to include screen shots of the problem data. I am making my own li

[amibroker] Re: How to delete quotes with Metastock data? ->Strange bug?

2008-08-20 Thread John
BTW, If you are using the IQ pluggin you can edit/delete the bad data in the quote editor. j --- In amibroker@yahoogroups.com, "John" <[EMAIL PROTECTED]> wrote: > > Louis, > > You said "I use QCollector for DTN IQFeed and I save the data in > metastock

[amibroker] Re: How to delete quotes with Metastock data? ->Strange bug?

2008-08-20 Thread John
d them an email showing them the problem symbols. John --- In amibroker@yahoogroups.com, "Louis P." <[EMAIL PROTECTED]> wrote: > > Hi, > > I use QCollector for DTN IQFeed and I save the data in metastock format. > Then, I import the data to Amibroker. > > T

Re: [amibroker] OFF TOPIC - PERL help requested

2008-07-27 Thread John
the Header will correct how you output file will look. Rakesh Sahgal wrote: > Hello John, > > Just wanted to thank you for your time and patience. Changes suggested > by you work like a charm and data is being converted flawlessly. Only > error is in the header row of the export

[amibroker] Re: Getting near the end

2008-07-27 Thread John Bollinger
--- In amibroker@yahoogroups.com, "John Bollinger" <[EMAIL PROTECTED]> wrote: > > Hello, > > I'd like to change a calculation as I get within n periods of the end > of an array in real time. Many thanks to all who replied. jab

Re: [amibroker] OFF TOPIC - PERL help requested

2008-07-27 Thread John
sting because this will allow you to make charts that were not possible prior to your modifications. At this moment in my trading I am trying to chart with "less" as in less lines ... less indicators. Have fun with it John Rakesh Sahgal wrote: > John > > Thanks very

Re: [amibroker] OFF TOPIC - PERL help requested

2008-07-27 Thread John CW
After the line: ($ticker,$date, $time,$open, $high,$low, $close,$vol) = split /,/; add the following: if (lc $date eq "date") { #look like a header ... print it and continue print OUT "$_\n"; next; } --- Rakesh Sahgal <[EMAIL PROTEC

Re: [amibroker] OFF TOPIC - PERL help requested

2008-07-27 Thread John
Rakesh Sahgal wrote: > Hello > > I have downloaded the following script from xmlworks.com > . The purpose of this scrip is to convert > Intraday data exported from AB(using AFL code provided by Graham ) > into a pseudo EOD format for use elsewhere(TA programs that do not >

[amibroker] Getting near the end

2008-07-25 Thread John Bollinger
Hello, I'd like to change a calculation as I get within n periods of the end of an array in real time. if (BarIndex() <= LastValue(BarIndex) - n) do this; else do that; The above has problems as it compares an arrray to a number. I've tried SelectedValue(BarIndex()). TIA, jab

[amibroker] ref(x, 1)

2008-07-21 Thread John Bollinger
Good evening, What does ref(x, n) see at the right edge of the chart when n is a positive integer? Which is to ask, what does ref(Close, 1) return on the last bar? NO, I am not trying to see tomorrow's paper today. >From another angle: When I am on the last bar can can I reference future values

Re: [amibroker] Re: operational issue.

2008-07-13 Thread John J
minutes continuously and give your feedback.   John. --- On Sun, 7/13/08, murthysuresh <[EMAIL PROTECTED]> wrote: From: murthysuresh <[EMAIL PROTECTED]> Subject: [amibroker] Re: operational issue. To: amibroker@yahoogroups.com Date: Sunday, July 13, 2008, 7:39 PM i think ur bandwidt

Re: [amibroker] operational issue.

2008-07-13 Thread John J
Thanks Louis for your reply. I will try again when the market opens on monday.   Being a nonprogrammer, it takes time to get into grips of a software trying it alone. Learning curve is steep.   John. --- On Sat, 7/12/08, Louis Préfontaine <[EMAIL PROTECTED]> wrote: From: Louis Préfo

[amibroker] operational issue.

2008-07-12 Thread John J
Hello, I experience a problem in running AA for 150 symbols. I have esignal subscription for realtime intraday data. During market hours realtime, when AA is run, esignal data manager crashes halfway. Even, If I manually flip through the stocks, after some number say, 20 or 25 stocks, the dat

[amibroker] Custom Backtester Question

2008-07-11 Thread John Bishop
along? Thanks!!! John

Re: [amibroker] Line of Best Fit and Slope of an MA?

2008-07-08 Thread John Ayling
the slope will tell me how steep it > currently is. > > Any idea how best to approach the above? Or is there already some built-in > indicator or function that will essentially allow me to do the above? > > Thanks! > > -- John Ayling e: [EMAIL PROTECTED] m: 0414 640 930 p: +61 2 4782 7286

Re: [amibroker] Re: Help required for correcting this code.

2008-06-30 Thread John J
file.   Thanks, John --- On Mon, 6/30/08, Mike <[EMAIL PROTECTED]> wrote: From: Mike <[EMAIL PROTECTED]> Subject: [amibroker] Re: Help required for correcting this code. To: amibroker@yahoogroups.com Date: Monday, June 30, 2008, 2:51 PM Just to follow up. The best way to capture

[amibroker] Help required for correcting this code.

2008-06-30 Thread John J
Hello, I want to capture the buy/sell signals during Explore/Scan in a file. I get the file with all the stocks rather than the stocks for which buy or sell signals triggered. Request help just to capture the stocks for which the Buy/Sell signals have triggered. // Script Begins

[amibroker] Re: Anyone has problems when using metastock files imported with newest version?

2008-06-28 Thread John
Louis, I use QCollector and import the metastock files but never tried optimization on them. I would think optimization would work. Maybe something wrong with your code. Post it. John --- In amibroker@yahoogroups.com, "Louis Préfontaine" <[EMAIL PROTECTED]> wrote: > &

Re: [amibroker] Re: AFL

2008-06-12 Thread John J
Thanks Ed, wavemechanic and cstrader for your suggestions. will work on that and post th e code for any updates.   John.       --- On Thu, 6/12/08, Ed Hoopes <[EMAIL PROTECTED]> wrote: From: Ed Hoopes <[EMAIL PROTECTED]> Subject: [amibroker] Re: AFL To: amibroker@yahoogro

[amibroker] AFL

2008-06-11 Thread John J
Hello, I want to write an AFL to print the angle of any indicator line crossing a horizontal line on the chart . Any suggestions?

[amibroker] Re: Filling holes in data

2008-06-04 Thread John
"Do you have to import via ASCII files...??" No, Metastock format. John --- In amibroker@yahoogroups.com, "sidhartha70" <[EMAIL PROTECTED]> wrote: > > Hi John, > > How do you use QCollector with AmiBroker...? Do you have to import via > ASCII fil

[amibroker] Re: Filling holes in data

2008-06-04 Thread John
/qcollector/dtn/index.htm John --- In amibroker@yahoogroups.com, "Louis Préfontaine" <[EMAIL PROTECTED]> wrote: > > Hi, > > I had the exact same problem and I never found a way to deal with this. > > Louis > > > 2008/5/30 sidhartha70 <[EMAIL PROT

[amibroker] Trivia.

2008-06-03 Thread John J
OS is windows vista business. The Amibroker version is the current RC1. could not identify the reason/any background running program. Have Anyone experienced this? Any suggestions to correct this? John.

Re: [amibroker] Heikin Ashi Candle display.

2008-05-27 Thread John J
Thank you apforex. color choices for the function should do the other way. John --- [EMAIL PROTECTED] wrote: - Here you have it: Op[0] = O[0]; Hi[0] = H[0]; LO[0] = L[0]; Cl[0] = C[0]; for( i= 1; i < BarCount; i++) { Op[i] = (Op[

[amibroker] Heikin Ashi Candle display.

2008-05-25 Thread John J
evious candle's close. I am looking either to display all white body candles or black body candles irrespective of their current close with reference to the previous candle's close. The idea is to highlight the up or down move only through color coding.. Any suggestions? John.

[amibroker] Re: Briese's COT & Movement Indexes (Help!)

2008-05-20 Thread John
))/(HHV(Close,780) - LLV(Close,780)) *100; Movement_Index = IndexN - roc(IndexN,6); If you have daily data and you want to plot it weekly, TimeFrameSet( inweekly ); Movement_Index = IndexN - roc(IndexN,6); TimeFrameRestore(); // restore time frame to original John --- In amibroker@yahoogroups

[amibroker] Re: Standard Deviation as an indicator

2008-04-21 Thread John Bollinger
--- In amibroker@yahoogroups.com, "brian_z111" <[EMAIL PROTECTED]> wrote: > > Hello John, > > Thanks for that. > > Simple but effective. > If you don't mind me saying, I think I prefer %b to BB themselves. > > I see you include

Re: [amibroker] Re: Esignal RT Not Updating

2008-02-24 Thread John J
Hello, Thanks for the reply. It doesn't work properly under vista. Does anyone using this DM version in vista sucessfully? Regards, John. --- "Tomasz Janeczko (groups)" <[EMAIL PROTECTED]> wrote: > Hello, > > Please install this version of eSignal data manag

Re: [amibroker] Locating Industry Ticker Symbol with AmiBroker 5.0 and Telechart Data

2008-02-08 Thread John CW
--- "david.weilmuenster" <[EMAIL PROTECTED]> wrote: > Hi, > > The AmiBroker interface to TeleChart does a good job of importing > TeleChart's Industry info, including mapping stocks to Industries, but > I'm running into one problem. > > With IndustryID(), it's easy to get the consecutive Indus

[amibroker] Re: Spurratic IQFeed volume errors?

2008-01-30 Thread John
Yes, I have seen volume errors. Deleting the symbol and re-adding it does solve it sometimes. I thought it was just me also. No clue on how to resolve the issue. Sometimes force backfill solves it, sometimes it doesn't. If you have a new watchlist this could take some time. John -

Re: [amibroker] Re: Thicker than stylethick - Is there such a line style ?

2008-01-30 Thread John CW
Second try ... sorry if this is a repeat. See attached file plotlinewidth.afl. I think it is bit better than using PlotOHLC(). amibrokerfan wrote: > > I have to agree with you here. Every other charting programs that I > have used have the ability to creat any thickest line except > Amibroker. E

[amibroker] Turning the Optimization warning message off

2008-01-21 Thread John Dorsey
the execution. Thanks, John

RE: [amibroker] Re: Open Tick

2007-11-30 Thread John Tierney
OT has really poor integration with the AB database. Since OT developed this plugin and they do not understand how to use the AB database, stay far, far away from OT. They have not done any work on the their plugin in a long, long time. So it would appear that they have lost interest. To bad.

[amibroker] Re: IQfeed Index symbols

2007-11-19 Thread John
Mark, Take a look here //http://www.iqfeed.net/symbolguide/index.cfm? symbolguide=guide&displayaction=support§ion=guide&web=iqfeed&guide =mktindices&web=IQFeed// There are more in the drop down arrow. You will have to copy them into excel, delete the unwanted info and save/import. j --- In a

[amibroker] Coloring A Value

2007-11-17 Thread John
s above the average ROC in the column. I have tried various methods of this below but no luck. AddColumn(ROC2,"Roc2a",2.2,colorDefault,IIf(ROC2 < Highest( ROC2 ) ,colorGreen,colorRed)); Any thoughts? Tia John

[amibroker] Re: ticker list

2007-11-10 Thread John
/ You will still have to refer back to help but these videos help newbys. Don't thank me. Thank Tomasz. John --- In amibroker@yahoogroups.com, "foxblade2000invest" <[EMAIL PROTECTED]> wrote: > > Hello all, > > I'm a new user of Amibroker, so basically cluel

[amibroker] Re: qp2 weekly indexes not updated

2007-07-28 Thread John
If you are asking about the !D001 type indices they are updated weekly. You have the latest (July 20) at the moment. Later on today they will update it for the past week. I normally download once Friday night to get the daily data and again on Sunday to get these weekly indices updated. john

RE: [amibroker] Categories Relative Strength

2007-07-16 Thread John CW
--- RR <[EMAIL PROTECTED]> wrote: > John, > > Thanks for the excellent workaround using the brute force approach; a > methodology I had not considered. This is a very useful approach to using > the TC2000 data source without having to build ATC securities and then >

Re: [amibroker] Categories Relative Strength

2007-07-15 Thread John CW
I just hacked up a temporary solution. See the attached file MG.afl, it contains an afl function that has a snapshot mapping of the ab industry to tc subindustry. --- RR <[EMAIL PROTECTED]> wrote: > Given a ticker symbol it is relatively easy to get the industry group. How > does one referen

[amibroker] Re: Formula that will give me the % change in stock price

2007-07-14 Thread John
thanks Bill , not sure what you mean when you say it does't rock - i am still awful green at this AFL stuff ..

[amibroker] Re: Formula that will give me the % change in stock price

2007-07-14 Thread John
Thanks Ronald , this is usfull ,- i also added a 180 day column !

[amibroker] Formula that will give me the % change in stock price

2007-07-13 Thread John
Hi I am looking for a formula that will give me the percentage change in a stocks price during a period i can select of week - month or year. I am hoping there is an existing formula that i can use in AmiBroker..

Re: [amibroker] Re: Larry Williams A/D indicator

2007-07-10 Thread john adamski
Hi Barry, I checked L.Williams' formula and it is AD=(close-open)/(high-low)*volume for each day. Now, when adding each day he says: if O=C do nothing, if O=H and C=L subtract volume from cum AD, if O=L and C=H add volume to cum AD. Please, let me know what you think. John S - Ori

Re: [amibroker] Re: Larry Williams A/D indicator

2007-07-09 Thread john adamski
Hi Barry, Thanks for your help and the explanation. I do not code much so it was a not easy for me to put it all together. I was wondering how to code the cumulative bit and not knowing there was a "cum" function. Stupid me. I greatly appreciate your help. John S - Origin

[amibroker] Ticker name next to symbol

2007-06-16 Thread John
Hi , The ticker symbol appears at the top left side of the AmiBroker window. i would like to have the name of the stock appear at the top right side of the same window. Your advice will be appreciated.

[amibroker] Re: Ideas for Swing Trading?

2007-05-30 Thread john robertson
Isn't it true that people who have a link on their web site to Short Term Trading Receive a $45 commission from David if purchased from that link? It may be that those people have a vested interest in promoting how good The system is.<>

RE: [amibroker] Re: AFL code wizard - preview presentation

2007-05-18 Thread John Tierney
Tomasz, Can third party indicators (via dll) be added so that they show up in the list.

[amibroker] COM object requires a Double parameter

2007-05-18 Thread John Tierney
I am trying to call a COM object in AFL. Some of the parameters in the Methods used by the COM require that the parameters be passed as Double. All AFL variables are Float. I see no AFL function that will convert Float to Double. Has anyone been able to work around this problem. I do not have

RE: [amibroker] Attention IQFeed subscribers

2007-05-15 Thread John Tierney
HI, Is this the release that adds seconds resolution so that AB can know support tick data? Thanks -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Tomasz Janeczko Sent: Monday, May 14, 2007 8:26 AM To: amibroker@yahoogroups.com Subject: [amibroker]

Re: [amibroker] Re: To AmiBroker users in the Austin Texas area

2007-04-30 Thread John Sanders
Dear Booker, Am considering adopting AMI, live in the Arboretum area of Austin. Will let you know if actually implement the program. John Sanders --- booker_1324 <[EMAIL PROTECTED]> wrote: > I live in the DFW area and did not know there were > user groups here. > How doe

[amibroker] Re: is support down?

2007-04-30 Thread john robertson
Even though I haven't received responses, I know AB does respond quickly. I don't know why I don't receive them. I know if you have a spam filter on then the ones that the program identifies as spam are sent to the junk mail folder. I always check that folder also. I had the occasion for

[amibroker] Re: is support down?

2007-04-29 Thread john robertson
Don't see any thing being filtered out. Why is it I can receive the automatic responses but not support responses???

[amibroker] Re: is support down?

2007-04-28 Thread john robertson
I have posted three question over the last couple of months. I always get a automatic reply and that's it.I have replied to the automatic post after a few day asking them to resend it they have answered and still no answers.

RE: [amibroker] TAZ for Swing Trading

2007-04-25 Thread John Arnold
nd it should bring up the symbol and it should have a arrow at yesterdays date. John -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Larry Sent: Wednesday, April 25, 2007 1:02 AM To: amibroker@yahoogroups.com Subject: [amibroker] TAZ for Swing T

RE: [amibroker] IB Realtime plug in

2007-04-16 Thread John Tierney
I have also noticed this. I think it is because the plugin is always trying to make a connection to TWS. -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Bill Sent: Saturday, April 14, 2007 10:48 AM To: amibroker@yahoogroups.com Subject: [amibroker] I

RE: [amibroker] OT- Has anyone heard of Opentick >?

2007-03-22 Thread John Tierney
There are 2 issues with OpenTick. One. The Adapter. The AB plug in is in Alpha stage. They have made improvements but, in my opinion, they have a long way to go. They, OpenTick, do not have a good understanding of how to write an adapter for AB. Of course , 98% of all people do not have the un

RE: [amibroker] Re: OpenTick - anybody using them?

2007-03-02 Thread John Tierney
, 2007 9:54 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] Re: OpenTick - anybody using them? Data are stored automatically as soon as you register the software. Best regards, Tomasz Janeczko amibroker.com - Original Message - From: John Tierney To

RE: [amibroker] Re: OpenTick - anybody using them?

2007-03-02 Thread John Tierney
The symbol for the Dow $5 contract is /YMM7-EC. There were problems requesting historical data for futures. That has been fixed. There were also problems with the 5 and 15 second interval. That also has been fixed. Make sure that you are running version 0.1.2. Remember that this is still alph

[amibroker] OpenTick plugin now available

2007-02-23 Thread John Tierney
OpenTick has released a data feed plugin for AB. Tutorial: http://www.opentick.com/dokuwiki/doku.php?id=tutorials:amibroker Plugin: http://www.opentick.com/index.php?app=content&event=api&menu=products You will need to open an account to gain acces to their data. One early question. Plugin doe

RE: [amibroker] IB Feed - AB does not collect and save data for symbols only in the RTQ list.

2007-02-10 Thread John Tierney
symbols in the database. 4. Now save the database 5. exit AB and shut down TWS. John -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of Sidney Kaiser Sent: Saturday, February 10, 2007 12:16 AM To: amibroker@yahoogroups.com Subject: RE: [amibroker] IB

Re: [amibroker] Re: restore my toolbars after upgrade

2007-02-07 Thread John Nelson
Better than Linux would be Apple's Macintosh or a common standard shared by Linux and the Mac since the Mac runs Unix under the hood. Of course you can always run Windows in a Boot Camp partition, but that puts you back in Windows territory again. -- John On Feb 7, 2007, at 10:

RE: [amibroker] Is anyone here using Kwikpop with AB?

2007-01-29 Thread John Tierney
Hi TT, I have been using KP on AB for close to six months and with IB. The biggest problem most people have is setting up the database. Whether it be IB, ESignal, whatever. The only problem is that the KP login procedure can cause AB to bomb. When the AB bomb window pops up just click on continu

RE: [amibroker] Accumulating IB backfill data ?

2007-01-23 Thread John Tierney
Ly, In the Database Setting window you need to change 'number of bars' field to how ever many bars of 1-minute data you want to keep. Assuming 24 hour trading, you will need 1,440 bars per day. John -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [amibroker] Hull Moving Averages

2006-12-31 Thread John Tierney
; prmStyle = ParamStyle("Style", styleLine, maskAll); prmField = ParamField("Fields", 3); //calculations HMA = WMA(2 * WMA(prmField,int(prmPeriod/2)) - WMA(prmField,prmPeriod), int(sqrt(prmPeriod))); // paint the chart Plot(HMA,"HMA",prmColor, prmStyl

[amibroker] Coding DLL for AB using Turbo Delphi

2006-12-13 Thread John Tierney
Does any one know if the new Turbo line of products from Borland can make compatible DLL's that AB can use as a plugin? Turbo website: http://www.turboexplorer.com Thanks

[amibroker] ETF Symbols

2006-11-24 Thread John Tilisky
If anyone is working with the EFT's - these are the 289 current symbols(as of 11/23/06) ADRA,ADRD,ADRE,ADRU,AGG,BBH,BDH,BHH,DBC,DEB,DES,DEW,DFE,DFJ,DGT,DHS,DIA,DIM,DJP,DLN,DLS,DND, DNH,DNL,DOL,DON,DOO,DSC,DSG,DSV,DTD,DTH,DTN,DVY,DWM,DXJ,EEM,EFA,EFG,EFV,EKH,ELG,ELR,ELV,EMG, EMM,EMV,EPP,EWA,E

Re: [amibroker] AmiBroker 4.87.0 BETA relased

2006-10-20 Thread John R
Very nice set of enhancements and fixes! Thanks John - Original Message - From: "Tomasz Janeczko" <[EMAIL PROTECTED]> To: Sent: Thursday, October 19, 2006 10:52 PM Subject: Re: [amibroker] AmiBroker 4.87.0 BETA relased > Hello, > > New version of the set

RE: [amibroker] Maximum Number of Data ticks

2006-10-17 Thread John Tierney
I seem to remember reading/hearing that it's 500,000 per symbol. But I could be wrong. John -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] Behalf Of rajeevmundra Sent: Tuesday, October 17, 2006 3:19 AM To: amibroker@yahoogroups.com Subject: [amib

Re: [amibroker] Re: Can be coded without loop?

2006-10-13 Thread John R
Brian & Mark,   Thanks for responses. Valuewhen was the function I was somehow forgetting - too much screen time ;-)   Code below draws simple hi/lo pivot level lines on selected plot.   John   <|:-) .(dunces hat)   8< /* draw horizontal lines at hi & lo pi

[amibroker] Can be coded without loop?

2006-10-12 Thread John R
method to propagate same value thru array until condition changes then propagate next value... John 8< /* draw horizontal lines at hi & lo pivot points*/ //P = ParamField("Price field",-1); p=Close; Hipiv = IIf(PRef(P,-2)),1,0); Lopiv = IIf(P>Ref(P,-1) AND (Ref(P,-1)http

Re: [amibroker] AmiBroker 4.86.0 BETA released

2006-10-11 Thread John R
Yuki,   Try Main Menu: Window: New option - seemed to restore my lost layout.   John   - Original Message - From: Yuki Taga To: Tomasz Janeczko Sent: Wednesday, October 11, 2006 11:21 PM Subject: Re: [amibroker] AmiBroker 4.86.0 BETA released Hi

Re: [amibroker] Crosshair color definition?

2006-10-11 Thread John R
If you set dark grey (Grey 50) (a popular choice) as background colour for panes crosshairs cannot be seen properley.   John   -- Original Message - From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent: Wednesday, October 11, 2006 11:15 PM Subject: Re: [amibroker

[amibroker] AB 4.86.0 beta

2006-10-11 Thread John R
When I clicked X at top right of the new tabs line the panes area is completely cleared i.e. no panes, no tabs, no sheet tabsis this by design? John Please note that this group is for discussion between users only. To get support from AmiBroker please send an e-mail directly to SUPPORT

RE: [amibroker] RE: Polynomial Trendlines

2006-10-07 Thread John Tierney
indicator. PF_BegBar = BeginValue(BI);PF_EndBar = EndValue(BI);There does not appear to any way to set the range from inside an AFL function. This would make everything much easier.  Are there any other code sequences inside of the [John Tierney] VBS function: Gaussian_Elimination or the the AF

RE: [amibroker] Polynomial Trendlines

2006-09-20 Thread John Tierney
I have also been searching for a way to Polynomial Forecasting. I have been looking for a COM object that I could call in AFL.   John -Original Message-From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED]On Behalf Of Ton SieverdingSent: Wednesday, September 20, 2006 5

Re: [amibroker] Re: Indicator Maintenance

2006-08-01 Thread John R
ve as an indicator, exploration, system, optimisation test ... AB just uses the relevant content in the context it is being used. There are pluses and minuses to this design but it makes the onus of classification of file type purely with the user.    HTH John   - Original Mess

Re: [amibroker] Re: Indicator Maintenance

2006-08-01 Thread John R
y modular fashion. I want a single source defintion for each indicator and if I change the indicator logic then I want all other code which references that indicator to be affected by that change. For this reason I only use Insert Linked and use External editor and version control to control my

Re: [amibroker] Re: Multi Row Colored Ribbons

2006-07-30 Thread John
ibbons was great.       I have an AFL for that one.   Thanks   John   ---Original Message---   From: johsun Date: 7/30/2006 12:03:55 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: Multi Row Colored Ribbons   Hello,Thanks all for the kind words, I'm glad I could help :)Abou

Re: [amibroker] Customizing Grid

2006-07-24 Thread John Nelson
ike it. As you say the way to add a column is via Addcustommetric.d> -Original Message-> From: [EMAIL PROTECTED]ps.com > [mailto:[EMAIL PROTECTED]ps.com] On Behalf Of PKJR> Sent: Monday, July 24, 2006 8:18 PM> To: [EMAIL PROTECTED]ps.com> Subject: Re: [amibroker] Customiz

Re: [amibroker] Customizing Grid

2006-07-24 Thread John Nelson
This has become one of the banes of my life too I really need a customized results grid which contains my own metrics or combination of things such as # winners and # losers and my own sortable values.-- JohnOn Jul 24, 2006, at 5:26 PM, PKJR wrote:is there an easy way to remove columns from t

Re: [amibroker] Re: Ascii vs. Metastock format opions please

2006-07-14 Thread John R
You do not need Metastock software. Most Downloader programs give option to store the data in Metastock format as it is the most common format most TA packages support. AB can read Metastock files directly via MS Plugin.   John   --- Original Message - From: areehoi To

RE: [amibroker] Scan/Explore Times

2006-07-09 Thread John Emery
Dave, I have held everything constant. I am very experienced at computer use, so that was the first questions I asked myself. "What has changed?" I can not figure out what I might have done that changed the scan times from 50 seconds to 5 minutes. I even saved my afls and unistalled/reinstall

Re: [amibroker] Re: EOD data

2006-07-05 Thread John R
stock indices. You can check out full feature list via their web site. Personally I don't use Yahoo data very often (only for occasional cross checks).   John   - Original Message - From: areehoi To: amibroker@yahoogroups.com Sent: Wednesday, July 05, 2006 3:19

Re: [amibroker] Re: EOD data

2006-07-05 Thread John R
you better.   John   - Original Message - From: Larry Lovrencic To: amibroker@yahoogroups.com Sent: Wednesday, July 05, 2006 12:50 AM Subject: Re: [amibroker] Re: EOD data Does anyone know if ML Downloader can be used to allocate data into Amibroker

  1   2   >