DVO bug

DVO appears to be non-directional  so:

LongExitSignal = (((LaguerreRSI(Main chart,0.7)[2] changes direction upwards)
   and  DVO(Subchart1, D1,DVOLevelMAPeriod1, DVOLevelPrcRnkPrd1)[2] is above  75)
   and (LinReg(Subchart1, D1,LinRegPeriod1)[1] is rising));

ShortExitSignal = (((LaguerreRSI(Main chart,0.7)[2] changes direction downwards)
   and  DVO(Subchart1, D1,DVOLevelMAPeriod1, DVOLevelPrcRnkPrd1)[2] is below  75)
   and (LinReg(Subchart1, D1,LinRegPeriod1)[1] is falling));



should be this:

LongExitSignal = (((LaguerreRSI(Main chart,0.7)[2] changes direction upwards)
   and  DVO(Subchart1, D1,DVOLevelMAPeriod1, DVOLevelPrcRnkPrd1)[2] is above  75)
   and (LinReg(Subchart1, D1,LinRegPeriod1)[1] is rising));

ShortExitSignal = (((LaguerreRSI(Main chart,0.7)[2] changes direction downwards)
   and  DVO(Subchart1, D1,DVOLevelMAPeriod1, DVOLevelPrcRnkPrd1)[2] is above  75)
   and (LinReg(Subchart1, D1,LinRegPeriod1)[1] is falling));




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

History

b
#1

bentra

21.07.2022 20:51

Task created

b
#2

bentra

21.07.2022 20:52
Voted for this task.
IH
#3

clonex / Ivan Hudec

27.07.2022 17:20
This should be correct. Anyway i fixed level bug.
IH
#4

clonex / Ivan Hudec

27.07.2022 17:22

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