having following condition that describes the bar i need :
(CrossAbove(EMA(12), EMA(26), 20))
Now i try to get + conserve th High of the price-bar at the moment this bool-condition is true to use it later to compare it to other Highs.
How can i do this ?
Thank you!

Comment