
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys, I'm using a 2 line MACD in my strategy. My code is like this:
I want to add another condition where the crossover is below MACD 0 value for go long and crossover is above MACD 0 value for go short. The problem is I cannot put FuncMACDCrossOver() < 0 since it is gonna interference with the MACD function. Any tips for making that new condition works?