Choppiness index

This is non directional so this:

LongEntrySignal = ((BullsPower(Main chart,BPPeriod1)[1] is rising)
   and Choppiness Index(ChoppinessIndBlwLvlPrd1)[1] is below 98.3);

ShortEntrySignal = ((BearsPower(Main chart,BPPeriod1)[1] is falling)
   and Choppiness Index(ChoppinessIndBlwLvlPrd1)[1] is below 1.7);



Should be this:

LongEntrySignal = ((BullsPower(Main chart,BPPeriod1)[1] is rising)
   and Choppiness Index(ChoppinessIndBlwLvlPrd1)[1] is below 98.3);

ShortEntrySignal = ((BearsPower(Main chart,BPPeriod1)[1] is falling)
   and Choppiness Index(ChoppinessIndBlwLvlPrd1)[1] is below 98.3);








Attachments
No attachments
  • Votes +1
  • Project Extending SQ
  • Type Bug
  • Status Fixed
  • Priority Normal

History

b
#1

bentra

19.07.2022 20:34

Task created

b
#2

bentra

19.07.2022 20:34
Voted for this task.
IH
#3

clonex / Ivan Hudec

20.07.2022 14:52

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