My Project
-
Hello !
Project : https://fxdreema.com/shared/1WumO5E5e
This is a strategy :
every day, at midnight, the robot plots the high/low of the 23h00 (gmt).
draws the lines (high/low)
If the lines are crossed for a candle (closing), it takes a trade.
TP : constantNew :
I added the condition of the range. if the range is less than 10pips (23h candle), we do not take a trade. I don't know if it's working ==> It's not working...Next step :
Check the trend. Take that sells so trendy bear. Maybe with pivot point -1 day ?
If the trade opened more than 400 pips apart, open a position with a coefficient and close both when the addition of the two pays off. It's possible ? -
@belgam But what do you exactly need? Did you backtest the project? Does everything work as designed?
-
Hello @l-andorrà !
For now, this is only a strategy. I would like the Backtest once once I have everything in place.
It works, but not the last add that I did.
-
@belgam Ok. What do you exactly mean by 'open a position with a coefficient'? I guess there must be a relation to the lasst closed trade, but not sure what exactly.