- Posts: 3158
- Thank you received: 3
Scans for Money Flow Index. Pro Real Time
13 years 4 months ago #522
by remo
Replied by remo on topic Scans for Money Flow Index. Pro Real Time
Dont thank me. I just put one of them up.
Thanks should go to
RigelBB
Abaqus
There the only 2 people that shared there codes.
There may have been a third person but im not sure as cant find the email.
remo
Thanks should go to
RigelBB
Abaqus
There the only 2 people that shared there codes.
There may have been a third person but im not sure as cant find the email.
remo
Please Log in or Create an account to join the conversation.
13 years 4 months ago #517
by diver993
Replied by diver993 on topic Scans for Money Flow Index. Pro Real Time
Thanks Remo. Impressed. Especially as it works:) Just tried it - results
Wood GRoup; HSBC; Henderson; Barratt; Marks & Sp; Smith & Nephew
Ta muchly!
Wood GRoup; HSBC; Henderson; Barratt; Marks & Sp; Smith & Nephew
Ta muchly!
Please Log in or Create an account to join the conversation.
13 years 4 months ago #509
by remo
Scans for Money Flow Index. Pro Real Time was created by remo
// Detect Money Flow Index crossing under 80
indicator1 = MoneyFlowIndex[14]
c1 = (indicator1 CROSSES UNDER 80.0)
criteria = MoneyFlowIndex[14]
SCREENER[c1] (criteria AS "Money flow")
//////////////////////
// Detect Money Flow Index crossing over 20
indicator1 = MoneyFlowIndex[14]
c1 = (indicator1 CROSSES OVER 20.0)
criteria = MoneyFlowIndex[14]
SCREENER[c1] (criteria AS "Money flow")
indicator1 = MoneyFlowIndex[14]
c1 = (indicator1 CROSSES UNDER 80.0)
criteria = MoneyFlowIndex[14]
SCREENER[c1] (criteria AS "Money flow")
//////////////////////
// Detect Money Flow Index crossing over 20
indicator1 = MoneyFlowIndex[14]
c1 = (indicator1 CROSSES OVER 20.0)
criteria = MoneyFlowIndex[14]
SCREENER[c1] (criteria AS "Money flow")
Please Log in or Create an account to join the conversation.
Moderators: remo
Time to create page: 0.091 seconds
