How to add different TP's
-
Hi,
I've got this question.
I am using the multiplier but i want to have different TP's when it multiplies.
For example.
First trade is 0,01 lot and TP of 10 pips
Second trade is 0,04 lot and TP is 12 pips, trade 1 will have the same TP now as trade 2.
Third trade has 0,06 lot and TP had 18 pips, trade 1 and trade 2 have now the same TP as trade 3.
And so on.
How can i add this?Many thanks.
-
@tim-3 You can use three different 'buy now' blocks with different TP and lot sizes each.
-
Hello,
But how will it follow up the first one?
So if trade 1 isn't closed, and trade 2 needs to come.?? Trade 1 should have same TP then trade 2.
How to set that? -
I mean,
Trade 1 the TP should be modified to trade 2 when trade 2 opens
Trade 1 and 2 the TP should be modified when trade 3 opens, and so on and on and on
-
@tim-3 Do you mean all of them will have different open prices?
-
Yes, they have different open prices.
-
For example:
Trade 1 is sell at 1.200 with 0.01 lot TP 10
Trade 2 is sell at 1.250 with 0.02 lot TP 12 - the TP of Trade 1 moves at to the same level of Trade 2
Trade 3 is sell at 1.325 with 0.04 lot TP 14 - the TP of trade 1 and 2 have now the same TP as 0.04. So if Trade 3 hits the TP level, then the other 2 entries close also. -
@tim-3 And will there be a maximum of three open trades at the same time?
-
@l-andorrà
No there can be even more.lotsize goes bigger with martingale. But every new lot has a different TP, but every time there is a new entry, the TP from all previous entries will be the same as the last entry. So when last entry hits TP, all the other entries will close also. Some in loss, soms still in profit.
-
@tim-3 This is my own project of a martingale. I think this can be helpful.
-
Thanks
I'll check it out.
-
Haha trying to figure it all out

If i give u the idea and settings, maybe u can build it?

-
When u look at the image. The colom 2 starts if colom 1 didn't close. Colom 3 may start if colom 2 doesn't close. Same for colom 4 if colom 3 doesn't close.

-
@tim-3 The reason why I shared my project is showing it is not a trivial project to implement. Creating a structure based on separated block trees is not efficient necessarily. You need a structure storing the value of the last lot size to modify it for the next one.
-
Hey,
Yeah i am trying to use it. But u use trade closed and for me they are open and need to close when the latest martingale entry has the needed profit.
-
@tim-3 That is what my EA does. Every time TP is hit a new trade in the same direction is open, as you can see on blocks 23 and 24 on the 'on trade' tab.
-
When i checked your video also on youtube. I don't understand the names in your variables
those wierd names
-
@tim-3 I know.
I have to admit that I do tas many programmer do. I use names that only make sense in my mind, LOL. -
Ok, will try to figure it out, how i don't know yet

-
@tim-3 I know it can be a bit complex for recent fxDreema users, but if you read carefully the instructions pages, you will easily understand what is happening in every block.