Topic: Moving Average Crossover
Hi, I'm wondering if anyone has run into this situation. I'm trying to build a strategy in which I want to go short if the fast MA crosses the slow MA downward. However, it seems that if the fast MA crosses the slow MA upward and not downward it is still triggering the entry. I have no problem with the long entries ma corssover, it seems to work fine. I looked at the source code but it's kind of greek to me. Can anyone explain to me what is going on or better yet how to trigger my strategy when the fast MA crosses under the slow MA? Thank you.