Manfred
 Veteran
  Posts: 210
Joined: 4/2/2006
Location: South Africa
User Profile |
If it crucial to know when the condition is equal in addition to the crossover conditions simply add an additional OR statement to the condition formula. In my worked example that would be.
( MACD(12,26) > 0 AND MACD(12,26)[1] >= 0 ) OR ( MACD(12,26) < 0 AND MACD(12,26)[1] <= 0 ) OR MACD(12,26) = 0
|