ROC bug - official

ROC is a directional indicator and has a zero baseline so....

LongEntrySignal = (ROC(Main chart,ROCLevelPeriod1)[2] is above -77
   and RVI(RVILevelPeriod1)[1] is below 0);

ShortEntrySignal = (ROC(Main chart,ROCLevelPeriod1)[2] is below -77
   and RVI(RVILevelPeriod1)[1] is above 0);

should be

LongEntrySignal = (ROC(Main chart,ROCLevelPeriod1)[2] is above -77
   and RVI(RVILevelPeriod1)[1] is below 0);

ShortEntrySignal = (ROC(Main chart,ROCLevelPeriod1)[2] is below +77
   and RVI(RVILevelPeriod1)[1] is above 0);
Attachments
No attachments
  • Votes +5
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

b
#1

bentra

20.07.2022 18:36

Task created

b
#2

bentra

20.07.2022 18:36
Voted for this task.
b
#3

bentra

20.07.2022 18:49

Subject changed from ROC bug to ROC bug - official

CG
#4

Chris G

22.07.2022 15:17
Voted for this task.
h
#5

hruyak41287

29.07.2022 13:45
Voted for this task.
o
#6

Enric

01.08.2022 11:51
Voted for this task.
E
#7

Emmanuel

06.08.2022 15:35
Voted for this task.
MF
#8

Mark Fric

31.08.2022 09:47

Status changed from New to Fixed


Votes: +5

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please