simple strategy
-
Hi,
Is it possible to make a strategy based on price crossing moving average?
-
@runegg Hello,
Here is a simple example for what you need. If you see in the candle ID I placed 1, and what that will do is wait for the candle to close before opening a trade.

-
Thanks man.
I want to use a 2 min chart and 24 moving average. When price crosses the MA and the candle closes above the line - then its a buy. The stop is at the low of the candle or when price crosses the line again. And a sell is obviously the opposite. could u help me make that? -
@runegg Did you try q8carpenter suggestion? This is how to do it.
-
@l-andorrà is that it? everything I wrote is in there?
-
@runegg Obviously not.
You are supposed to make your part too.