PureBytes Links
Trading Reference Links
|
<FONT face=Arial color=#0000ff
size=2>Dimitris,
There
was no mention in Brian's first post that indicated this was TJ's code, I
assumed it to be his own. Your some what curt reply to him
stated there was code in the members area but did not state that the code
posted was TJ's. Perhaps you could have simply stated that the code TJ
posts in that area is not to be shared with non members.
<FONT face=Arial color=#0000ff
size=2>
None
of us need to be treated like children, I am sure Brian's post was not malicious
in nature but made in the spirit of sharing. Now he knows. As you
said, it is a matter of r-e-s-p-e-c-t.
Regards,Jayson
<FONT face=Tahoma
size=2>-----Original Message-----From: DIMITRIS TSOKAKIS
[mailto:TSOKAKIS@xxxxxxxxx]Sent: Tuesday, May 18, 2004 3:59
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: [amibroker] Re:
S&C's latest - Volume Flow IndicatorJayson,It
would be better to read before you write. Brian did not present HIS code,
he simply copy-pasted Tomasz code from the members zone area.It is a
matter of respect Jayson, r-e-s-p-e-c-t.Dimitris Tsokakis--- In
amibroker@xxxxxxxxxxxxxxx, "Jayson" <jcasavant@xxxx> wrote:>
Dimitris,> Many more people read this forum than ever visit the member
zone. Brian,> thank you for posting your work...> >
Regards,> > Jayson> > -----Original
Message-----> From: DIMITRIS TSOKAKIS
[mailto:TSOKAKIS@xxxx]> Sent: Tuesday, May 18, 2004 3:18
AM> To: amibroker@xxxxxxxxxxxxxxx>
Subject: [amibroker] Re: S&C's latest - Volume Flow Indicator>
> > Brian,> The code is already
in the members zone> <A
href="">http://www.amibroker.com/members/traders/06-2004.html>
There are some reasons to be there.> Is there any reason to
post the code in this [open] forum ?> Dimitris
Tsokakis> --- In amibroker@xxxxxxxxxxxxxxx, "Brian"
<brian@xxxx> wrote:> >
/*> > Volume Flow Indicator> >
*/> >> > Period = Param("VFI
Period",26,26,1300,1);> > Coef=0.2;>
> VCoef=Param("Max. vol. cutoff",2.5,2.5,50,1);>
>> > inter =
log(Avg)-log(Ref(Avg,-1));> > Vinter =
StDev(inter,30);> >
Cutoff=Coef*Vinter*Close;> >
Vave=Ref(MA(V,Period),-1);> >
Vmax=Vave*Vcoef;> > Vc=Min(V,VMax);>
> MF=Avg-Ref(Avg,-1);> >
VCP=IIf(MF>Cutoff,VC,IIf(MF<-Cutoff,-VC,0));> >
VFI=Sum(VCP,Period)/Vave;> >
VFI=EMA(VFI,3);> >
Plot(VFI,"VFI",colorBlack,styleThick);> >
Plot(EMA(VFI,10),"EMA10 or VFI",colorBrown);> >
Plot(0,"",colorSeaGreen,styleNoLabel);> >
Plot(V,"Volume",IIf(VCP>0,colorGreen,IIf(VCP<0,colorRed,colorBlue)),>
> styleHistogram | styleOwnScale | styleNoLabel);> > >
> Send BUG REPORTS to bugs@xxxx> Send
SUGGESTIONS to suggest@xxxx>
-----------------------------------------> Post
AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx> (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)>
--------------------------------------------> Check group
FAQ at:> <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html>
> > Yahoo!
Groups
Sponsor>
ADVERTISEMENT> > > > > >
---------------------------------------------------------------------------->
--> Yahoo! Groups Links>
> a.. To visit your group on the web, go
to:> <A
href="">http://groups.yahoo.com/group/amibroker/>
> b.. To unsubscribe from this group, send an
email to:>
amibroker-unsubscribe@xxxxxxxxxxxxxxx> >
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.Send BUG REPORTS to
bugs@xxxxxxxxxxxxxSend SUGGESTIONS to
suggest@xxxxxxxxxxxxx-----------------------------------------Post
AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx (Web page: <A
href="">http://groups.yahoo.com/group/amiquote/messages/)--------------------------------------------Check
group FAQ at: <A
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html
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
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
|