Symmetry issue


LongEntrySignal = ((SMMA(Main chart,13)[1] > LowDaily(Main chart)[1]) and (CCI(Main chart,91)[1] is higher than -240)); ShortEntrySignal = ((SMMA(Main chart,13)[1] < LowDaily(Main chart)[1]) and (CCI(Main chart,91)[1] is lower than 240));


Attachments
Strategy 07538_bugged.sqx
(58.34 KiB)
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Refused
  • Priority Normal

History

b
#1

bentra

31.07.2019 10:10

Task created

KL
#2

kainc301

31.07.2019 17:01
This seems a little bit cryptic. Can you go into detail about exactly what the problem is? The only thing I can see is higher than -240 / lower than 240 being a potential issue because of the negative and positive levels but I can only speculate without any additional information.
b
#3

bentra

31.07.2019 19:00
Both signals reference "LowDaily"


b
#4

bentra

31.07.2019 19:03

Attachment Strategy 031924buggy.sqx added

Here's another one where both signals reference HighDaily

b
#5

bentra

02.08.2019 11:59
this may have been on my end. i think you should refuse this one.
MF
#6

Mark Fric

06.08.2019 08:25

Status changed from New to Refused

HoghDaily negates to LowDaily and vice versa.


You must have it wrong in your OppositeBlocks.csv file


Votes: 0

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please