Has anyone been able to do this in fxDreema?
I effectively got my own Renko to work but have no idea how to get a moving average ON the Renko bars (not the normal prices)
Has anyone been able to do this in fxDreema?
I effectively got my own Renko to work but have no idea how to get a moving average ON the Renko bars (not the normal prices)
NEVERMIND.
Problem was solved in other thread.
@roar Yes. This worked.
In my real (much larger) program I go into lots 1 by 1. But then need to sell 4, or 5 at a time.
So I used the "For Each Trade" and Close (partially) with 1.0 lot fixed. Just run the loop however many times I needed. Seems to work well. Thanks for your help.
Is it "close (partially)" on MT5 that does it properly?
i.e. all you have to do is put in the amount and it closes the proper amount of trades?
I saw that no US Brokers use MT5.
Maybe a solution is just to loop a sale of 1.0 lot "x" many times.
My previous question was probably too complicated. Trying to simplify.
If I bought 4.0 lots and then 6.0 lots (total = 10.0 lots)...
I'd then like to sell 1.0, 2.0, 3.0, 4.0 lots as the price moves up.
How can I do this? Close (partial) doesn't do what I want. Thanks.
Heck I can't even figure out how to close 4 of the 9 trades in any situation.
Especially because if I have 11 trades or some other quantity I'll be closing 5 of the trades, etc.
If such a thing exists. Say if, 9 buy orders execute (each 10 pips lower), I'd like to sell 4 of them if the price rises by 30 pips from the bottom. I have all the numbers, just can't find the order to use. Haven't seen it on the forum either.
I can place a pending sell, but all that does is open a sell order, not close the buys.
Thanks. Good program here.
Nevermind - I was able to download from MT4 and it seems to be working great. Good documentation and examples on this site!
I didn't see it listed and don't see any forums posts about it.
It's an incredibly useful indicator.
I tried creating it in an EA but I can't get the values to line up. Anyone?
I just started on FXDreema and am loving it.
My program only exits trades at stops. If it suddenly hits a stop, I want the program to wait until the next bar to execute any trades. I looked on the forum but couldn't find exactly what I was looking for.
Help?