b131dev2 - quick findings

indicator "SqSRPercentRank" is outside indicator folder



take a big look at new calibration - i am getting really nonsense values - for example for ADX for EURUSD H1 i am gettin min -5500, max 5500 with step 220


and almost all other calibrated levels has some big (nonsense) values AROON, ATR, AO, BEARS/BULLS POWER, CCI, etc. etc. this calibration need to be changed or reverted back to the last version  - these values are totally outside normal ranges

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

History

h
#1

hankeys

23.02.2021 17:42

Task created

h
#2

hankeys

23.02.2021 17:45
Voted for this task.
h
#3

hankeys

23.02.2021 17:45
also the KER, which ranges only from 0 to 1 has been calibrated to -73 +73 - we dont need calibrate oscilator which ranges between 0-1 always
h
#4

hankeys

23.02.2021 17:47
same for new LAGUERRE - always between 0 to 1, calibrated as -130 + 130 ??? why calibrate something which has some borders?
h
#5

hankeys

23.02.2021 18:01
DARK SKIN is not remembered after restart
h
#6

hankeys

23.02.2021 18:03

Attachment graal.jpg added

graal.jpg
(43.63 KiB)
it seems that under new dev version the GRAAL version of JAVA, which most users use to speed up the process by 25% doesnt work in the newest dev build
h
#7

hankeys

23.02.2021 18:05
i have also some user SNIPPETS for build 130 adding me some new buttons above the databank and if i try to import them to the dev2 nothing happens - compilation is OK, but buttons arent there


i found out that PLUGINS directory missing those files which are added by my snippet and setfile xml file has corrupted directory - if i upload the files manually the snippet works well - its because the changes made to the user snippets with new directory user - snippets


the setting file has been added to USER - USER - SETTINGS - so the USER subdirectory is twice

b
#8

bentra

23.02.2021 19:01
Voted for this task.
k
#9

Karish

23.02.2021 21:11
Voted for this task.
h
#10

hankeys

23.02.2021 21:27
strange info in the pseudo code about the new feature in trading options - and what for is this feature really? why is there another option to stop trading on Friday and start again on Sunday? why this is hardcoded? what to do for example if i want to start the trading on Monday? i dont understand this setting at all...


Don't Trade On Weekends = false (Friday 0038.333 - Sunday 0038.333);
o
#11

Enric

24.02.2021 07:37
Voted for this task.
MF
#12

Mark Fric

24.02.2021 08:18

Priority changed from Normal to High

MF
#13

Mark Fric

24.02.2021 08:47
thanks for your quick report, we'll look at it.


hankeys: i have also some user SNIPPETS for build 130 adding me some new buttons above the databank and if i try to import them to the dev2 nothing happens - compilation is OK, but buttons arent there

i found out that PLUGINS directory missing those files which are added by my snippet and setfile xml file has corrupted directory - if i upload the files manually the snippet works well - its because the changes made to the user snippets with new directory user - snippets


could you attach one example of a snippet that doesn't work so we can fix it? 

If you do't want to attach it to a public task could you send them to a support email and refer this task?


MF
#14

Mark Fric

24.02.2021 09:01
as for Graal, we updated Java to Java 15, but it works also with Graal 11. YOu only have to delete file /internal/libs/Snippets.jar to recompile snippets with lower Java version


TB
#15

Tomas Brynda

24.02.2021 09:04

Attachment CodeEditorIndicatorTester.jar added

CodeEditorIndicatorTester.jar
(45.98 KiB)
Hi Hankeys, 

thank you for your report. 


Please download the attached JAR file and copy it into plugins/CodeEditorIndicatorTester, then it will output the right values.


The new trading option is useful for users that experience problems in trading over weekend.

On some brokers there are some inconveniences, they send ticks although the market is closed etc.


Best regards,

Tomas

TB
#16

Tomas Brynda

24.02.2021 09:07

Status changed from New to Fixed

h
#17

hankeys

24.02.2021 15:17
OK, thx for the info...and what about the calibration?
g
#18

geektrader

24.02.2021 15:18
Voted for this task.
g
#19

geektrader

24.02.2021 15:26
This is clearly not fixed. The indicator calibration in Dev2 make no sense at all, they are out of range by the 1000´s(!) and the values are complete bogus and have nothing to do with the MT4 calibration code I´ve supplied at https://roadmap.strategyquant.com/tasks/sq4_7639 
TB
#20

Tomas Brynda

24.02.2021 15:50
There was a bug in calibration calculations. Have you replaced the JAR file I have provided?
m
#21

Martin

24.02.2021 19:22
Voted for this task.
g
#22

geektrader

24.02.2021 22:41

@Tomas:


Sorry, I´ve missed that the uploaded JAR fixes the issue. It does indeed, but Vortex is still showing -999999 to 999999, that is clearly wrong.


Also, where exactly do we define the calibration periods for each indicator (or globally)? I must have missed that. Is that within each indicators JAVA source code? If so, that would a mess to setup everytime.

g
#23

geektrader

24.02.2021 23:49
@Tomas: "KER" also always comes out with 0, 0, 0 during the calibration, that´s not correct too.
TB
#24

Tomas Brynda

25.02.2021 07:41
Hi Geektrader,

here is an article about calibration, you can find the information there -> https://strategyquant.com/doc/strategyquant/indicators-calibration/.


For me it's working for KER and Vortex. It can be also seen in the article, that it outputs correct values.

What data are you using? Is it our SQ data from data manager? If not, can you provide a sample data for me to test it?



g
#25

geektrader

25.02.2021 13:41

Attachment Untitled.png added

Untitled.png
(184.05 KiB)

Hi Tomas,


please have a look at the attached screenshot. Happens on GBPJPY H1. Please give it a try if it happens on GBPJPY H1 for you too and if not, I can supply a data sample (it´s my own data). Calibrating the indicators with my MT4 EA on the same data gives no issues whatsoever for neither KER nor Vortex.


Thank you :-)

TB
#26

Tomas Brynda

26.02.2021 11:18

Status changed from Fixed to Waiting for information

Hi, I've just downloaded dukascopy data for GBPJPY and the calibration produces fine numbers.

Please attach you sample data, I'll try on it.

h
#27

hankeys

05.03.2021 16:44
not resolved in dev3


indicator "SqSRPercentRank" is outside indicator folder

h
#28

hankeys

05.03.2021 19:58
in dev3 the dark skin is holding, but not on the main page - getting started, after restart, this page is still in light skin
TB
#29

Tomas Brynda

10.03.2021 09:42

Status changed from Waiting for information to Fixed

h
#30

hankeys

23.03.2021 18:22
still not resolved in dev4


Don't Trade On Weekends = false (Friday 0038.333 - Sunday 0038.333);
h
#31

hankeys

24.03.2021 15:05
also the dark skin in dev4 is not working right - main page after restart is LIGHT, even if the dark skin is chosen - i need to click on it again to make the change

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