Money Flow Index

This produces no short trades. MFI I believe is always above 0 (so actually this above 0 thing makes no sense) and has a baseline of 50 I think so this:

LongEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is above 0;

ShortEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is below 0;

Should be:

LongEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is above 0;

ShortEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is below 100;

OR

LongEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is above 50;


ShortEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is below 50;
Attachments
No attachments
  • Votes +1
  • Project Extending SQ
  • Type Bug
  • Status Fixed
  • Priority Normal

History

b
#1

bentra

19.07.2022 19:31

Task created

b
#2

bentra

19.07.2022 19:33
Voted for this task.
b
#3

bentra

19.07.2022 19:37

Description changed:

This produces no short trades. MFI I believe is always above 0 (so actually this above 0 thing makes no sense) and has a baseline of 50 I think so this:

LongEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is above 0;

ShortEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is below 0;

Should be:

LongEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is above 0;

ShortEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is below 100;

OR

LongEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is above 50;


ShortEntrySignal = Money Flow Index(Main chart,MoneyFlowIndLvlPrd1)[1] is below 50;

IH
#4

clonex / Ivan Hudec

20.07.2022 16:50

Status changed from New to Fixed


Votes: +1

Drop files to upload

or

choose files

Max size: 5MB

Not allowed: exe, msi, application, reg, php, js, htaccess, htpasswd, gitignore

...
Wait please