@l-andorrà but this block checks the average profit and I need to check the profit (positive or negative) which are two different things.
Latest posts made by Radek_M
-
RE: fxDreema – one system, multiple currency pairs on one accountposted in Questions & Answers
-
fxDreema – one system, multiple currency pairs on one accountposted in Questions & Answers
Hello,
I have created my own trading system in fxDreema. I would like the system to run on one trading account, but execute trades on multiple currency pairs. I have a few questions regarding this setup:How can I make the system calculate profit only for a specific currency pair, instead of the entire account?
I understand that the EA needs to be attached separately to each currency pair — in this case, would using a Magic Number be the correct way to distinguish trades?
I would appreciate any guidance or examples on how to implement this properly in fxDreema.
Best regards -
RE: Communication with VPSposted in Questions & Answers
@jstap said in Communication with VPS:
I am unsure what you mean. On my VPS (and any Windows VPS for running MT), I log on and change an input to amend something with the trade. This then updates without stopping the server.
I rented a server in metaquest, synchronized and uploaded my program to the server. I want to change data in the program. How should I do this?
-
Communication with VPSposted in Questions & Answers
is there a way to communicate with the program via metaquest if I have the program running on a VPS server? For example, I want the program to open a different position size, but I don't want to stop the server, change parameters in my program and synchronize everything again. I want to send, for example, the value volumen=0.05, how to do it?
-
RE: assistance in reading the transaction priceposted in Questions & Answers
@jstap but I'm asking how to get the price of an open position? additionally, how to save this price to a variable,
-
assistance in reading the transaction priceposted in Questions & Answers
Hello, I need a function to read the opening price of the last position for my program. For example, when the program is initialized, I want to save the purchase price of the last transaction that is still open. Anyone have any ideas?
-
problem with increasing positionposted in Questions & Answers
Hi, I need help increasing my position.
I want the robot to quadruple the next position if it loses a position. When the next order also ends with reaching the stop loss, the robot is to increase the next one again by four times. So for example:- the first position is opened with a value of 0.01 lot and ends with a stop loss
- the second position is opened with a value of 0.04, and this also ends with a stop loss being reached
-the third position is opened with a value of 0.16 lots, etc
if the position reaches take profit, the value returns to 0.01 lot
I've probably tried everything. Operations on variables (example photo), sequencing of positions, but it doesn't help. The multiplier value of 4 gets the most. What solutions do you have?