Hi folks,
anyone knows how to set the Moving Average Convergence-Divergence correctly?
I am trying to implement the following:
sell:
- MACD below signal line && signal line crossover
buy:
- MACD above signal line && signal line crossover
is this correct and whats the right syntax?
thanks in advance