i have no idea on how to do that
Posts made by tobeyfxx
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
i assumed that in the condition block, on the left operand i would select Account and equity (>) right operand variable. but there is not drop down or selection for picking variables
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
i dont understand.
can you please show an example of how you think it should be based on the description of the bot i gave -
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
Here's the full scope
I'm trying to create an MT5 bot this is the sequence.
Opens 2 buy and one sell position. Once sell position is in profit or hits TP it's closes and 2 more buys and one sell is added immediately. That loop continues and when the equity is greater than the starting equity (that's the starting equity before or at the beginning of that initial 2 buys and one sell) by $1 then everything closes.I've done everything on fxdreema an it works except the part where everything closes at $1 equity increase.
this is the link below to a test project for that part
https://fxdreema.com/shared/HFIEyVNqbi created a variable that stores the starting equity and now, i dont know how to use a condition block to point to the variable
-
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
i understand that.
i need a rule that when the current equity or starting equity increases buy a certain percentage or amount ($1) all open trades should be closed -
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
Thanks but that's not really what I'm talking about.
in some cases like grid trading, the total profits can be negative while there was an increase in equity from the current equity/starting equity.
i just want a rule that when the current equity or starting equity increases buy a certain percentage or amount ($1) all open trades should be closed -
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
current open price.
example if i open a trades at equity $90
equity gets to $91, close all open trades -
RE: How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers
above image is me try but without progress
-
How to close all trades when running equity is grater than starting equity by $1posted in Questions & Answers

I need a command that closes all trades when the running equity is grater than the starting equity by $1
