Replies

agung.ghani
17 Dec 2021, 20:34

RE: RE: RE:

amusleh said:

agung.ghani said:

amusleh said:

Hi,

Did you set your indicator access right to FullAccess? Its None, change it to FullAccess.

Great. It's working. Many thanks for your help.

However, I just realized that the pop up alert is repeated 4 times every time the indicator is triggered. I didn't see any loop condition in the code. What is the possible reason that pop up alert is triggered four times?

Best regards

Hi,

You have to call the ShowPopup only once per bar, and only for new bars not for historical bars.

The popup will be shows as many times you call the ShowPopup method.

How to call the the value per bar? Is there any example?


@agung.ghani

agung.ghani
16 Dec 2021, 12:24 ( Updated at: 16 Dec 2021, 15:13 )

RE:

amusleh said:

Hi,

Did you set your indicator access right to FullAccess? Its None, change it to FullAccess.

Great. It's working. Many thanks for your help.

However, I just realized that the pop up alert is repeated 4 times every time the indicator is triggered. I didn't see any loop condition in the code. What is the possible reason that pop up alert is triggered four times?

Best regards


@agung.ghani

agung.ghani
14 Dec 2021, 18:29

RE:

PanagiotisCharalampous said:

Hi there,

Unfortunately this is not possible.

Best Regards,

Panagiotis 

Join us on Telegram and Facebook

Many thanks.


@agung.ghani