Simple Moving Average in the same direction
-
Hi,
How can I write a condition which SMA 41 and SMA 44 are in the same direction? And also trying to trigger a buy if the SMA 41 and SMA 44 is pointing upward direction and sell if the SMA 41 and SMA 44 is pointing downwards?
Thanks
-
@alvantai You can use this block to determine if SMA 41 is moving up, for example. Then you can combine as many blocks as per your conditions.

-
Thanks @l-andorrà. Will try it out. Question. For Candles to rise option, the value is 4. May I know what does it mean? Is it that must have 4 consecutive rise candles?
Thanks
-
@alvantai Yes, that is the value by default, but you can choose how many consecutive candles you want the proce to rise or fall.