Reply

open and close wrongly uses Heikin Ashi

2 replies

stickytrader

Subscriber, bbp_participant, 38 replies.

Visit profile

3 years ago #261830

There is a strange bug on algowizard.io , when I use builtin commands like AV ( average volume ) or simple Open() Close(), the final sourcecode uses Heikin Ashi on MT5 tester , look at this simple strategy I have attached, I never used anything related to Heikin Ashi but when I test the output expert  on MT5 not only it attaches HeikinAshi indicator to the chart,  but also it uses Heikin Ashi Open Close prices in it’s calculation instead of simple Open Close .

Attachments:
You must be logged in to view attached files.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

3 years ago #261868

Hello,

this is normal. You signals are evaluated correctly using normal OHLC prices even if HA chart is displayed in MT5

As for your conditions set up – you do not need use code like Abs(Close[1]) … this does not make any sense since market price is always (positive > 0)

0

stickytrader

Subscriber, bbp_participant, 38 replies.

Visit profile

3 years ago #261872

But I noticed that some signals where not triggered because the Open / Close price was different from ordinary open close price ( the expert used HA )

Can you please say that why HA indicator keeps attaching to the charts ?

Is there any trick to get rid of that ?

0

Viewing 2 replies - 1 through 2 (of 2 total)