Bar Hour - Meaningless conditions generated

Using theĀ  Bar Hour building block you get strategies such as:


LongEntrySignal = (((Bar Hour[5] < 18.0)
and Open below BollingerBands(Main chart,10, 1.9).LowerBand)
and (Bar Hour[3] crosses above Bar Hour[4]));

ShortEntrySignal = (((Bar Hour[5] > 18)
and Open above BollingerBands(Main chart,10, 1.9).UpperBand)
and (Bar Hour[3] crosses below Bar Hour[4]));

What does Bar Hour crosses above and crosses below, surely there is no such concept?


Attachments
No attachments
  • Votes 0
  • Project StrategyQuant X
  • Type Bug
  • Status Fixed
  • Priority Normal

History

m
#1

mikeyc

13.02.2019 23:11

Task created

MF
#2

Mark Fric

19.02.2019 10:57

Status changed from New to Fixed

this is fixed in B119

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