Price Alert
-
Hello,
Do you know where is the function to integrate price alert like below in EA?

Thanks!
-

-
@tipsywisdom Thanks!
Do you think, would it be possible to run EA after this alert message function.
something like this:
-
@andrewfrank said in Price Alert:
@tipsywisdom Thanks!
Do you think, would it be possible to run EA after this alert message function.
something like this:
Ive not tried it, but I would imagine that will run every tick.
-
@andrewfrank No. The 'Alert' blocks need to me moved below the 'buy now' block.
-
@l-andorrà said in Price Alert:
@andrewfrank No. The 'Alert' blocks need to me moved below the 'buy now' block.
he wants an alert first, then it will seek conditions and buy.
Atleast thats what I gathered he was going for....like using the alert message as a condition block?
-
@tipsywisdom @l-andorrà
yes, correct. I want to be alerted first and then I want the EA runs..
Basically, I have been doing this manually. I put the price alert. Whenever, I got the alert on, I turn on the EA.
Now I want to do it automatically.Do you guys think, it's possible?
-
@andrewfrank said in Price Alert:
@tipsywisdom @l-andorrà
yes, correct. I want to be alerted first and then I want the EA runs..
Basically, I have been doing this manually. I put the price alert. Whenever, I got the alert on, I turn on the EA.
Now I want to do it automatically.Do you guys think, it's possible?
Its not the idea of the alert then, its the action that triggers the alert that you need to set up first. There won't be an alert, essentially you are just now fully developing the EA instead of have a manual portion to it.
-
@tipsywisdom Ok. I see. Didn't read the post accurately, sorry.
