Applied price opposite rule bug


LongEntrySignal = ((Close above BollingerBands(Main chart,BBBarClosesPeriod, 2.7, PRICE_TYPICAL).UpperBand    and Close above BollingerBands(Main chart,BBBarClosesPeriod2, 2.7, PRICE_HIGH).UpperBand)    and Close above BollingerBands(Main chart,BBBarClosesPeriod, 1.9, PRICE_CLOSE).UpperBand); ShortEntrySignal = ((Close below BollingerBands(Main chart,BBBarClosesPeriod, 2.7, PRICE_TYPICAL).LowerBand    and Close below BollingerBands(Main chart,BBBarClosesPeriod2, 2.7, PRICE_HIGH).LowerBand)    and Close below BollingerBands(Main chart,BBBarClosesPeriod, 1.9, PRICE_CLOSE).LowerBand); LongExitSignal = false; ShortExitSignal = false;

Using predefined signals only

Attachments
No attachments
  • Votes +3
  • Project StrategyQuant X
  • Type Bug
  • Status New
  • Priority Normal

History

b
#1

bentra

01.02.2022 16:18

Task created

HH
#2

Hans

04.02.2022 00:01
Voted for this task.
E
#3

Emmanuel

04.02.2022 16:54
Voted for this task.
CG
#4

Chris G

19.09.2022 20:17
Voted for this task.

Votes: +3

Drop files to upload

or

choose files

Max size: 5MB

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

...
Wait please