Pagina 1 van 1

Advance/Decline line - Wie?

BerichtGeplaatst: do 01 mei 2003, 16:10
door Paul M
Wie kan mij aan de code voor de Advance/Decline Line helpen.

Groetjes Paul

Advance/Decline line

BerichtGeplaatst: do 01 mei 2003, 21:46
door GM
{***********************************************************************
Description: This Indicator plots Advance/Decline Line
Provided By: Omega Research, Inc. (c) Copyright 1999 ?
************************************************************************}

Inputs: AdvIss(Close of Data1), DecIss(Close of Data2);

Plot1(AdvanceDeclineDiff(AdvIss, DecIss), "A/D Line");

{***********************************************************************
Description: This function returns AdvanceDecline
Provided By: Omega Research, Inc. (c) Copyright 1999
************************************************************************}

Inputs: AdvIss(NumericSeries), DecIss(NumericSeries);

AdvanceDeclineDiff = AdvanceDeclineDiff[1] + (AdvIss - DecIss);




Als dit gaat werken in Vestics geef ik een rondje :cool: