Hello,
I have a formula I put together using the Wizard, however; I think it's only a good start. I don't know how to add or use properly the Strategy including Limits and Stops and all that.
I have included my file and look for assistance in finishing it, so that I can use the back testing feature and see how successful it would be.
In my formula, it only triggers the entry, and I need to add an exit for the back testing to work I'm sure. Here is what I would like to add to start.
Long: if 3 EMA(close) > 89 SMA (high)
Exit Long: if 3 EMA(close) < 15 SMA (close) for profit
Or 3 EMA(close) < 89 SMA (low) for loss
Short: if 3 EMA(close) < 89 SMA (low)
Exit Short: 3 EMA(close) > 15 SMA (close)
Or 3 EMA(close) < 89 SMA (high) for loss
I have half of this done already but I would love for someone to help me finish it up. The main thing I'm trying to accomplish is to back test this formula.
Thanks.
I have a formula I put together using the Wizard, however; I think it's only a good start. I don't know how to add or use properly the Strategy including Limits and Stops and all that.
I have included my file and look for assistance in finishing it, so that I can use the back testing feature and see how successful it would be.
In my formula, it only triggers the entry, and I need to add an exit for the back testing to work I'm sure. Here is what I would like to add to start.
Long: if 3 EMA(close) > 89 SMA (high)
Exit Long: if 3 EMA(close) < 15 SMA (close) for profit
Or 3 EMA(close) < 89 SMA (low) for loss
Short: if 3 EMA(close) < 89 SMA (low)
Exit Short: 3 EMA(close) > 15 SMA (close)
Or 3 EMA(close) < 89 SMA (high) for loss
I have half of this done already but I would love for someone to help me finish it up. The main thing I'm trying to accomplish is to back test this formula.
Thanks.
Comment