AwesomeOscillator in Multicharts to parameterize


variables: fastMA( 0 ), slowMA( 0 ); fastMA = Average(MedianPrice, 5); slowMA = Average(MedianPrice, 34); SQ_AwesomeOscillator = fastMA - slowMA; { Force series function, since otherwise this function can verify as simple, but needs to be called at every bar to return correct results } If false then Value10 = SQ_AwesomeOscillator [1];





fastMA = Average(MedianPrice, fastMA); slowMA = Average(MedianPrice, slowMA);

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

History

e
#1

eastpeace

01.09.2020 10:33

Task created

TB
#2

Tomas Brynda

15.09.2020 11:05

Status changed from New to Refused

Hi Eastpeace,

we use a static version of AWO using firm periods 5 and 34 in all platforms.


If you want to make it configurable, you can write a new snippet and template files or you can define a custom block in AlgoWizard.


Best regards,

Tomas


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