[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: How can you test to see if an array crossed a scalar value?


  • Date: Sun, 29 Nov 2009 00:40:52 -0000
  • From: "Mike" <sfclimbers@xxxxxxxxx>
  • Subject: [amibroker] Re: How can you test to see if an array crossed a scalar value?

PureBytes Links

Trading Reference Links

It's not wasteful. AFL was desgined to do exactly that.

CrossUp = Cross(MyArray, 50);
CrossDown = Cross(50, MyArray);

for (i = 0; i < BarCount; i++) {
...
}

Better yet, skip the loop altogeather and just use array manipulations to grab interesting values at the time of a particular event. See ValueWhen function:

http://amibroker.com/guide/afl/afl_view.php?id=163

Mike

--- In amibroker@xxxxxxxxxxxxxxx, "potatosoupz" <potatosoupz@xxx> wrote:
>
> I have an array that I'm testing at each iteration in a backtest. I'd like to test the latest (newest) value in the array to see if it has crossed below or above a scalar number (say the number 50.0). Is there a good way of doing this built in? It seems the Cross() function tests an array against an array. I could build an array that has all values of 50.0, but that seems wasteful.
>




------------------------------------

**** IMPORTANT PLEASE READ ****
This group is for the discussion between users only.
This is *NOT* technical support channel.

TO GET TECHNICAL SUPPORT send an e-mail directly to 
SUPPORT {at} amibroker.com

TO SUBMIT SUGGESTIONS please use FEEDBACK CENTER at
http://www.amibroker.com/feedback/
(submissions sent via other channels won't be considered)

For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/amibroker/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/amibroker/join
    (Yahoo! ID required)

<*> To change settings via email:
    amibroker-digest@xxxxxxxxxxxxxxx 
    amibroker-fullfeatured@xxxxxxxxxxxxxxx

<*> To unsubscribe from this group, send an email to:
    amibroker-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/