EMAs separates
-
Hi, how can I trade with MAs separates?

Buy when 50 EMA > 100 EMA > 150 EMA & Slopes > 30 degrees
And trade with slopes > 30 dregrees...
How get the MA slopes?
-
@uriel-0 Condition block with MA1 above/below MA2, connected to another condition block with MA2 above/below MA3, as for the slope the easiest way is a condition block MA candle ID (use the ID you think is good) < MA ID0 to say MA is sloping up.
-
@jstap thank you, there are any way to get the slope > or < 30?
-
@uriel-0 You can get the slope by subtracting ma ID from another ma ID, you can then create a condition >X and <Y to give you the flat ma range but unsure how you view or convert to a percent, also time frame, ma period and number of candles affect this.