Feedback on my Crossover Strategy
-
Hi there,
I started to use fxDreema and put together this strategy, can you please provide quick feedback if it is implemented correctly.
-The strategy goes long when Price moves above EMA 200 (+10 points, i.e. I am trading BTC not FX so not pips) and vice versa for shorts.
The stop loss is trailing the EMA +/- 10 points.
Can you please tell me in particular is the Trailing Stop Loss implemented correctly?Link to the project:
link textThank you so much!!!
-
@fm2020 Please do the following changes for the EA to work properly:
- Specify one 'No trade' block for buys only and the other one for sells only. Now both are dupliated for buys and sells.
- Use one only 'Trailing stop' block and remove it from its current position. Use a 'Pass' block as the head of a new tree and then connect the 'Trailing stop' block below it.
- You need to specify the word 'pips' immediately afer '+10' in all condition, buy/sell now and trailing blocks. It should read '+10pips' instead of '+10' as now.
Try it and let us know.
-
Thanks a lot, your comment on point 1) was crucial. I missed it.
I still left +10 here as it is for BTC trading (i.e. 10 points) only and my broker takes Pips in this case as 0.10 (too small for BTC). Or I could put +1000pips. But it"s noted for my futures projects.This is the new version and it works really well I think: https://fxdreema.com/shared/fRzMQWi7
-
@fm2020 Good for you!
