119;another issue in genetic optim.

i have checked long and short symmetry. im watching las generation databank and look what have i found


//--------------------------------------------------------
//--------------------------------------------------------------------
int MagicNumber = 11111;

Main chart = Current Symbol / Current TF

//--------------------------------------------------------------------
// Trading rule: Trading signals (On Bar Open)
//--------------------------------------------------------------------
LongEntrySignal = (Ichimoku(Main chart,9, 26, 52).ChikouSpan[3] <> BollingerBands(Main chart,10, 1.9).Upper[4]);

ShortEntrySignal = (Ichimoku(Main chart,9, 26, 52).TenkanSen[3] = BollingerBands(Main chart,10, 1.9).Lower[4]);

this is ok? i would say no...


Attachments
Build strategies 6.cfx
(22.38 KiB)
  • Votes +2
  • Project StrategyQuant X
  • Type Bug
  • Status Refused
  • Priority Normal

History

IH
#1

clonex / Ivan Hudec

18.03.2019 06:58

Task created

BS
#2

BobS

18.03.2019 08:38
Voted for this task.
o
#3

Enric

18.03.2019 20:24
Voted for this task.
IH
#4

clonex / Ivan Hudec

19.03.2019 06:55

Attachment Screenshot_20190319-135156_TeamViewer.jpg added

another example
MF
#5

Mark Fric

19.03.2019 10:13

Status changed from New to Refused

yes, this is correct. Symmetric Long/Short means that Short is a negation of Long.

And negation of <> is =

If you think that negation of <> should be also <>, you can configure it in \user\settings\OppositeBlocks.csv - but this will change it globally, not only for this particular condition.


There is no way to define negation for every possible left and right parameter, if you want to have it different for a specific parameters you shoudl use Signals instead of random comparisons.


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