RVI bug

https://www.tradingview.com/script/7HLw5xXI-Relative-Vigor-Index/
RVI has a zero baseline so this is not symmetrical:

LongEntrySignal = (Fast VWAP(Main chart,FastVWPSlwVWPFstPrd1)[1] is above Slow VWAP(Main chart,FastVWPSlwVWPSlwPrd1)[1]
   and RVI(RVILevelPeriod1)[1] is below 0.5);

ShortEntrySignal = (Fast VWAP(Main chart,FastVWPSlwVWPFstPrd1)[1] is below Slow VWAP(Main chart,FastVWPSlwVWPSlwPrd1)[1]
   and RVI(RVILevelPeriod1)[1] is above 0.5);



Should be

LongEntrySignal = (Fast VWAP(Main chart,FastVWPSlwVWPFstPrd1)[1] is above Slow VWAP(Main chart,FastVWPSlwVWPSlwPrd1)[1]
   and RVI(RVILevelPeriod1)[1] is below 0.5);

ShortEntrySignal = (Fast VWAP(Main chart,FastVWPSlwVWPFstPrd1)[1] is below Slow VWAP(Main chart,FastVWPSlwVWPSlwPrd1)[1]
   and RVI(RVILevelPeriod1)[1] is above -0.5);







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

History

b
#1

bentra

21.07.2022 17:19

Task created

b
#2

bentra

21.07.2022 17:19
Voted for this task.
IH
#3

clonex / Ivan Hudec

27.07.2022 16:53

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