MFI - Money flow ind

Vragen en suggesties over Vesticode

Moderator: Perry

MFI - Money flow ind

Berichtdoor zjoskebest » vr 09 apr 2004, 10:38

Hallo mede vesticsgebruikers

Heeft iemand de easylanguage code voorhanden van de MFI indicator ..?

Wie kan mij daar aan helpen

Groet

Jos
Ask a question and you?re a fool for three minutes; do not ask a question and you?re a fool for the rest of your life.?
zjoskebest
 
Berichten: 24
Geregistreerd op: zo 15 dec 2002, 20:46
Woonplaats: Best

MFI

Berichtdoor GMe » vr 09 apr 2004, 11:50

{*******************************************************************
Description: This Indicator plots MFI
Provided By: Omega Research, Inc. (c) Copyright 1999
********************************************************************}

Inputs: MyVol(Volume);

Plot1(MFI(MyVol), "MFI");

{Alert Criteria}
If Plot1 > Highest(Plot1, 20)[1] OR Plot1 < Lowest(Plot1,20)[1] Then
Alert("MFI indicates that a significant move is possible");

{MFI Commentary}
#BeginCmtry
Commentary(ExpertMFI(Plot1));
#End;
GMe
 
Berichten: 145
Geregistreerd op: zo 07 okt 2001, 16:16

MFI

Berichtdoor zjoskebest » vr 09 apr 2004, 16:21

Geert

Dank je wel

Jos
Ask a question and you?re a fool for three minutes; do not ask a question and you?re a fool for the rest of your life.?
zjoskebest
 
Berichten: 24
Geregistreerd op: zo 15 dec 2002, 20:46
Woonplaats: Best

MFI

Berichtdoor zjoskebest » vr 09 apr 2004, 18:37

Geert

Helaas krijg ik niets geplot. Waar kan dat aan liggen..?

vrgr
Jos
Ask a question and you?re a fool for three minutes; do not ask a question and you?re a fool for the rest of your life.?
zjoskebest
 
Berichten: 24
Geregistreerd op: zo 15 dec 2002, 20:46
Woonplaats: Best

MFI

Berichtdoor GMe » vr 09 apr 2004, 21:46

Geen idee, hier heb je nog de bijbehorende MFI functie uit TS. Misschien zit het daar in..............




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

Inputs: MyVol(NumericSimple);
Variables: Return(0);

Return = 0 ;
If MyVol > 0 Then
Return = Range / MyVol * 100;

MFI = Return;
GMe
 
Berichten: 145
Geregistreerd op: zo 07 okt 2001, 16:16


Keer terug naar Vesticode

Wie is er online

Gebruikers op dit forum: Geen geregistreerde gebruikers en 12 gasten

cron