fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tjommas
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Tjommas

    @Tjommas

    0
    Reputation
    168
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Tjommas Unfollow Follow

    Latest posts made by Tjommas

    • RE: Duplicate order from signal

      @l-andorrà yes, the initial trade comes from a signal. And it should duplicate with different lot size.

      posted in Questions & Answers
      T
      Tjommas
    • RE: Duplicate order from signal

      @l-andorrà
      Oh actually you have misunderstood my thoughts.
      I don't want to copy from one instance to an other, but just duplicate the order to have a lot bigger than the one the signal provides to my account.
      And the duplicated trade must close at the same time than the one closed by the signal.

      Just like that but more simple. :
      mql5.com/en/market/product/23216

      posted in Questions & Answers
      T
      Tjommas
    • RE: Duplicate order from signal

      @l-andorrà okay thx for your answer. do you know one which is free then?

      posted in Questions & Answers
      T
      Tjommas
    • Duplicate order from signal

      Hello,

      I'm trying to make a very simple EA to duplicate trades from a subscribed signal.
      Actually I want each trade from a signal to open a clone with different lot size. That could be usefull when a signal trade with minimum lot size.

      Currently I could duplicate a trade from any group mode, but it enters a loop where each new trade open a clone of itself.
      I tried to affects the trades open by the EA to a group, and filter trades, but I could not make it work correctly.
      Any help would be appreciated.

      Thx

      shared project

      posted in Questions & Answers
      T
      Tjommas
    • Get the current color

      Hello,
      I'm trying to make a simple script that changes the chart (background, foreground, ...) colors. This way I can save presets of colors, instead of saving a full Template in MT4 which ovewrite everything.
      I found how I can do that, but each time I use the script again it resets the color selection boxes, this is normal at the moment.

      I want the color box to show the current color of elements. Then I need to define my constants parameters to the current color of each of them.
      But I can't figure out to do that. I tried to put 'CHART_COLOR_BACKGROUND' (found in list of constant on mql5 website) in the value of the constant of the background color. No error during compilation but it doesnt show the current color, it shows a wrong color code instead.
      Is there a way to achieve that?

      Also, next step will be to try to apply colors on multiple charts at the same time (all, same pair, same ea)... but I still don't know how I will do that, any idea?

      thx in advance

      Tom

      posted in Questions & Answers
      T
      Tjommas