Take a look at bootcamp. It might work.
--- On Fri, 3/5/10, drkbrown55 wrote:
From: drkbrown55
Subject: [amibroker] VM Fusion
To: amibroker@yahoogroups.com
Date: Friday, March 5, 2010, 8:39 PM
Can some kind soul please tell me if it is possible to run Amibroker in
Windows7/VM fusion o
Thanks, Prashanth!
That's perfect!
Kevin
On Thu, Jan 7, 2010 at 7:21 AM, Prashanth wrote:
>
>
> Draw a Trendline. Hover your mouse over the same and it shall give you the
> percent btw the two points that have been marked.
>
> Cheers
>
> Prashanth
>
> -
lar to the Fibonacci tool, but
instead of showing the 0-100% range, it just tells me the % difference
between the mouse down and mouse up value on the y-axis.
Thanks!
Kevin
If you're able to maintain the intraday data going forward, you could order
the historical intraday data from disktrading.com and merge them together.
NinjaTrader will do this. Not sure about AB. As far as I know,
disktrading provides just futures or forex, but you would get the ES data
you're l
mode. At last, it said it is now
allowed to join scan and indicator into single formula.
What does it really mean ?
Thank you.
Kevin
ot;,"I");
Buy = 0;
Graph0 = Foreign("~compMyIndex", "Close") / Foreign("~compMyIndex", "I");
PlotForeign("11", "Market Index", colorBlue, styleLine|styleOwnScale);
thanks.
Kevin
I have been having this problem too with eSignal feed on AB. But this
strangely only happens to futures like QM, YM but not stocks nor forex. So I
have to use force backfill to get an update only on futures.
All charts including futures, however, are okay on eSignal native application.
---
th logically and economically.
>
>
>
>
>____
>From: "kevin...@aol.com"
>To: amibroker@yahoogroups.com
>Sent: Mon, December 28, 2009 10:00:15 PM
>Subject: Re: [amibroker] Re: Telechart vs Norgate
>
>
>Don't you ag
"data bar", it can be one minute, one hour, one
> month, one day, one week (depending on periodicity). 'Day' on the other
> hand is always calendar day.
>
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> On 2009-12-21 16:31, Kevin wrote
Hi guys, I am a newbie of Amibroker. I found Amibroker was very powerful.
I confuse what's different between n last quotations and days in Automatic
Analysis window.
What does "Quatation" stand for in Amibroker. Is it the same meaning of working
day ?
thank you very much !
me to get an update every few
minutes. This is still far from ideal of course, but it's better than no data
at all. I would be interested to hear if you have found a solution.
Thanks.
Kevin
--- On Fri, 10/16/09, nx.trader wrote:
> From: nx.trader
> Subject: [amibroker] Esignal D
It could also be unintentional as somebody's system might have got hacked into.
--- On Sun, 9/13/09, sidhartha70 wrote:
From: sidhartha70
Subject: [amibroker] Re: Illegal copies of BETA versions seen on Internet
To: amibroker@yahoogroups.com
Date: Sunday, September 13, 2009, 6:51 PM
So
You can assign a name to the trendline using Study(), then use
Alertif(Cross()) to give you an alert when the trendline is crossed. It is in
fact in the user guide.
Kevin
--- On Thu, 9/3/09, cvanhaesendonck wrote:
> From: cvanhaesendonck
> Subject: [amibroker] Alert on trend lin
Another variation offered as an example below. It just plots the
selected symbol UNTIL you right-click and change the parameters to
enter a Foreign symbol and the number of shares of each:
_SECTION_BEGIN("ForeignSpreadRatios");
ticker = ParamStr( "Foreign Symbol?" , Name() );
selected = Name();
ade AND Ref(intrade,-1) ==0,ai,1); // this
will give you the arrayindex value of the Buy Signal.
BuyHigh = High[ buysignal[ai] ];
--- In amibroker@yahoogroups.com, "Kevin" <[EMAIL PROTECTED]> wrote:
>
> Any help for this novice, regarding Ara's code example?
> I get th
> I am confused -- why do you have the blue stochastic line code SK3
and SD3 when the other two are SK3 and SD1? Wht advantage do you
feel there is to setting the third line different in this respect?
>
> Judith
> - Original Message
> From: Kevin <[EMAIL PROTECTED]&
om, ohneclue <[EMAIL PROTECTED]> wrote:
>
> I am confused -- why do you have the blue stochastic line code SK3
and SD3 when the other two are SK3 and SD1? Wht advantage do you
feel there is to setting the third line different in this respect?
>
> Judith
> - Original
/*
DarkYellow Stochastic Period 7 :SK 3: SD 1 Simple
Green Stochastic Period 5 :SK 3: SD 1 - Expotential
Blue Stochastic Period 17 :SK 3: SD 3 - Expotential
*/
STOCH1 = MA( StochD( 7 , 3 , 1 ) , 1 );
STOCH2 = EMA( StochD( 5 , 3 , 1 ) , 1 );
STOCH3 = EMA( StochD( 17 , 3 , 3 ) , 1 );
>From AmiBroker help file:
Tomasz Janeczko
tj --at-- amibroker.com
2004-07-23 07:07:29 When QuickAFL is ON, the BarIndex() may not be
equal with array item index.
Actual array item corresponding to bar index can be found this way:
bi = BarIndex();
arrayitem = SelectedValue( bi ) - bi[ 0 ];
"Cl
Missing brackets for the array references, maybe?
TitlePP[0]+TitlePP[1]+TitlePP[2]
--- In amibroker@yahoogroups.com, "monriri2" <[EMAIL PROTECTED]>
wrote:
>
> With the follow function I try to test performance pattern for 3/5
> and 8 periodes to obtain something like this for example:
>
> #pat
Any help for this novice, regarding Ara's code example?
I get the following error and am not yet equipped to determine
the "why". THX in advance:
Ln: 11, Col: 25 : Error 9. Array subscript has to be a number
//Barry's example buy/sell conditions
fMA = MA(C, 4);
Buy = fMA > Ref(fMA, -1);
Sell =
Renuka,
This is the best reference I have found. Read this chapter (8)
carefully. It will give you the basic algorithms in text and code form.
It's not as hard as you might think.
http://www.dspguide.com/ch8.htm
I am not sure how I will use it, but it certainly is interesting.
-
Almost...what I really want to plot/determine is the percentile itself (i.e.
somewhere between 0 and 1) not what the percentile value is equal too. For
example if 999 was in the 99th percentile the plot would be .99 not 999.
The cum function definitely captures the total array part. If I coul
Also having similar problems...and I haven't had them before.
- Original Message
From: Barry Scarborough <[EMAIL PROTECTED]>
To: amibroker@yahoogroups.com
Sent: Monday, September 10, 2007 8:25:13 PM
Subject: [amibroker] IB Back fill errors
Today I started ha
What is this 1% per day system based on?
-
Never miss an email again!
Yahoo! Toolbar alerts you the instant new Mail arrives. Check it out.
I have the plug in but I don't use it...just MSN and Yahoo.
-
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.
Here's what I have...changes required or might it be something else?
# AmiQuote historical quotes download format (.AQH extension)
$FORMAT Date_DMY,Open,High,Low,Close,Volume,AdjClose
$SKIPLINES 0
$BREAKONERR 0
$SEPARATOR ,
$DEBUG 1
$AUTOADD 1
$CONT 1
$GROUP 254
$VOLFACTOR 0.01
# the following sw
I'll give that one a shot and see if it works...now for a really simple
question that I am unable to find an answer to looking through the
documentation.
If I'm using the plotshapes function and I want to highlight something that
happened two bars ago (i.e. I know it happened two bars ago but o
Can I add on to this question please?
If you are for backtesting in futures mode with the following parameters using
NQ as an example;
Margin = 3750
Tick size = .25
Points = x20
Equity = 100,000
Position Risk = 1% of equity/$1000
Points between buy and stop = 10 pts/$200 per contract at risk
Th
Did anyone ever get the code for this one figured out? The formulas suggested
were definitely wrong. Essentially you are looking for a 4% reversal. Thus,
you go back to the nearest low and if the close > than the nearest low + 1.04%
you go long.
-
Don't pick
Thanks Dave!
-
Need a quick answer? Get one in minutes from people who know. Ask your question
on Yahoo! Answers.
Figuring out the spread is not my problem...backtesting two securities
simultaneously is. For example, I'd like the backtest results to combine the
results of being short in one security, long the other and then what the
gain/loss was for each when you reverse the pair.
32 matches
Mail list logo