Using 3 Indicators
-
How do i achieve this?
Im using 3 indicators on my strategy:
- 200 EMA
- MACD
- Parabolic SAR
How should i be arranging the indicators? which one first?
Here's the strat:
- Check trend first with 200 EMA (uptrend for price above, downtrend for price below)
- Catch MACD Crossing but wait until the parabolic SAR to show (below the price for buy, above the price for sell).
Cheers.
-
@slimmz You've answered your own question, check ma, check macd, check psar, if no psar, wait until next candle check psar, check for macd on candle before, and so on until the macd condition happened too many candles before.
-
ahahaha, @jstap
But im confused on using th e block.
Is this the right way to set the MACD condition for crossing up?

And also for the PSAR,

Because im not sure if it is right
-
@slimmz said in Using 3 Indicators:
ahahaha, @jstap
But im confused on using th e block.
Is this the right way to set the MACD condition for crossing up?

And also for the PSAR,

Because im not sure if it is right
macd mainline will never cross macd mainline.
you probably dont want C0 on the parabolic sar. i understand that indi isnt set until close of C1 at least. -
@slimmz As Tipsy said always better to use a candle other than 0, as 0 closes it becomes 1, in more settings you can select the candle you wanted something to happen.