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:
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue