Re: [amibroker] Re: Preferences still reverting to default

2006-08-23 Thread Tomasz Janeczko
So they get saved. You may mean something else than preferences. Chart parameters are saved in broker.newcharts Database settings in broker.workspace (inside db directory). Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "danielwardadams" <[EMAIL PROTECTED]> To:

[amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread the_bear_98
Terry, Yes, it looks like a "minutes" type test, but actually was about 750 trades over 8 years with an average holding time of 6.6 days. another way to look at the math would be to simply do the compounding of 4% vs. 3.7% 240 times. (approximately the number of full turns I got with my stock

[amibroker] ASX Intraday feed

2006-08-23 Thread Graham
Apart from using quotetracker is there any intraday feed for Australian shares to Amibroker, that anyone is uisng I can only find marketcast on the Ab website which seems to be via a television download -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your re

[amibroker] Help with Amibroker Stops

2006-08-23 Thread iceboundbug
Hi All, I am trying to develop a system using Ami and wrote the code (see below). Unfortunately the stops do not work. I would appreciate if someone can help me to identify what is wrong with the code or whether there are alternative means of getting these stops to work. Thanks in advanc

[amibroker] Re: ASX Intraday feed

2006-08-23 Thread iceboundbug
Graham, Best one I know is the DDE feed to Excel from Sanford. You need to use the Ami universal DDE plugin to feed this to AMI. Cost based on your trading freq. You need Sanford Pro Platinum with DDE feed to Excel. Esignal is another one - cost arount A$118 - you need to go thru Aust Esig

RE: [amibroker] Re: AmiBroker

2006-08-23 Thread RR
Ric, If you wish, just send me the Ami code in a zip file and I will put it on my priority list with the honey-dews. Thanks, Ron -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael.S.G. Sent: Tuesday, August 22, 2006 6:42 PM To: Ric Richard

[amibroker] Re: Preferences still reverting to default

2006-08-23 Thread cyclicaltrader
By saying "application" I mean Amibroker, the program. By saying "module" I mean the little component that runs in the background and connects to the IQFeed dll. It has two buttons on it: Detail and Close. Costas --- In amibroker@yahoogroups.com, "dingo" <[EMAIL PROTECTED]> wrote: > > What do

[amibroker] Re: Newbie questins

2006-08-23 Thread tipequity
Guys, I did not think that I was walking so confusing! for the life of me I can not figure out how many bars exists between to given dates, as it follows: x = DateNum(); y = x - 1; //one year ago date Any thoughts? Thanks Cam --- In amibroker@yahoogroups.com, "Terry" <[EMAIL PROTECTED]>

[amibroker] Data and the Open and Slippage

2006-08-23 Thread jacklweinberg
A question about Data and the Open price. I have a number of system which signal a buy (or short) for the next data (SetTradeDelays( 1, 1, 1, 1 );). However, after doing a recent analysis of data from Yahoo and data from EODDATA.COM, I have found a great deal of difference between the two, i

[amibroker] Barindex

2006-08-23 Thread martinod
Hello,     For my intraday stats I would like to keep in my Access database the bar index of a signal when it happens ( I use 5mn TF).   At the end of the day I want to run a program that uses that Barindex I stocked during the day.   When reading the quotations for the day , at th

RE: [amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread Terry
So, this is a good lesson in slippage. Slippage WILL HAPPEN. If it's not the open price it will be some "surprise" like Iran or N. Korea drops a nuke or something much simpler like your internet connection is down when you need to trade or your take a vacation. The backtester never takes a vacation

[amibroker] Re: Preferences still reverting to default

2006-08-23 Thread Tomasz Janeczko
SetChartOptions function should be used carefully As written here: www.amibroker.com/f?setchartoptions use should use Flags = 0, if you use any other value of Flags parameter then you won't be able to modify the settings provided by setchartoptions because they will get overwritten with each cha

Re: [amibroker] Data and the Open and Slippage

2006-08-23 Thread wavemechanic
  - Original Message - From: "jacklweinberg" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 23, 2006 10:21 AM Subject: [amibroker] Data and the Open and Slippage > > > However, after doing a recent analysis of data from Yahoo and data > from EODDATA.CO

[amibroker] two digit hour

2006-08-23 Thread rhoemke
Hello, i need to get a string with actual hour always in two digits to put it into GAT Orders. Maybe i am too stupid today, but i don't get it done. Someone who got a solution? Please note that this group is for discussion between users only. To get support from AmiBroker please send an

RE: [amibroker] two digit hour

2006-08-23 Thread dingo
Post whatever code you have for this and I'll help if I can. d > -Original Message- > From: amibroker@yahoogroups.com > [mailto:[EMAIL PROTECTED] On Behalf Of rhoemke > Sent: Wednesday, August 23, 2006 11:38 AM > To: amibroker@yahoogroups.com > Subject: [amibroker] two digit hour > > H

Re: [amibroker] two digit hour

2006-08-23 Thread Tomasz Janeczko
StrFormat("%02.0f", Hour()); Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "rhoemke" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 23, 2006 5:38 PM Subject: [amibroker] two digit hour > Hello, > > i need to get a string with actual hour always in two digits

RE: [amibroker] Preferences still reverting to default

2006-08-23 Thread Saji Oommen
Hello, I had this problem when i was running only one instance of Ami also. Now i have 2 installations but with layouts in preferences window unchecked . I always double check this. But still this problem occurs. Another point i failed to mention in my previous mail is that even in other indicat

[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 is for disc

[amibroker] Simpler example...Re: I'm having a hard time explaining this

2006-08-23 Thread mikervalley
Has any been able to get this to work? I too have the same thing that bases a limit order on the previous day's data. I'd like AMI to ONLY enter the trade if that price was hit. Any way to do this without using RT data? -Mike --- In amibroker@yahoogroups.com, "techsmart" <[EMAIL PROTECTED]> w

[amibroker] Re: Preferences still reverting to default

2006-08-23 Thread danielwardadams
I have never had an id on this thread other than danielwardadams. And I've never had multiple ids on any thread. Evidently at least one more person has the same problem as me. --- In amibroker@yahoogroups.com, "dingo" <[EMAIL PROTECTED]> wrote: > > are you (ges x), techsmart and danielwardadams

Re: [amibroker] Preferences still reverting to default

2006-08-23 Thread ges x
Sorry Dingo.  gesx and techsmart are both me.  I didn't intend to use different names, just happened when I replied from gmail.  I'm not danielwardadams.   g  On 8/22/06, dingo <[EMAIL PROTECTED]> wrote: are you (ges x), techsmart and danielwardadams all the same person?  If so, please us

Re: [amibroker] Preferences still reverting to default

2006-08-23 Thread Saji Oommen
Hello, Same problem with me also. Has any one got an idea why preferences are set back to default and solution to this problem. For me MA parameters are changed to default similarly colour settings and volume colors in price charts. Had this problem yesterday also. This seems to be hapening only

[amibroker] Re: two digit hour

2006-08-23 Thread rhoemke
Oh my god, THAT easy? Ooops :) Thank you Thomasz. I had this (info for dingo): if(LastValue(Hour())< 10) hh = "0" + NumToStr(Hour(), 2.0); else hh = NumToStr(Hour(), 2.0); And i still dont know why it doesn't work this way. Where do i find more info about these formatting things? I see this No

RE: [amibroker] Simpler example...Re: I'm having a hard time explaining this

2006-08-23 Thread Terry
If you are trading a daily system and basing your entry on yesterday's OHLC then you can code your system to take the trade the NEXT day with your limits. The problem is, there is no way to know if it opened, then hit the high first or the low first or did whatever else. You can only trade if the O

Re: [amibroker] Preferences still reverting to default

2006-08-23 Thread Tomasz Janeczko
Hello, Repeating again the same stuff: there are 4 independent things that you mix up: - preferences - parameter values - chart/grid settings - database settings What you are talking about in last letter are NOT preferences. Preferences are global settings that are NOT related to any particular

RE: [amibroker] Re: two digit hour

2006-08-23 Thread Terry
Try this link at Microsoft. -- Terry   -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rhoemke Sent: Wednesday, August 23, 2006 14:49 To: amibroker@yahoogroups.com Subject: [amibroker] Re: two digit hour   Oh my god, THAT easy? Ooop

[amibroker] Never Took Trigonometry

2006-08-23 Thread Charles J. Dudek
I don't know how to convert a slope value (LinRegSlope) to an angle. I took a line from the Woodie's CCI script and converted it, but I don't think it's right. PI = atan(1.00) * 4; angle = round(180 * acos(1/LinRegSlope(C,sp)) / PI); Chuck Dudek Please note that this group is for discus

[amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread intermilan04
I am by no means one of the big fish in the market, but I have not experienced a single occassion of slippage. The "opening price" that shows up on Yahoo Finance is the exact price, down to cents, that I traded with. I place orders overnight so internet connection is not my issue; the order is al

[amibroker] Email woes.

2006-08-23 Thread Michael.S.G.
Sorry for sending non group emails to yahoo Amibroker group mail , Having multiple filters/subgroups has hoodwinked me, And placed private email in category of group email due to email filters on my end. All should be ok after I cleanup and make filters more specific this weekend. Sorry again.

Re: [amibroker] Never Took Trigonometry

2006-08-23 Thread wavemechanic
The angle to the vertical (if memory is OK - double check me) in radians of a line with slope x = atan(x).  And the angle in degrees is 45 * atan(x) / atan(1).   Bill     - Original Message - From: "Charles J. Dudek" <[EMAIL PROTECTED]> To: Sent: Wednesda

[amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread Fred
There are a variety of ways to look at this ... To me the difference between yesterdays close and todays open is slippage and the larger the imbalance of orders in the direction of your entry will only serve to widen that difference. --- In amibroker@yahoogroups.com, "intermilan04" <[EMAIL PROT

Re: [amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread Yuki Taga
Hi Fred, I've always considered that difference as "profit". Except when it isn't, of course. ^_^ Yuki Thursday, August 24, 2006, 9:53:36 AM, you wrote: F> There are a variety of ways to look at this ... F> To me the difference between yesterdays close and todays open is F> slippage and the

Re: [amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread Mark H
Just curious, which broker do you use? I use IB and trade at open. I can get the open prices probably 95% of the times. Not bad but not like the 100% your broker get you.   - Original Message - From: intermilan04 To: amibroker@yahoogroups.com Sent: Wednesday, August 23

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

2006-08-23 Thread Dennis Brown
Since my posts seems to be going out now, I will try this again. I cut and pasted the following AFL from one of the examples somewhere --I can't find it again at present, so I will include the AFL with this post. I have tried to make it run, but it has a problem that I can not figure out --perhaps

[amibroker] Re: Buying at open -- In Real Life

2006-08-23 Thread intermilan04
I'm using Scottrade and trade on NASDAQ only. intermilan04 --- In amibroker@yahoogroups.com, "Mark H" <[EMAIL PROTECTED]> wrote: > > Just curious, which broker do you use? > I use IB and trade at open. I can get the open prices probably 95% of the times. Not bad but not like the 100% your broker

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

2006-08-23 Thread Terry
Dennis, I copied and pasted. Works for me. My guess is your AA settings. Go into the backtester. Pick Settings. On the tab that comes up change your setting from Long only to Long & Short. -- Terry -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

[amibroker] Re: two digit hour

2006-08-23 Thread rhoemke
exactly. Thank you Terry. Regards Robert --- In amibroker@yahoogroups.com, "Terry" <[EMAIL PROTECTED]> wrote: > > Try this link at Microsoft > 98/HTML/_crt_format_specification_fields_.2d_.printf_and_wprintf_functio > ns.a

[amibroker] Horizontal line value label

2006-08-23 Thread Mr. Valley
Does anyone have an example of the Horizontal line value label used in the Plot(...) context? Can it be justified, say to the left? I see the feature was added about a month ago in a Study context. Thanks, Mr. Valley Please note that this group is for discussion between users only. To get s