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

Re: [EquisMetaStock Group] Re: Keltner



PureBytes Links

Trading Reference Links

Dear guys,
Good day to all of you! Let me introduce myself. My name is Adrian Lee. I have been using Metatstock software for nearly 1 year after recommended by one of the senior friend but I am kind of dummy to this metastock software formula stuff.
 
I used to trade stock and sometimes the future market. When I heard some of you have formula to test the system? I do not understand what you mean? How to create a trading system to test the stock or future? I have developed some formula by referring to the article but I would like to modify and enhance it. Have anyone of you come across with the powerful formula to trade stock & future? I used to filter the volume and MAV that use to guide  my trading business and I found the result is not quite consistent. So, I am thinking to develop more powerful signal eg. like to combine the formula to detect the lower low of Bollinger band, fibonacci swing and also accumulation near the support line and breaking the resistance line with great volume. How should I test the system result after this? Can anyone pls help me on this? I am really struggling all this time to get better result for my trading. Thanks in advance.
 
Warmest Rgds.
MS dummy
 
 
 


Hani <elmagd2000@xxxxxxxx> wrote:

Thanks
----- Original Message -----
From: "Jose Silva" <josesilva22@xxxxxxxxx>
To: <equismetastock@xxxxxxxxxxxxxxx>
Sent: Thursday, March 31, 2005 4:14 PM
Subject: [EquisMetaStock Group] Re: Keltner




I can't help you there - sorry.

jose '-)


--- In equismetastock@xxxxxxxxxxxxxxx, "Hani" <elmagd2000@xxxx> wrote:
>
> Hello Jose,
> Thanks for sharing that. Do you have any code for bollinger fibos or
> Keltner channel fibos?
> TIA
> Hani
>
>
> ----- Original Message -----
> From: "Jose Silva" <josesilva22@xxxx>
> To: <equismetastock@xxxxxxxxxxxxxxx>
> Sent: Wednesday, March 30, 2005 6:00 PM
> Subject: [EquisMetaStock Group] Re: Keltner
>
>
> Adapted from http://www.metastocktools.com/#metastock :
>
> =========================
> Keltner & Bollinger Bands
> =========================
> ---8<---------------------------
>
> { ©Copyright 2004~2005 Jose Silva }
> { For personal use only }
> { http://www.metastocktools.com }
>
> { User inputs }
> pds:=Input("Keltner/Bollinger Bands periods",
>  1,252,150);
> spread:=Input("Keltner Bands % spread",
>  0,1000,400)/100;
> dev:=Input("Bollinger Bands deviation",
>  .001,10,1);
> plot:=Input("[1]Keltner, [2]Bollinger, [3]Keltner+Bollinger",1,3,1);
>
> { Keltner bands }
> KBmid:=Mov(Typ(),pds,S);
> KBtop:=KBmid+Mov(H-L,pds,S);
> KBtopDiff:=(KBtop-KBmid)*spread;
> KBtop:=KBmid+KBtopDiff;
> KBbot:=KBmid-Mov(H-L,pds,S);
> KBbotDiff:=(KBbot-KBmid)*spread;
> KBbot:=KBmid+KBbotDiff;
> KBwidth:=KBtop-KBbot;
> KBwidthAvg:=Cum(KBwidth)/Cum(KBwidth>-1);
>
> { Bollinger bands }
> BBtop:=BBandTop(C,pds,S,dev);
> BBmid:=Mov(C,pds,S);
> BBbot:=BBandBot(C,pds,S,dev);
>
> { Plot on price chart }
> If(plot=1,KBtop,BBtop);
> If(plot=1,KBmid,If(plot=2,BBmid,KBtop));
> If(plot=1,KBbot,BBbot);
> If(plot=1,KBbot,If(plot=2,BBbot,KBbot))
>
> ---8<---------------------------
>
>
> jose '-)
> http://www.metastocktools.com
>
>
>
>
> --- In equismetastock@xxxxxxxxxxxxxxx, "mrtnhrtly" <m.hartley@xxxx>
> wrote:
>
>
> Hello,
>
> I need a keltner Channel set up to 150 length and 400% width,
>
> I have tried all the indicator searches, can anyone please help
>
> Ta,
>
> Martin








Yahoo! Groups Links












Yahoo! Messenger
Show us what our next emoticon should look like. Join the fun.

Yahoo! Groups Links