fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Radek_M
    R
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 8
    • Best 0
    • Controversial 0
    • Groups 0

    Radek_M

    @Radek_M

    0
    Reputation
    4
    Profile views
    8
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Radek_M Unfollow Follow

    Latest posts made by Radek_M

    • RE: fxDreema – one system, multiple currency pairs on one account

      @l-andorrà but this block checks the average profit and I need to check the profit (positive or negative) which are two different things.

      posted in Questions & Answers
      R
      Radek_M
    • fxDreema – one system, multiple currency pairs on one account

      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

      posted in Questions & Answers
      R
      Radek_M
    • RE: Communication with VPS

      @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?

      posted in Questions & Answers
      R
      Radek_M
    • Communication with VPS

      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?

      posted in Questions & Answers
      R
      Radek_M
    • RE: assistance in reading the transaction price

      @jstap Thank you

      posted in Questions & Answers
      R
      Radek_M
    • RE: assistance in reading the transaction price

      @jstap but I'm asking how to get the price of an open position? additionally, how to save this price to a variable,

      posted in Questions & Answers
      R
      Radek_M
    • assistance in reading the transaction price

      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?

      posted in Questions & Answers
      R
      Radek_M
    • problem with increasing position

      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?

      posted in Questions & Answers
      R
      Radek_M