[amibroker] Re: help me with a buy signel

2006-12-08 Thread ricko8294_98
That is probably because all three do not get to -1 at the same time. R --- In amibroker@yahoogroups.com, "Dheya1" <[EMAIL PROTECTED]> wrote: > > i got this one from amibroker supports but still its not working > > Buy = InvFisherTfm1( Value2 ) == -1 AND InvFisherTfm2( Value4 ) == - 1 > AND InvF

Re: [amibroker] AmiBroker VS Wealth-Lab ?

2006-12-08 Thread Mark H
I had used WLD for a while before moving to AB. From my own experience, I have not encountered anything WLD can do but AB can't, though sometimes you have to be a bit creative. The system you described can be done using AB with some complexity but is very hard or even impossible using WLD. The m

RE: [amibroker] Re: Simplest method of creating Groups based on Symbol lists

2006-12-08 Thread Paul Ho
read the manual ...especially about watchlists, industry, sectors, markets _ From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Homar Simpson Sent: Saturday, 9 December 2006 2:15 PM To: amibroker@yahoogroups.com Subject: [amibroker] Re: Simplest method of creating

[amibroker] Re: Simplest method of creating Groups based on Symbol lists

2006-12-08 Thread Homar Simpson
Actually, I am asking about a very simple thing, though I am aware of the capabilities you mention. All I want to do is take a list of all the s&p 500 stocks, etc., and automatically tag them as part of a custom group, So I can scan them or operate on them separately. Doesn't seem to be a bu

[amibroker] Re: Import ASCII tick data file

2006-12-08 Thread Peter
to import > >> historical > >> > > ASCII tick data files. Each line in the file would be just one > >> tick > >> > > with one price, date/time stamp, and volume, there would not be > >&g

Re: [amibroker] Re: Access to fundamental data using QuotesPlus

2006-12-08 Thread Don Lindberg
Chris, I use Quotes Plus as well, but I also download the Yahoo Fundamental Data once a week using AmiQuote. This gives you the best of both worlds, as you can use both GetFnData AND GetExtraData functions. Don Lindberg ---Original Message--- From: trb0428 Date: 12/08/06 11:03:41 To:

[amibroker] Help with AFL - buy on first down bar after cross over

2006-12-08 Thread tradinghumble
Hi, I was wondering if anyone can help me writting I guess "a simple" piece of code. I'd like to buy on the high of the first bar DOWN after a MA cross up. Thanks for your help.

Re: [amibroker] Re: Access to fundamental data using QuotesPlus

2006-12-08 Thread Chris DePuy
Tom, I do not use QuotesPlus, but i assume that if you configure the database right you could use Amiquote to retrieve Yahoo fundamentals. Those are what I was referring to below when I gave you the AFL code snipped relating to OneYearTargetPrice. If worst came to worst, you could retrieve O

Re: [amibroker] Re: Notepad in AmiBroker 4.81

2006-12-08 Thread Graham
Try clicking in the notepad window when you change symbols -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your requirements http://www.aflwriting.com On 09/12/06, vichooo_1999 <[EMAIL PROTECTED]> wrote: Hi All my notes are saved in Amibroker\Notes fold

Re: [amibroker] AmiBroker VS Wealth-Lab ?

2006-12-08 Thread Graham
You can do this, but I will not say the coding is easy for a beginner The initital trade size is fairly straightforward, but the size adjustment based on current equity takes a bit of knowledge in AB coding as it needs to be done in advanced portfolio backtest code. -- Cheers Graham AB-Write ><

[amibroker] help....

2006-12-08 Thread thecoolestdude1369
would like to state which symbols i'd like to test within the editor instead of having to the scan system and current symbol only. does anyone know how to do that? thx j

Re: [amibroker] Backtesting any preiodicity

2006-12-08 Thread Graham
You can create custom bar periods in preferences -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your requirements http://www.aflwriting.com On 07/12/06, Peter <[EMAIL PROTECTED]> wrote: On the backtester settings window, it looks like the periodicity ca

Re: [amibroker] Help needed for "Highest / Lowest value of the last n-bars" problem

2006-12-08 Thread Graham
try this Hbar = H == HHV(H,20); plotshapes( shapestar*hbar, colorred, 0, h, 0 ); -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your requirements http://www.aflwriting.com On 08/12/06, kose_u <[EMAIL PROTECTED]> wrote: Hi, I am trying to have two addit

Re: [amibroker] AmiBroker 4.81

2006-12-08 Thread Bruce Hawkins
What is the latest ver. of Amibroker that I can get?

[amibroker] Re: Notepad in AmiBroker 4.81

2006-12-08 Thread vichooo_1999
Hi All my notes are saved in Amibroker\Notes folder ticker wise. I t does not show up in other tickers. I hv never faced this problem. My current version is 4.88

Re: [amibroker] Re: Import ASCII tick data file

2006-12-08 Thread Wes Smith
For a good comparson of various feeds, and how they differ .. see these dacharts pages. http://www.dacharts.com/faq/Comparable-tick-charts-by-feed.htm http://www.dacharts.org/archives/Ensign_Wed_class_transcripts/Comparison_of_ticks_by_data_feed.htm - Original Message From: scourt2000 <[

[amibroker] Re: Access to fundamental data using QuotesPlus

2006-12-08 Thread trb0428
Chris, Thanks for the suggestionsI will try them. However with QuotesPlus as my data source, I do not have access to "OneYearTargetPrice" and do not use the GetFnData call. I am limited to the fields supported by the GetExtraData() function. Perhaps Tomasz will consider expanding the QP pl

[amibroker] Re: Access to fundamental data using QuotesPlus

2006-12-08 Thread trb0428
Joe, ThanksI was afraid there was no easy answer. I'll also try the QP user group... Tom --- In amibroker@yahoogroups.com, "Joe Landry" <[EMAIL PROTECTED]> wrote: > > The GetExtraData functions are supported by the QP plug in, and > the only way I see to do it is to extend the QP plug in, no

[amibroker] Re: Notepad in AmiBroker 4.81

2006-12-08 Thread trb0428
Graham, I am not using AFL to write the notes, I'm just simply typing them in manually. When I change stock symbols the notes do not change. Thanks, Tom --- In amibroker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote: > > can you provide the line of code you are using to insert the notes t

[amibroker] Re: Import ASCII tick data file

2006-12-08 Thread treliff
if it can import historical tick data files or > >> not. > >> > > > >> > > Can anyone help and let me know if Ami is able to import > >> historical > >> > > ASCII tick data files. Each line in the file wou

RE: [amibroker] Re: Import ASCII tick data file

2006-12-08 Thread Marek Chlopek
> > > > And also once it is imported, I assume it can display it in any > > > > tick intervals. right ? > > > > > > > > Thanks > > > > > > > > > > > > > > > > Please note that this group is for discussion between &g

[amibroker] Re: Import ASCII tick data file

2006-12-08 Thread scourt2000
IB data...you get what you pay for. On average, it's pretty good, but just look at that Globex historical data fiasco of theirs from 12/4. Every data provider makes mistakes, but you will never see eSignal have messed up e-mini data for as long as IB has let this go on. If you trade for a l

Re: [amibroker] Re: math Power function

2006-12-08 Thread David Jennings
Fred, Tomasz Many thanks Clearly looking in the wrong place. DJ - Original Message - From: Fred To: amibroker@yahoogroups.com Sent: Friday, December 08, 2006 5:02 PM Subject: [amibroker] Re: math Power function Use the symbol ^ i.e. x = 2 ^ C; --- In amibroker@yaho

Re: [amibroker] Re: Import ASCII tick data file

2006-12-08 Thread Tomasz Janeczko
Each line in the file would be just one >> tick >> > > with one price, date/time stamp, and volume, there would not be >> open, >> > > high, low and close prices. >> > > >> > > And also once it is imported, I

Re: [amibroker] math Power function

2006-12-08 Thread Tomasz Janeczko
Raising to a power is the ^ operator. cc = ( 2 ^ ( 1/cascades) - 1 ) ^ 0.25; Best regards, Tomasz Janeczko amibroker.com - Original Message - From: David Jennings To: amibroker@yahoogroups.com Sent: Friday, December 08, 2006 5:18 PM Subject: [amibroker] math Power function

[amibroker] Re: math Power function

2006-12-08 Thread Fred
Use the symbol ^ i.e. x = 2 ^ C; --- In amibroker@yahoogroups.com, "David Jennings" <[EMAIL PROTECTED]> wrote: > > Amongst others, I'm trying to evaluate the following: > > cc = pow(pow(2, 1/cascades) - 1, 0.25); > > However, Amibroker seems to have the facility to raise a variable to a powe

Re: [amibroker] Re: Dec 4 ES ER2 and NQ

2006-12-08 Thread M. Smith
hello, I have seen problems for a long time between IB futures emini data and amibroker. Isn't there a better more reliable source of realtime emini streaming data that will work with Amibroker? I am looking also. Marshall - Original Message - From: sursod To: amibroker@yahoogro

[amibroker] Re: Import ASCII tick data file

2006-12-08 Thread Peter
gt; > > > > And also once it is imported, I assume it can display it in any > > > tick intervals. right ? > > > > > > Thanks > > > > > > > > > > > > Please note that this group is for discussion between u

[amibroker] math Power function

2006-12-08 Thread David Jennings
Amongst others, I'm trying to evaluate the following: cc = pow(pow(2, 1/cascades) - 1, 0.25); However, Amibroker seems to have the facility to raise a variable to a power missing from the library. Grateful if someone could tell me how they accomplish this. Many thanks DJ

[amibroker] Re: Import ASCII tick data file

2006-12-08 Thread treliff
> > 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > &g

[amibroker] Uploaded a sketch in "Files" for the ones who is interested

2006-12-08 Thread kose_u
I tried to formulate and solve the problem graphically first to see which value I am looking for and I have posted a scetch in the "Files" section incase anybody want to see it graphically. Little explanation about the scetch: First I extend a horizontal line from red dot (the bar in question) t

Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-08 Thread M. Smith
Bruce, Thanks it worked that time I must have discumbobulated it somehow on the copy before. Thanks again. Marshall - Original Message - From: Bruce Hawkins To: amibroker@yahoogroups.com Sent: Friday, December 08, 2006 2:00 AM Subject: Re: [amibroker] Jurik Moving Average JMA

RE: [amibroker] Import ASCII tick data file

2006-12-08 Thread Marek Chlopek
roker.com > > For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG: > http://www.amibroker.com/devlog/ > > For other support material please check also: > http://www.amibroker.com/support.html > > Yahoo! Groups Links > > > > > __ NOD32 Informacj

[amibroker] Re: help me with a buy signel

2006-12-08 Thread Dheya1
i got this one from amibroker supports but still its not working Buy = InvFisherTfm1( Value2 ) == -1 AND InvFisherTfm2( Value4 ) == -1 AND InvFisherTfm4( Value11 ) == -1; --- In amibroker@yahoogroups.com, "Dheya1" <[EMAIL PROTECTED]> wrote: > > any one can help me to write a buy signel >

[amibroker] Re: Dec 4 ES ER2 and NQ

2006-12-08 Thread sursod
I am also sorely missing Dec 4 ER2, NQ and ES, it doesn't look like IB will amend the problem. I cannot download attachments - can a kind soul please send it direct or post in Files? Thanks. Sursod --- In amibroker@yahoogroups.com, "Jerry " <[EMAIL PROTECTED]> wrote: > > I also need that. Can a

[amibroker] No posts about reverse engineering here please

2006-12-08 Thread Tomasz Janeczko
Hello, No posts about reverse engineering proprietary tools here please. == Please stop any discussion regarding reverse engineering of any proprietary tools on this group. I don't want any headaches caused by some companies not being happy about this. Th

[amibroker] Help needed for "Highest / Lowest value of the last n-bars" problem

2006-12-08 Thread kose_u
Hi, I am trying to have two additional values for each value in any chart, which show -for that bar of the chart- "this bar has the largest value of last x bars and has the lowest value of the last y bars". I remember once to see such a formulation in somewhere -may be in this list or in referen

Re: [amibroker] Odd BarsSince behavior

2006-12-08 Thread Grant Noble
I've always found filtering on buy OR sell confusing. Better to just filter on sell and use ValueWhen to get your buy info. Andy Watts wrote: > Hi, > > Any help explaining the strange output from the simple code below > would be very much appreciated. :) > > It should exit after 10 bars. > St

Re: [amibroker] Dec 4 ES ER2 and NQ

2006-12-08 Thread Jerry
I also need that. Can anyone share these files(yesterday's ES ER2 and NQ 1minute data)with me too? Thank you very much. On 12/5/06, cstrader <[EMAIL PROTECTED]> wrote: Anyone have a copy of yesterdays 1 minute data for these tickers that they could share? ty - Original Message - Fr

[amibroker] Backtesting any preiodicity

2006-12-08 Thread Peter
On the backtester settings window, it looks like the periodicity can only be set to one of the pre-set choices such as 1 min, 3 min, etc. Is it possible to set the backtester to use any periodicity I want, and even down to ticks level, such as 20 ticks ?

[amibroker] Constant Range for y-axis scale

2006-12-08 Thread Carl
I would like to set the y-axis of a price chart to a fixed range, i.e. set it to show a 60 point range from high to low regardless of the the absolute value. I have not been able to find out how to accomplish this and would appreciate some pointers. Carl

[amibroker] help me with a buy signel

2006-12-08 Thread Dheya1
any one can help me to write a buy signel if you can help me with the buy signel for the multticycle, i need to buy when the three lines ( "DSS", colorDarkGreen and "RSI", colorBlue, styleThick and "VFI", colorYellow, styleThick ) together reach-1 . _SECTION_BEGIN("MultiCycle 1[1].

[amibroker] Angle Trends ?

2006-12-08 Thread justinwonono
Is there anything in AB or 3rd party addons that has am angle trend drawing tool like Metastock ? If not is it in a wishlist ? TIA Regards

[amibroker] Import ASCII tick data file

2006-12-08 Thread Peter
Hi, I am trying Amibroker now. It looks like the trial version disables tick data features, e. g., can not display tick charts. As a result I can not verify if it can import historical tick data files or not. Can anyone help and let me know if Ami is able to import historical ASCII tick data fil

[amibroker] Trend Angles

2006-12-08 Thread justinwonono
Is there any way to implement in AB a trend angle drawing tool, like the one in MetaStock? Is one on a wishlist? TIA Regards

[amibroker] AmiBroker VS Wealth-Lab ?

2006-12-08 Thread tomahokinjo
I'm a freshman on amibroker,and I used wealth-lan for some time,wld's limit on position sizing,speed,and lack of respondence of request bother me so much, I heared that script in amibroker is very fast,but I don't know how powerful the position sizing functions in amibroker is. here is a system

[amibroker] "Highest/Lowest value of the last n-bars" question

2006-12-08 Thread kose_u
Hi, I trying to have two additional values for each value any chart, which show for that bar of the chart "this bar has the largest value for last x bars and has the lowest value for the last y bars". I remember once to see such a formulation in somewhere -may be in this list or in reference- bu

[amibroker] Re: Simplest method of creating Groups based on Symbol lists

2006-12-08 Thread matrix10014
Hi, This is the one aspect of Amibroker that stops me dead in my tracks,and I would also like to have a buit in method of creating a "linked" data structure of Markets,Sectors,Indistries an stocks. As you used the word "Groups",I assume you may have used AIQ at one point.Ami is a far more sop

[amibroker] Rebalancing dynamic weights

2006-12-08 Thread telecheck1
Hi, Please help with this : EnableRotationalTrading(); weight = 10; // default weight if( Name() == "" ) weight = 15; if( Name() == "" ) weight = 15; if( Name() == "" ) weight = 70; AddToComposite( weight * Close , "~TickerWithWeights", "X",atcFlagEnableInPortfolio|atcFlagDe faults|atcFla

Re: [amibroker] Re: Jurik Moving Average JMA

2006-12-08 Thread Graham
No idea if this is still available or even works, but check post message # 17539 in amibroker yahoo group On 08/12/06, carlacash26 <[EMAIL PROTECTED]> wrote: There is one for the jurik CCI, or what's it called. Also from the same source as the JMA. Haven't even looked at that... --- In amibr

[amibroker] Get a free C Compiler: Notepad in AmiBroker 4.81

2006-12-08 Thread Udo Harke
Hi Tom, You can get a free C compiler from Microsoft or a list by requesting the Google server, which has a free Notepad editor also. Probably, thereafter the erroneous behavior of the Windows notepad will have disappeared. Regards, Udo trb0428 <[EMAIL PROTECTED]> wrote:

[amibroker] Re: Jurik Moving Average JMA

2006-12-08 Thread carlacash26
There is one for the jurik CCI, or what's it called. Also from the same source as the JMA. Haven't even looked at that... --- In amibroker@yahoogroups.com, a a <[EMAIL PROTECTED]> wrote: > > How about the other Jurik Tools. Are there clones for them as well. > > carlacash26 <[EMAIL PROTECTED]>

Re: [amibroker] Re: Jurik Moving Average JMA

2006-12-08 Thread a a
How about the other Jurik Tools. Are there clones for them as well. carlacash26 <[EMAIL PROTECTED]> wrote: I wonder how that formula compares to the other MA's? Anyone tested it in comparison to HULL, T3, JMA etc? Is it a good JMA clone? Would appreciate any results of such a comparison

[amibroker] Re: Jurik Moving Average JMA

2006-12-08 Thread carlacash26
I wonder how that formula compares to the other MA's? Anyone tested it in comparison to HULL, T3, JMA etc? Is it a good JMA clone? Would appreciate any results of such a comparison! /Carlacash --- In amibroker@yahoogroups.com, "brpnw1" <[EMAIL PROTECTED]> wrote: > > Someone posted this about 3

[amibroker] Re: Jurik Moving Average JMA

2006-12-08 Thread carlacash26
Yes, I could share it, if someone is good at both .NET and AFL that could code it. Or otherwise efficient in reading code in any programming language and AFL. I'm having a trader/programmer who use .NET to test the indicator, I'll get back to you with results as to how good a clone it really i

Re: [amibroker] Jurik Moving Average JMA (working for me)

2006-12-08 Thread Bruce Hawkins
I pasted it into my price formula, after the price code. I sending it as a Word doc to preserve the formatting. Cheers, Bruce function HullMaFunction.doc Description: MS-Word document