PureBytes Links
Trading Reference Links
|
Dean:
It really is not clear what you are trying to achieve, more detail is always
helpful vs less detail in describing what you need or are missing. It makes
it easier for others to chime in.
GoodOscillator = Oscillator > some value;
GoForSomethingElse = IIF(Goodoscillator, 1, 0);
If (GoForSomethingElse)
{
What eles you want to do
}
Looks sort of dumb what I have written, but if you give more details, then
maybe someone can come back with a more reasonable suggestion.
Ken
-----Original Message-----
From: amibroker@xxxxxxxxxxxxxxx [mailto:amibroker@xxxxxxxxxxxxxxx] On Behalf
Of tridean34
Sent: Monday, July 07, 2008 8:20 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: [amibroker] Re: Not sure how to create a trigger
Hi All,
Sorry but I'm hoping to get some help with this, so I'm repliying to my own
post because it seems to have got lost in many of the others
sorry again
Dean
--- In amibroker@xxxxxxxxxxxxxxx, "tridean34" <tridean34@xxx> wrote:
>
> Hi All,
> I'm trying to determine how to create a trigger and can't find the
> answer.
>
> What I want to be able to do is have an oscillator act as a trigger,
> i.e., when it reaches an point (say an oversold point), then the
system
> can start looking for someting else. But when it finds this something
> else, where the oscillator is is no longer relevent.
>
> All I am familiar with is buy () AND () AND () OR () sort of rules.
>
> cheers
> Dean
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to SUPPORT {at}
amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
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/
|