PureBytes Links
Trading Reference Links
|
Fred,
Here is the fromula that I am using now.
t1 = OscP( 3, 6 );
Cond1= Cross (t1,-.2);
cond2 = MACD()>Signal()-.5;
Buy = Cond1 AND Cond2;
Sell=Cross(0,t1);
Look at cond1, is there a way to use the cross function to cross a
range of -1 to 0?
thank you,
Dennis
--- In amibroker@xxxxxxxxxxxxxxx, "Fred" <fctonetti@xxxx> wrote:
> Dennis,
>
> Although there are a fair amount of folks who are fairly intuitive,
> your request makes we want to ask ... If you got the message below
> out of the blue, would you have a clue what the sender was asking ?
>
>
> --- In amibroker@xxxxxxxxxxxxxxx, "theoldchartreader"
> <theoldchartreader@xxxx> wrote:
> > Hi,
> > I would like to use find the crossovers from -1 to 0 using cross,
> > can this be done?
> >
> > thank you,
> > dennis
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get a FREE REFINANCE QUOTE - click here!
http://us.click.yahoo.com/nHYuCC/ca0FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|