Pop Up Message Box

7 replies

JS17

Customer, bbp_participant, community, 73 replies.

Visit profile

7 years ago #116389

Hi all, just as the title says is it possible to create a message box pop up alert in an EA?

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #141761

Hello,

 

simply use the “Custom Action” and add this code into it 

Alert("This is my EA system");

If you want to output a variable value, you can do this

Alert("Variable value is: "+Var1);

0

JS17

Customer, bbp_participant, community, 73 replies.

Visit profile

7 years ago #141769

Thankyou again Tomas, we would all be lost without you  😆

0

daveM

Subscriber, bbp_participant, community, customer, sq-ultimate, 110 replies.

Visit profile

5 years ago #234170

My indicator does a popup with name of Pair and Time Frame.

Is there a way to also create a ‘Push’ notification?

Thank you

0

Tharit R

Customer, bbp_participant, community, 0 replies.

Visit profile

5 years ago #234982

Hi DaveM

Have you figure out how to create ” push notification”?  I would like to have this function in my EA too.

Thank you

0

daveM

Subscriber, bbp_participant, community, customer, sq-ultimate, 110 replies.

Visit profile

5 years ago #234988

In an EA. you will have to get Tomas or Marc to help you.

In an indicator it is automatic.

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

5 years ago #234989

Hello,

my push solution would be to send an email from an EA to a newly created Gmail account (just for trading). Gmail allows push notifications that can be easily setup on a smartphone

0

Tharit R

Customer, bbp_participant, community, 0 replies.

Visit profile

5 years ago #235022

Thank you very much for your suggestion.

0

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