Neat! I humbly bow before the Master...;)
T.O.
--- In amibroker@yahoogroups.com, Graham <[EMAIL PROTECTED]> wrote:
>
> settradedelays(0,0,0,0);
> buy = short = datenum()!=ref(datenum(),-1);
>
> --
> Cheers
> Graham Kav
> AFL Writing Service
> http://www.aflwriting.com
>
>
>
> On 28/09/2007, t
When I run the following low level Backtest report (in detail mode) the
transaction date is not printed. Does anybody know why? Recently someone
else asked a similar question and Tomasz responded to it. For the life
me I can not find that thread. Any help is much appreciated.
SetCustomBacktestPr
settradedelays(0,0,0,0);
buy = short = datenum()!=ref(datenum(),-1);
--
Cheers
Graham Kav
AFL Writing Service
http://www.aflwriting.com
On 28/09/2007, t_ohrt <[EMAIL PROTECTED]> wrote:
> If your first bar is at 09:04
>
> IIf(TimeNum()<=090400,Buy,0);
>
> it works for me.
>
> T.O.
>
> --- In am
If your first bar is at 09:04
IIf(TimeNum()<=090400,Buy,0);
it works for me.
T.O.
--- In amibroker@yahoogroups.com, "Amohedas" <[EMAIL PROTECTED]>
wrote:
>
> Hi,
>
> I am trying to create a system that either Buys or Shorts at the
open
> of each trading day.
>
> The data that I'm using is
Martin,
Under Tools > Bar Replay I have been using tick data (collected during the
day) replaying 5 different charts with different time frames each chart.
Really Cool.
Jerry Gress
Stockton, Ca.
-Original Message-
From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf
Of ma
Hi,
I am trying to create a system that either Buys or Shorts at the open
of each trading day.
The data that I'm using is intraday 1 minute futures data.
The buy/sell conditions are not important, but I cannot figure out how
to tell Amibroker to place the Buy/Short at the close of the 1st
minut
Don, Thanks for your help. I think I got it. I guess I'm going to have
to stay with my old software for now. I don't have time to put in the
study, trade,and do whatever makes up my life to use this software.
I'm going to wait for the book that is supposed to be out this spring.
Thanks, Lloyd
--
Don, Thanks for your help. I think I got it. I guess I'm going to have
to stay with my old software for now. I don't have time to put in the
study, trade,and do whatever makes up my life to use this software.
I'm going to wait for the book that is supposed to be out this spring.
Thanks, Lloyd
--
Lloyd,
Look in your file tree under Sectors. Under each of the Sectors are their
member Industries, and under each of the Industries are the Member stocks.
Any one of these can be used as a filter in whatever Exploration you want to
build.
As an aside, if all you are looking for is a piece
--- In amibroker@yahoogroups.com, "jrswindle2001" <[EMAIL PROTECTED]> wrote:
>Jim,
I have excel.By object model is that the reference to the category add
symbol. That's a lot of my problem-knowing all the nomenclature.
Currently the category add symbol is in the formula editor. I
appreciate your re
Did you have actual question?
I am have been using AB to create automated Buystop order, with a stop
loss based on average true range. Not exactly a bracket order but
close. There code for creating a bracket order is shown at
www.amibroker.com/at
--- In amibroker@yahoogroups.com, "danielwarda
Lloyd,
I am pretty sure you can do it with their object model but it would
take some programming. Do you currently have it in Excel or in a
database or something?
Jim
--- In amibroker@yahoogroups.com, "burlap58" <[EMAIL PROTECTED]> wrote:
>
> I downloaded the 150 industries by number. If I sca
Hi,
I'm having problems with my esignal forex data feed. The charts are
not updating. I can see the prices change in the real time window,
but the charts don't update. Indexes and stocks update, but not
forex. I've tried the composite as well as various single provider
feeds, e.g. fxcm and gft
I downloaded the 150 industries by number. If I scan them I get the
selected industries. Following that I need to scan the underlying
symbols. Is making 150 watchlists one at a time the only way to do
this? I've looked through the AFL Library and haven't seen anything I
recognize as something that
David Serbin is going to talk on making signals next February at the
Las Vegas AmiBroker Conference.
He is also doing an article for the Monitor that will lead into the talk.
More information when I have it will be on the website.
Go to www.ftmonitor.com
Be good
Richard Boroff
I replied to this earlier but I think I was signed in under the wrong
ID so I'm not sure where it went (?).
I probably could use IB's bracket orders directly but I'd rather have
percentage based values rather than the hard-coded defaults that can
be set up in IB's Order Configurations. I'd rather
Hello,
I have a very basic question. I want to test to see if a file exits,
if not I want to exit the execution of the script. I don't want to
wrap the whole script in a conditional {} since I want to use this
during error checking on other conditions in the script.
thanks
IF YOU WANT JUST MANUAL ENTRY, WHY NOT USE THE IB SOFTWARE (DOME) DIRECTLY?
- Original Message -
From: "danielwardadams" <[EMAIL PROTECTED]>
To:
Sent: Thursday, September 27, 2007 6:24 AM
Subject: [amibroker] Bracket Orders in IB
> I've seen periodic discussion of it in the archives b
I've seen periodic discussion of it in the archives but is anybody
using AB to set up bracket orders in IB? I was thinking of using the
"Bracket Order" front-end software that interfaces with the IB API but
it doesn't offer all the flexibility I want and it seems it would be
simple to do something
Hello Martin,
I can provide a partial answer only. Yes, AB can replay historical at
the speed you wish, it works well and most likely it would be no
problem to import the data into AB (I have done that with large amount
of intraday data).
As far as I know, using the replay feature, you can test y
Thanks Tomascz, Sydney, Richard, Al
I have a tool called MWSnap that does this (thanks to Dingo) but it's very
extensive and requires one to save
a file and then upload the file to the mail program, in my case Outlook
Express. I'll adopt TJ's approach since
sometimes I want to show someone whic
21 matches
Mail list logo