Trade amount of money
-
Is there a way to get the amount of money calculated to open a running trade?
-
If you want to trade a certain amount of money, just use this money managment.

You can also set a variable and put it as Extern to control how much money to invest for each trade.
-
@pedrog The issue is really how to know how much money invested on each trade, I think if using variables to store the values when creating the trade in case of stopping the EA the variables are reset, is it right?
So I`m looking for a way to get it at any time. -
@pedrog Yes, you can alway do the calculation with some blocks, the store the value into a variable and finally use that variable as your money target.
-
Is there any field containing the money invested on each trade? or a way to calculate it?
-
@pedrog Yes, you can do it as Fenixtrading showed some posts above. Why isn't it what you need?
-
@l-andorrà As far as I understand the solution provided is to assign a specific amount for a new trade, but the question is how much money was invested in a open trade?
-
@pedrog Well, you are the trader. You are supposed to know how much money you want to trade.

-
@l-andorrà The question is not about money to trade but how much was invested in a open trade?
-
@pedrog That is exactly your answer as in your previous post. Can you please provide additional info about what you need?
-
@l-andorrà The case is, if a open trade has a money profit of 10$, what is the value used to calculate it?
-
@pedrog That will depend on the stop loss and take profit. The shorter the distance of both, the higher the lot size to get that money. Wheras the opposite will require a smaller amount. Which are your SL and TP conditions?
-
@l-andorrà No SL or TP
-
@pedrog The the only information you can work on is the lot size. You can create a constant in which you can specify the lot size of all trades.