Is it possible to set an alert on the open price (not the current price).
For example, I want my alert to be set when the open of the previous period is above the EMA
Condition example
1
2
3
ifopen[1]>ExponentialAverage[13](close)then
// Alert set
endif
The alert will be set in windows mode in PRT, but the code is just to show you my idea.
Besides, is it possible to make two conditiosn for the same alert, because I couldn’t do it until now. Something like this:
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.