Opposite and conditional position
-
If a 10 pip position loses, another position is activated
-
And the question is?
-
Yes
I intend to do this -
I plan to use a hedge
For example, open a long position
If, for example, 20 pips are closed in profit
and reset -
If, for example, 10 pips were lost,
Open a short position with twice the volume. -
If this position closes 20 pips in profit
And if 10 pips are lost, -
Open a long position with twice the previous volume
This cycle continues until
For example, reach $200 profit
At this time, all positions should be closed and reset -
In what order should we say?
When will the "TP" position be reset?Thank you for helping me
-
You will definitely need variables to do that. Are you familiar with using variables?
-
Hello
Good day
I went this far but I still didn't get the resultshared/PHvZTLaG
-
The problem is that you need a variable to define lot size. In your example you're using fixed lot size volume. You'll have to create two variables, one for buys and another one for sells. Calculations will update the value of the variable as new trades are open. Have you created something like that?
-
Hello
thank you
I did not understand what you are saying
Please may you give further guidance -
Hello
I could not work with variables
But with blocks, I reached an almost profitable strategy
Please see if this method can be done with variables
And how to exit when the trades reach a certain amount of profit and lossshared/d7W7TjiAb
-
@arash20 You can close all open trades when 120 pips are in profit right now:

-
Thankful
And what should I do to close each trade when they reach a certain amount of loss? -
In your opinion, I have followed the path well??
-
@arash20 You can use the same structure but using a negative number like -120 pips, for example.