Aroon bug

This





LongExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Up[2] rises from bottom
   and (Bar Opens above KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Lower[1]));


ShortExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Down[2] falls from top
   and (Bar opens below KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Upper[1]));




Should be this




LongExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Up[2] rises from bottom
   and (Bar Opens above KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Lower[1]));


ShortExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Down[2] rises from bottom
   and (Bar opens below KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Upper[1]));






EDIT: See bellow, still not fixed, you changed too many things! Just needed to change what I highlighted....




Attachments
  • Votes +6
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

b
#1

bentra

26.07.2022 04:23

Task created

b
#2

bentra

26.07.2022 04:23

Description changed:

This





LongExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Up[2] rises from bottom
   and (Bar Opens above KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Lower[1]));


ShortExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Down[2] falls from top
   and (Bar opens below KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Upper[1]));




Should be this




LongExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Up[2] rises from bottom
   and (Bar Opens above KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Lower[1]));


ShortExitSignal = (Aroon(Main chart,AroonFromoPeriod1).Down[2] rises from bottom
   and (Bar opens below KeltnerChannel(Subchart1, D1,KCBarOpenserPeriod1, 2.5).Upper[1]));











Bt
#3

beetrader

26.07.2022 08:52
Voted for this task.
b
#4

bentra

26.07.2022 15:01
Voted for this task.
h
#5

hruyak41287

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

Enric

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

Emmanuel

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

Mark Fric

31.08.2022 09:44

Status changed from New to Fixed

b
#9

bentra

15.09.2022 22:50

Attachment Strategy 105155-bugged-aroon.sqx added

Strategy 105155-bugged-aroon.sqx
(730.31 KiB)
Not fixed properly in 136 dev 3. Now it comes like this:

LongEntrySignal = (((Close above BollingerBands(Main chart,BBBarClosesPeriod1, 2.1, PRICE_CLOSE).LowerBand

   and Aroon(Main chart,AroonFallFromTopPrd1).Down[1] falls from top);



ShortEntrySignal = (((Close below BollingerBands(Main chart,BBBarClosesPeriod1, 2.1, PRICE_CLOSE).UpperBand

   and Aroon(Main chart,AroonFallFromTopPrd1).Down[1] falls from top);


Should be this

LongEntrySignal = (((Close above BollingerBands(Main chart,BBBarClosesPeriod1, 2.1, PRICE_CLOSE).LowerBand

   and Aroon(Main chart,AroonFallFromTopPrd1).Down[1] falls from top);



ShortEntrySignal = (((Close below BollingerBands(Main chart,BBBarClosesPeriod1, 2.1, PRICE_CLOSE).UpperBand

   and Aroon(Main chart,AroonFallFromTopPrd1).Up[1] falls from top);


b
#10

bentra

15.09.2022 23:21
Changed too many things =) Just needed to change what I highlighted =)
MF
#11

Mark Fric

16.09.2022 08:16

Status changed from Fixed to In progress

CG
#12

Chris G

19.09.2022 01:58
Voted for this task.
b
#13

bentra

22.09.2022 06:30

Attachment Screenshot_157.png added

Screenshot_157.png
(5.50 KiB)
I see why, there needs to be a new "up falls from top" and "down rises from bottom" rules
MF
#14

Mark Fric

11.10.2022 15:55

Status changed from In progress to Fixed

added two missing blocks and modified negation
b
#15

bentra

30.12.2022 08:36

Attachment Screenshot_492.png added

Screenshot_492.png
(56.47 KiB)
Looks like forgot the pseudocode. 136 final.

Votes: +6

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please