fxDreema

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

    ramsay09

    @ramsay09

    2
    Reputation
    3303
    Profile views
    254
    Posts
    4
    Followers
    0
    Following
    Joined Last Online

    ramsay09 Unfollow Follow

    Best posts made by 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: How to recognise a flat line.

      2nd try:

      link text
      shared/Wx0tYstEd

      posted in Questions & Answers
      R
      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

      my last question is obsolet.

      It seems there is a problem with one or two blocks. Take a look on my EA ...v2.8 There are two additional areas (18 and 19) rimming the relevant blocks. Area 19 and below blocks should be executed after blocks in area 18 were executed.

      The behaviour is like the "Turn On..." block is not executed and therefore the "Pass" block is not turned on. The funktionality in area 19 and below is defititely working because the button in area 19 is executing correctly but not the "Pass" block in area 19. Could you look over please.

      I have no idea why the "pass" block is not executing the blocks below like the button is doing. The enter connecting points are the same.

      posted in Questions & Answers
      R
      ramsay09

    Latest 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