b131dev4 CRUCIAL - strategy dont producing any trades

testing new indicators in this buils and it seems that strategy with ULCER INDEX dont produce any trades in MT4 backtester - in the journal is no error, try for example this strategy
Attachments
EU_H1_110106644_S_GA_CF_SQX.sqx
(97.20 KiB)
  • Votes +5
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

h
#1

hankeys

24.03.2021 19:12

Task created

h
#2

hankeys

24.03.2021 19:13
Voted for this task.
b
#3

bentra

24.03.2021 19:20
Voted for this task.
l
#4

lemming78

24.03.2021 19:46
Voted for this task.
k
#5

Karish

24.03.2021 21:05
Voted for this task.
h
#6

hankeys

24.03.2021 21:37
about the ULCER itself - there is something called SAFE LEVEL and even if this level is calibrated, this level is still unchanged and hardcoded as 0.01 to 2 with step 0.01 - this doesnt make sense, because ulcer is ranging only between 0 to 1


because of that we are getting nonsense values in the strats, like


and another question is symmetry IS BELOW for LONG and the same for SHORT? 


LongEntrySignal = UlcerIndex(Main chart, UP UI, 131)[1]   is below 1.02;

ShortEntrySignal = UlcerIndex(Main chart, DOWN UI, 131)[1]   is below 1.02;
h
#7

hankeys

24.03.2021 21:42
and the same for SRPERCENT RANK - is this symmetry correct, i see that for both side is used same condition - and this kind of strategies are LONG only


LongEntrySignal = SRPercentRank(2, 240,12, 1) is above 42.36;

ShortEntrySignal = SRPercentRank(2, 240,12, 1) is above 42.36;
h
#8

hankeys

24.03.2021 21:45
another not symmetric conditions


LongEntrySignal = Vortex(Main chart, 30)[3] is in Down Trend;

ShortEntrySignal = Vortex(Main chart, 30)[3] is in Down Trend;
m
#9

Martin

26.03.2021 17:34
Voted for this task.

Votes: +5

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please