[136 dev2] Moving average bug

obv this:


LongEntrySignal = (Bar opens above Exponential Moving Average(Main chart,MABarOpensPeriod1, PRICE_HIGH)[1]);

ShortEntrySignal = (Bar opens below Exponential Moving Average(Main chart,MABarOpensPeriod1, PRICE_HIGH)[1]);



should be this:

LongEntrySignal = (Bar opens above Exponential Moving Average(Main chart,MABarOpensPeriod1, PRICE_HIGH)[1]);

ShortEntrySignal = (Bar opens below Exponential Moving Average(Main chart,MABarOpensPeriod1, PRICE_LOW)[1]);








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

History

b
#1

bentra

19.07.2022 20:08

Task created

b
#2

bentra

19.07.2022 20:08
Voted for this task.
E
#3

Emmanuel

06.08.2022 15:35
Voted for this task.
MF
#4

Mark Fric

30.08.2022 09:22

Status changed from New to Fixed


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