PureBytes Links
Trading Reference Links
|
---8<-----------------------------------
Copy & paste everything between these two
dotted lines { including coments }
---8<-----------------------------------
--- In equismetastock@xxxxxxxxxxxxxxx, elnaseer dina <zebra7860@xxxx>
wrote:
> Jose,
>
> I want to try copying and pasting the popsteckle formula into MS 8.
0. I know you go to the indicator builder/new etc, but since I have
not done this before, can you please tell me if I need to copy and
paste the brackets and the words associated with them such as
"variable inputs", "set up conditions" etc.
>
> In other words, what portion of the text do I directly copy and
paste into MS?
>
> Sorry for the elementary question.
>
> Al
>
>
>
>
> Jose <josesilva22@xxxx> wrote:
>
> ==========
> PopSteckle
> ==========
> ---8<-----------------------------------
>
> { PopSteckle signals - by David Steckler }
> { http://trader.online.pl/ELZ/t-sm-PopSteckle.html }
> { Easy Language -> MFL conversion by jose }
> { http://users.bigpond.com/prominex/pegasus.htm }
>
> { variable inputs }
> ADXLev:=Input("ADX trigger level",0,100,15);
> DStocLev:=70;
> WStocLev:=50;
> ADXLen:=Input("ADX periods",2,252,14);
> StocLenD:=
> Input("Stochastic Daily periods",2,252,8);
> StocLenW:=
> Input("Stochastic Weekly periods",2,252,8)*5;
> VolLength:=
> Input("Volume period sampling",2,252,50);
> VolFilter:=Input("Volume filter [1]On, [0]Off",0,1,1);
>
> { setup conditions }
> condition1:=ADX(ADXLen)<ADXLev;
> condition2:=Stoch(StocLenD,3)>DStocLev AND
> Stoch(StocLenD,3)>Ref(Stoch(StocLenD,3),-1);
> condition3:=Stoch(StocLenW,3)>WstocLev AND
> Stoch(StocLenW,3)>Ref(Stoch(StocLenW,3),-3);
>
> { check for above average volume }
> condition4:=
> If(VolFilter,V>1.5*Mov(V,VolLength,S),1);
>
> PopSteckle:=condition1 AND condition2
> AND condition3 AND condition4;
>
> PopSteckle
>
> ---8<-----------------------------------
>
> jose '-)
------------------------ 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/mOAaAA/3exGAA/qnsNAA/BefplB/TM
---------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|