PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "steve_almond" <steve_almond@xxxx>
wrote:
> Dimitris,
>
> Some nice sell signals here. Two questions:
>
> 1. How do you provide the matching Buy signals? Seems this would be
> the start of an excellent system?
I agree with you, it would be excellent.
> 2. How do you change the background colour of one pane? I seem to
be
> able to change all or none?
I used Corel Photo paint [yesterday was a holiday for Greece !!]
>
> Steve
>
> --- In amibroker@xxxxxxxxxxxxxxx, "Dimitris Tsokakis"
<TSOKAKIS@xxxx>
> wrote:
> > The StochD overbought issues or, in brief, StochDobi, is the
> population of the stocks with their StochD()>70.
> > They are easily defined when you run the
> > /*STOCHD OSI OBI*/
> > s1=StochD(14);
> > os=s1<=30;
> > ob=s1>70;
> > values11 = os>0;
> > values12= ob>0;
> > AddToComposite(Values11,"~stochdosi","V");
> > AddToComposite(Values12,"~stochdobi","V");
> > Buy=0;
> >
> > Enjoy the 12 profit taking points for the N100 market the last 2
> years scanning with
> >
> > Ob= Foreign("~stochdobi","V");
> > Sell=Ref(Ob,-1)>70 AND Ref(Ob,-1)==HHV(Ob,3);
> >
> > It would be better to take some profits when the signals appear
and
> I hope you agree.
> > Dimitris Tsokakis
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Your own Online Store Selling our Overstock.
http://us.click.yahoo.com/rZll0B/4ftFAA/46VHAA/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/
|