fxDreema

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

    Posts made by ramsay09

    • RE: self updating/refreshing grid, compare two groups of trades

      I extended the Grid EA a bit and regrouped the constants. Nevertheless, I obviously was not able to develop a fully automatic Grid EA even though I spent a lot of effort :). Maybe someone of you has more potential here. I wish you success.

      Nevertheless, the Grid EA can be very profitable in the right hands :).

      FxDreama, thanks for your patience and support without the EA would not have come so far.

      0_1538941301798_Grid-EA v2.1.mq4

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      So many views 🙂 ... since I stopped developing EAs, I want to leave some of my most important EA projects to the community here, well, for inspiration :).

      For backtesting, you should use Visual Mode and you must add the Kolier indicator.

      0_1538488081129_Grid-EA v2.0.mq4
      0_1538488093143_Kolier_SuperTrend_Indi._13mq4.mq4
      0_1538488108451_SR Trading Tool v1.9.mq4
      0_1538488122112_SR Trading Tool.mq4

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Nobody can wright me something to my question above?

      fxdreema couln't you make the fractal-indicator similar to the zig-zag-indicator? What I am missing is the id on the fractal-indicator like on the zig-zag-indicator. Couldn' t you add an id to each fractal?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      the enum... type is working fine, thanks.

      But what about the Tab or folder in EAs properties? What it can be seen is that Indicators have tabs like "input", "levels", "lines", "colours"... . Isn't that possible on EAs?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Thanks for the above.

      A new question:
      usually the constants are shown in the tab "input" of EAs properties but is it possible to show some constants in an another tab for instance "colours and lines"?

      Is it possible to make a pulldown menue with predefined values similar to a bool constant where I can choose between true and false?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I don't know what "#property strict", normal and strict mode is. Could you explain please or refer to further info. As I understand you, that issue is not "curable" but about iexposure, it is providing lot-size and net-lot-size without any problems...

      Is mt5 working better? Is hedging possible on mt5 (in the beginning of mt5 it was not possible).

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Thanks. The colour issue is solved.

      But the NormalizeDouble(net_lot_size,2) issue is still a confusing thing.

      I try to explain it in more details:
      I am trying to visualize the current lot size and the net lot size like iexposure is doing. I am using the "for each trade" block an the "variables" block for calculations. I have replaced everywhere where the variables are appeareing the variables by theNormalizeDouble(variable,2) funktion. For instance the expression V3+V1 was replaced by NormalizeDouble(sum_buy_lot,2)+NormalizeDouble(buy_lot,2). But sometimes there are still values shown like 0.059999999999 or 0.070000000001 but I need just something like 0.06 or 0.07.

      Any suggestions to normalize or remove that "anomaly"?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Thanks, that was working but sometimes not... I have to observe that issue...

      I have an another question regarding the colour of the draw object block. How to set the colour of a line as a constant to change it from the properties. Replacing the value by a string constant "Yellow" was not working. How to do that?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Thanks miro1360.
      The values are stored in variables. The following seems not to work: NormalizeDouble(net_lot_size,2);

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Hello fxdreema,

      are you there? I wasn't active in this forum for a while. Is this thread still active?

      If so, I would like to know how to round a variables value after 2 digits?
      The problem is, after a substraction of two double variables (i. g. 0.06 - 0.03) there is sometimes a result like 0.02999999999991 but I need the value 0.03.
      How to solve that problem?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I would like to close position after profit is dropping below 90 percent of its highest profit.
      Or in other words: I want to close position after position looses 10 percent of its highest profit.

      How to do that? Is there a block?

      posted in Questions & Answers
      R
      ramsay09
    • RE: How to recognise a flat line.

      here is the working link:
      link text

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I have created an example for an answere to someones question. I have klicked the link symbol and pasted the shared link.

      link text

      now I have pasted the whole url after double klicked the created link. Maybe that is working. Ah... the preview on the right is nice...

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Hi,
      back again...

      my last attempt to add a link of an example for someone was not working. Could you please explain how to do that now, after the update? Or where to find instructions?

      posted in Questions & Answers
      R
      ramsay09
    • RE: How to recognise a flat line.

      @ramsay09 said in How to recognise a flat line.:

      2nd try:

      link text
      shared/Wx0tYstEd

      posted in Questions & Answers
      R
      ramsay09
    • RE: How to recognise a flat line.

      2nd try:

      link text
      shared/Wx0tYstEd

      posted in Questions & Answers
      R
      ramsay09
    • RE: How to recognise a flat line.

      Hi,
      I don't know exactly wat you want. But lets say it is something like rsi indicator that is flat arround 50. You can use condition blocks like that:
      rsi should be the last 3 caldles below 55 and above 45 then indicator is flat. Indicator is ranging. You can use 45 and 55 as constants then you are able to adjust the range.
      But I think there are better solutions.
      link text (I hope the link is working)

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      My last posting was placed in the beginning of the thread. I don't know why. Is it not allowed to edit or delete postings any more?

      I hope this time it will be placed at the end of this thread. My question was:

      It seems there is a problem with a block. After compiling my EA "Grid-EA SF full-auto v2.4" there are some errors. Could you look over please.

      posted in Questions & Answers
      R
      ramsay09
    • self updating/refreshing grid, compare two groups of trades

      It seems there is a problem with a block after compiling my EA: "Grid-EA SF full-auto v2.4". Could you look over please.

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I need a kind of seperator of constant blocks. I mean the constants that are shown in EAs properties. Something like that:

      -------------------part 1---------------------------------
      a
      b
      c
      -------------------part 2-----------------------------------
      d
      e
      f
      -------------------part 3------------------------------------
      and so on...

      How to do that, what is suitable.
      Is it possible to make a pull down menue in constant properties?

      posted in Questions & Answers
      R
      ramsay09
    • 1
    • 2
    • 3
    • 4
    • 5
    • 12
    • 13
    • 1 / 13