ATR percent

ATR whether expressed in percent or not is nondirectional so:


LongEntrySignal = (ATRPercent(Main chart,ATRPercentLvlATRPrd1)[2] is above 0.1
   and (LaguerreRSI(Subchart1, D1,0.8)[2] is falling));

ShortEntrySignal = (ATRPercent(Main chart,ATRPercentLvlATRPrd1)[2] is below 0.1
   and (LaguerreRSI(Subchart1, D1,0.8)[2] is rising));


should be

LongEntrySignal = (ATRPercent(Main chart,ATRPercentLvlATRPrd1)[2] is above 0.1
   and (LaguerreRSI(Subchart1, D1,0.8)[2] is falling));

ShortEntrySignal = (ATRPercent(Main chart,ATRPercentLvlATRPrd1)[2] is above 0.1
   and (LaguerreRSI(Subchart1, D1,0.8)[2] is rising));






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

History

b
#1

bentra

19.07.2022 18:46

Task created

Bt
#2

beetrader

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

bentra

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

bentra

19.07.2022 20:06
Also, this is wrong:

LongEntrySignal = ATRPercent(Main chart,ATRPercentRnkATRPrd1,ATRPercentRankLng1)[2] is falling;

ShortEntrySignal = ATRPercent(Main chart,ATRPercentRnkATRPrd1,ATRPercentRankLng1)[2] is rising;



IH
#5

clonex / Ivan Hudec

20.07.2022 14:17

Status changed from New to Fixed


Votes: +2

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please