Re: [amibroker] Re: forex and AB

2006-06-16 Thread Martin Cooney
Well for a start it's the weekend so you won't be getting any data til markets reopen. I haven't set up the MT4 version in quite sometime instead preferring the MT3 plugin - bear in mind Amibroker isn't really designed for FX so be prepared for quite a few headaches and frustrations. Martin

[amibroker] Re: forex and AB

2006-06-16 Thread gaomfen
I have setup MT 4 plugin in Amibroker today, a green Okey with the rateserver are shown. but, no data is feeding into data, anyone knows the reason of this? thanks --- In amibroker@yahoogroups.com, [EMAIL PROTECTED] wrote: > > G'day JWS, > > I would go with the MT3 plugin while it still works.

Re: [amibroker] Multi-dimension arrays?

2006-06-16 Thread Graham
from a post by tomasz As to your question: > so tell us how we access via tablename one element of our table ... This is very easy ... Desired access to tablename[x][y] can be implemented as follows using VarSet / VarGet (note that this is only ONE OF MANY possible ways) function Set2DimTable( ta

RE: [amibroker] Multi-dimension arrays?

2006-06-16 Thread dingo
Not using AFL. But you can do it via the Osaka Plug In. http://finance.groups.yahoo.com/group/amibroker-dll/files/ Or you can really get gnarly and use dynamic variables.. d > -Original Message- > From: amibroker@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of PKJR > Sent:

[amibroker] Re: ~~~equity ticker?

2006-06-16 Thread Glenn
Hi Dan, Thanks. > Sounds like you want to find out the > available cash without the addition of > unrealized gains (or losses). To be clearer, it's value of the Initial Equity plus realised profits or losses and including brokerage costs. BTW I think available cash is the Low in the ~~~eq

[amibroker] Multi-dimension arrays?

2006-06-16 Thread PKJR
Hi All: Can I use multi-dimension arrays? like A[m, n] in AmiBroker? example: I want to read a data from a text file for a series of ticker names and each ticker will have some additional settings: XYZ, v11, v12, v13 ABC, v21, v222, v23 I want to store this info in an array and re-use this in AF

Re: [amibroker] ~~~equity ticker?

2006-06-16 Thread Daniel LaLiberte
Assuming the "~~~equity" ticker works the same as the Equity function (but applied to all stocks being traded, if you have selected that option) then the amount displayed is the available cash plus unrealized gains (or losses) of open positions. The change in available cash is, of course, lock

[amibroker] ~~~equity ticker?

2006-06-16 Thread Glenn
Hi, Does the ~~~equity ticker have in it the available cash plus sum of all CLOSED positions? ...or only the available cash plus sum of all OPEN positions? If it doesn't have cash plus sum of all CLOSED positions, is there a way of displaying this? Cheers, Glenn ---

Re: [amibroker] Plotting shapes over a peak

2006-06-16 Thread wavemechanic
Use the following for Peaks: Peaks = IIF(Peak(H, 2) == H, 1, 0); - Original Message - From: "orionsturtle" <[EMAIL PROTECTED]> To: Sent: Friday, June 16, 2006 3:14 PM Subject: [amibroker] Plotting shapes over a peak > > I am trying to just see visually what the peak function does. >

RE: [amibroker] Plotting shapes over a peak

2006-06-16 Thread TH
It's plotting off your screen because your Peaks = True or False = 1 or 0 and your Shapes are plotting at the High. -- Terry -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of orionsturtle Sent: Friday, June 16, 2006 1:14 PM To: amibroker@yahoogroups.

[amibroker] Plotting shapes over a peak

2006-06-16 Thread orionsturtle
I am trying to just see visually what the peak function does. I want to plot a shape over a given peak. i am trying this code but no go... any help??? Peaks = Peak(H,2); PlotShapes(shapeDownArrow * Peaks , colorRed , 0, H, -10); Thanks!!! OT Yahoo! Groups Sponso

[amibroker] Update Amibroker website

2006-06-16 Thread Clement Chin
Well, the Amibroker website has a lot of outdated product information. I think it is time to update it.   Clement   __._,_.___ 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} amib

[amibroker] Excell

2006-06-16 Thread Steve Kuball
Can any one tell me how to copy lists from Amibroker to Exell and also from Excell to Amibroker?   Stevekub101161 Sneak preview the all-new Yahoo.com. It's not radically different. Just radically better. __._,_.___ Please note that this group is for discussion between users only.

RE: [amibroker] How to backup settings of AB and move to another computer?

2006-06-16 Thread Clement Chin
I am the shortcut keys. Sorry. You can access it from the Customize.   Clement   From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Keith McCombs Sent: Friday, June 16, 2006 2:44 AM To: amibroker@yahoogroups.com Subject: Re: [amibroker] How to back

[amibroker] code logic help?

2006-06-16 Thread coba702002
Hi I am having problem with a calc that I have worked around by manually drawing the lines each morning on the different timeframe charts i use. I have a calc that loops many many times and kills performance. I think that i would be able to calc this while loop (once) and then put the "roundedVal

Re: [amibroker] Re: eSignal data for NQ U6

2006-06-16 Thread Ara Kaloustian
Those are the symbols: NQ U6 and ES U6 (with spaces before the "U") - Original Message - From: "chdx" <[EMAIL PROTECTED]> To: Sent: Friday, June 16, 2006 6:52 AM Subject: [amibroker] Re: eSignal data for NQ U6 > What's the symbol for NQU6 and ESU6 in eSignal? > > --- In amibroker@yaho

[amibroker] Re: Nasdaq % Model

2006-06-16 Thread Antonio
Thank-you Lester for your time answering, I may agree with you, but I still think it's worth backtesting. The only problem is how to code the system rules Bye Antonio --- In amibroker@yahoogroups.com, "Lester Vanhoff" <[EMAIL PROTECTED]> wrote: > > You have to be more specific. Up 7.9% or

Re: [amibroker] Re: MAVG CROSS SYSTEM

2006-06-16 Thread MillowenaJuno
AMEN!! Millowena - Original Message - From: "scourt2000" <[EMAIL PROTECTED]> To: Sent: Friday, June 16, 2006 9:47 AM Subject: [amibroker] Re: MAVG CROSS SYSTEM > > Save yourself a lot of time. If you want to explore moving average > systems, then don't rely on crossovers for trigger

[amibroker] Re: eSignal data for NQ U6

2006-06-16 Thread chdx
What's the symbol for NQU6 and ESU6 in eSignal? --- In amibroker@yahoogroups.com, "Ara Kaloustian" <[EMAIL PROTECTED]> wrote: > > A peculiar data problem, ... and it has happened before. > > Data for NQ U6 and ES U6 (and I suppose other similar symbols) from midnight till opening time this morni

[amibroker] eSignal data for NQ U6

2006-06-16 Thread Ara Kaloustian
A peculiar data problem, ... and it has happened before.   Data for NQ U6 and ES U6 (and I suppose other similar symbols) from midnight till opening time this morning is not available in Amibroker. It is available on eSignal software.   Data after market opening is OK.   Overnight data for

[amibroker] Re: MAVG CROSS SYSTEM

2006-06-16 Thread scourt2000
Save yourself a lot of time. If you want to explore moving average systems, then don't rely on crossovers for triggers. Instead, look at price relative to the moving averages you're interested in. Concentrate on price action and market internals. That, combined with good money and risk

Re: [amibroker] MAVG CROSS SYSTEM

2006-06-16 Thread Rakesh Sahgal
Do yourself a favour, make the effort yourself. If it does not work post your code here and loads of people will help you correct it. If you dont make the effort yourself, not much you are going to achieve. R On 6/16/06, OBL <[EMAIL PROTECTED]> wrote: HiI am looking for a code for the following

[amibroker] MAVG CROSS SYSTEM

2006-06-16 Thread OBL
Hi I am looking for a code for the following system THE QUERY that we are looking to implement is as below: BUY when 5EMA is cutting 20EMA in 5 min bar Buystop 20EMA is cutting 5EMA in 1 min bar Profittake when 8EMA is cutting 5EMA in 5 min bar Short when 20EMA cuts 5EMA in 5 min bar Sellstop

[amibroker] Sector Risk

2006-06-16 Thread edwardmikucki
I'd like to limit the percentage risk per given market sector amongst open positions during portfolio backtesting. Can anyone point me towards any information on this subject? Thanks in advance, Ed Yahoo! Groups Sponsor ~--> Yahoo! Groups get

[amibroker] Re: MAIL TRANSACTION FAILED

2006-06-16 Thread skiabox
--- In amibroker@yahoogroups.com, [EMAIL PROTECTED] wrote: > > The message contains Unicode characters and has been sent as a binary attachment. > Warning: NOD32 antivirus system found the following in the message: document.pif_aq - Win32/Mytob.AA worm - deleted Yah

[amibroker] Comodo AntiSpam Alert from Don

2006-06-16 Thread donmac63
Title: Comodo AntiSpam Alert: Request For Authentication Hi, it's Don. I finally decided I'd had enough of junk mail, and installed a fantastic application that gets rid of it all. Unfortunately, you are not yet in my trusted senders list!! The only way I'll get your emails