help me with this problemđđ»đđ»đđ»
-
I want to make patrial, if the candle is more than 30 points from the open price, it will open patrial when changing the candle
https://fxdreema.com/shared/s2NsPeEdd -
@masboy fXdreema cannot add volume to an existing open trade. You can create a new trade with the same SL and TP as the parent trade. This means you will get 2 open trades, not one with higher volume. Does it work for your strategy?
-
@l-andorrĂ I mean, I want to make a martingale and he will open an order when the candel is closed, which is more than 30 points from the open price.
-
@masboy Then why do you need a partial close? That is not not how martingales work.
-
@l-andorrĂ https://fxdreema.com/shared/z9wszWzld
if possible, if it's minus a few points he will open a position with a bigger lot and that is when he replaces the candel, maybe he can't ... so don't focus on the pipstep, only focus if so many new points he opens the order but when the new candle changes -
@masboy You are using a variable for the % of balance called 'C_Lots_Balance'. Can you please explain how is it calculated?
-
@l-andorrĂ I just made a compound balance lots, for example a capital of $ 10000 with C_Lots_balance 1, the initial lot is 0.1, if the capital is above $ 15000, then the initial lot will change 0.15
-
@l-andorrĂ I beg you, if possible he will open the candle when the candle closes / change the candle ... the point is if the loss of 30 points / candle close is more than 30 points then when changing the candle will open the candle









-
@masboy Honestly, I'm befuddled by this lot size calculations. Why don't you try to use a fixed pips formula just to check is the rest of the EA is correct? Once confirmed we can be sure the problem is that custom calculation.
-
@l-andorrĂ try to give an example to me .. because I just learned to make ea, please give me your point ... please ... thanks in advance
-
@masboy I guess the problem is that calculation. Other than that the logic of your project is correct. Please create a copy of your project and change your lot size calculations to a fixed pips ratio. If everything works correctly, then the problem is there.