MACD instead of EMA crossover strategy #34
Replies: 5 comments
-
Thanks for the suggestion. Tbh I didn't test another indicator yet. For the open source project it would cool to have the option to use one or another. |
Beta Was this translation helpful? Give feedback.
-
@IHateNameStealers Assuming we would have more strategies to choose from than just EMA. |
Beta Was this translation helpful? Give feedback.
-
I have great success with MACD and FastLength: 12, SlowLength: 26, SignalLength: 9 on HOUR_1 |
Beta Was this translation helpful? Give feedback.
-
Ok interesting. And on what do we make buying/selling decisions? Also crossovers? |
Beta Was this translation helpful? Give feedback.
-
I buy at a positive MACD crossover, and sell at +3% or at a negative crossover (whatever comes 1st) |
Beta Was this translation helpful? Give feedback.
-
Is it possible to use MACD instead of the EMA crossover strategy?
I see a MACD indicator in /react-stockcharts/lib/indicator
Will changing "import { ema } from 'react-stockcharts/lib/indicator';" to "import { macd } from 'react-stockcharts/lib/indicator';" be enough to make this work?
Beta Was this translation helpful? Give feedback.
All reactions