PureBytes Links
Trading Reference Links
|
Signal1 = ...; // boolean value resulting in true (1) or false (0)
Signal2 = ...; // boolean value resulting in true (1) or false (0)
...
Signal8 = ...; // boolean value resulting in true (1) or false (0)
Buy = (Signal1 + Signal2 + ... + Signal8) >= 5;
Mike
--- In amibroker@xxxxxxxxxxxxxxx, "shaunpms" <shaunpms@xxx> wrote:
>
> Hello all - Is there an easy way to code the trading algorithm such
> that some number of multiple signals must cross a threshold before
the
> real Buy signal is evoked? E.g. suppose you have 8 signals, and
when
> any 5 of the 8 signals are True - you do the actual Buy. Its almost
> like I'm looking for the sum of each signal to be compared to a
> threshold before Buying. I thought I could do this by going thru
each
> bar and creating a side stepped array which is the aggregate of all
> other signals, but wondered if someone had a shorter way to do this.
>
> thanks in advance,
> shaun
>
------------------------------------
**** 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:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto: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/
|