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

[amibroker] Re: How to keep a variable for longer then actual bar



PureBytes Links

Trading Reference Links

Certainly, but the complementary condition should be defined first.
A flip(buy,sell) will preserve the buy till the next sell.
AMA may do the job also and the equivalent Valuewhen, if we know the 
desired Thomas condition.
Dimitris Tsokakis
--- In amibroker@xxxxxxxxxxxxxxx, "Graham" <gkavanagh@xxxx> wrote:
> Can the Flip function be used for this?
> 
> Cheers,
> Graham
> http://groups.msn.com/ASXShareTrading
> http://groups.msn.com/FMSAustralia
> 
> 
> -----Original Message-----
> From: DIMITRIS TSOKAKIS [mailto:TSOKAKIS@x...] 
> Sent: Sunday, 7 September 2003 6:41 PM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] Re: How to keep a variable for longer then 
actual bar
> 
> 
> You should define what is bullish [for your example]
> Then express this definition with >, >=, < and <= instead of cross
().
> Cross() is for one bar, > is for more bars.
> Example
> bullish=Ind>=30 AND Ind<=70;
> You may use AND, OR operators, you only need to define carefully 
what 
> is "bullish".
> Dimitris Tsokakis
> --- In amibroker@xxxxxxxxxxxxxxx, "Thomas Schneider" <ts- 
schneider@xxxx>
> wrote:
> > Yes but if the indicator is only bullish if it crossed the level
> from 
> > below, let's say it crossed 10 from below and is therefore bullsih
> > between 10 and 90, otherwise the indicator is bearish if it 
crossed 
> > 90 from above, so it's bearisch from 90 to 10, how can I get this 
> > solved according to the mentioned problem below.
> > Thanks
> > Thomas
> > 
> > --- In amibroker@xxxxxxxxxxxxxxx, "DIMITRIS TSOKAKIS"
> <TSOKAKIS@xxxx> 
> > wrote:
> > > Use
> > > bullish=indicator>=level;
> > > It will be true as long as the indicator is above the level.
> > > Dimitris Tsokakis
> > > --- In amibroker@xxxxxxxxxxxxxxx, "Thomas Schneider" <ts-
> > > schneider@xxxx> wrote:
> > > > Hi,
> > > > I have an indicator which indicates oversold and overbought
> > areas.
> > > > After the indicator crosses a specific level it's bullish. How
> > can
> > > I
> > > > tell a variable untill the next cross to keep its state, lets
> say
> > > > bullish=true;
> > > > because if I say: bullish=iif(cross
(indicator,level),true,false);
> > > > it's only for the actual bar.
> > > > So does anyone have an idea.
> > > > Thanks
> > > > Regards
> > > > Thomas
> 
> 
> ------------------------ Yahoo! Groups Sponsor ---------------------
~--> Buy
> Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark 
Printer
> at Myinks.com. Free s/h on orders $50 or more to the US & Canada.
> http://www.c1tracking.com/l.asp?cid=5511
> http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/GHeqlB/TM
> --------------------------------------------------------------------
-~->
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> 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/


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for Your HP, Epson, Canon or Lexmark
Printer at Myinks.com. Free s/h on orders $50 or more to the US & Canada. http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/l.m7sD/LIdGAA/qnsNAA/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/