fxDreema

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

    leventecsibi

    @leventecsibi

    3
    Reputation
    280
    Profile views
    16
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    leventecsibi Unfollow Follow

    Best posts made by leventecsibi

    • Error in Close (partially) block description

      Hi all,
      I came across the following sentence in the description of the aforementioned block: "Closes part of the volume of the currently loaded trade. This is done by closing the current trade and opening a new one with lot size equal to the difference. So, if you have a trade with volume size of 0.2 lot and you close 0.1 lots from it, first it will be closed fully and then will be reopened with volume size of 0.8 lots. The newly created trade will have all other attributes the same, only the ticket number and the volume size will be different."

      I believe the numbers don't make sense here

      posted in Bug Reports
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      Hi @Xfire
      So apparently, I might need to look up a better functioning indicator or try to look into the source code and compute the currency strength manually in fxDreema. I'll see! Thanks a ton for your help!

      posted in Questions & Answers
      L
      leventecsibi

    Latest posts made by leventecsibi

    • Error in Close (partially) block description

      Hi all,
      I came across the following sentence in the description of the aforementioned block: "Closes part of the volume of the currently loaded trade. This is done by closing the current trade and opening a new one with lot size equal to the difference. So, if you have a trade with volume size of 0.2 lot and you close 0.1 lots from it, first it will be closed fully and then will be reopened with volume size of 0.8 lots. The newly created trade will have all other attributes the same, only the ticket number and the volume size will be different."

      I believe the numbers don't make sense here

      posted in Bug Reports
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      Hi @Xfire
      So apparently, I might need to look up a better functioning indicator or try to look into the source code and compute the currency strength manually in fxDreema. I'll see! Thanks a ton for your help!

      posted in Questions & Answers
      L
      leventecsibi
    • Obtaining 200 MA of OBV indicator

      Hi there,

      What options do I have to use the 200 MA of the OBV (or more generally: of any indicator) in fxDreema? Earlier on, I computed the simple moving average of CCI indicator for relatively low periods using the Modify Variables and Formula blocks but I would really want to avoid doing that for 200. There must be a way to achieve this!

      I was thinking perhaps the Custom MQL code block? Although I am a bit uncertain as to what snippet I need to input there exactly.

      Thanks a lot in advance for your help. πŸ™‚

      posted in Questions & Answers
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      @xfire You're welcome!
      Unfortunately, I'm still facing the issue 😞

      posted in Questions & Answers
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      Hi @xfire ,

      It essentially compares the strength of the 8 main currencies to each other. There are "strong" currencies and "weak" currencies in this comparison. One would trade those which are the furthest away from each other. So if at a moment the EUR is indicated as the strongest while the CHF as the weakest, you would look for opportunities to enter a long trade on EURCHF. This is the main idea.

      Of course, the notion of "strong" and "weak" currencies is nonsense. If a high value is indicated on the chart for a given currency, it means the currency has been strongly trending in the recent past. So with the previous example, if EUR is indicated as the strongest, it means we have some sort of bullish move on EURUSD, EURCHF, EURCAD etc. The strength of this move depends on the strength of the other currencies: if CHF is the weakest, EURCHF will experience the strongest bullish move, while all pairs with CHF will see the value of the CHF against the other currency fall.

      Hope this helps to clear it out a bit. πŸ™‚

      P.S.: In real time I'd surely not use the indicator chart as it is shown above. Luckily, it is possible to switch off those currencies which are not relevant for the evaluation of the current currency pair. On the image above, we have a chart of the EURUSD so, in this case, I'd switch off the other 6 currencies so that I am only left with the strength of EUR and that of USD. Then it is not confusing to use it πŸ™‚

      posted in Questions & Answers
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      @ambrogio said in Unable to read/write indicator buffer data:

      @leventecsibi i have already used this indicator but give me an error in the journal (don't remember wich one)

      Seems odd. It works fine for me on the MT4 platform, I haven't yet experienced any errors. Perhaps we are talking about different versions of the same indicator, that's the only thing I can think of. πŸ™‚

      posted in Questions & Answers
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      I shared it above already, the very simple code is here. It just saves the data that is read from the indicator buffers, into a csv file:
      https://fxdreema.com/shared/WLbzZ5d6c

      I really hope you guys can access the indicator as well through this shared file. I'm not sure if that gets attached too.

      posted in Questions & Answers
      L
      leventecsibi
    • RE: Unable to read/write indicator buffer data

      Hi @l-andorrΓ 

      Thank you for your answer, I had a look at the link you provided but I did everything in order. I even mentioned it in my comment above that "I downloaded the indicator and added the mq4 file to My Indicators in the Builder," so the problem I am facing doesn't seem to be due to incorrect import into fxDreema.

      posted in Questions & Answers
      L
      leventecsibi
    • Unable to read/write indicator buffer data

      Hi all,

      I've been struggling with this for two days without any success. I would like to create an EA based on currency slope strengths, using the Currency Slope Strength indicator published here: https://www.best-metatrader-indicators.com/currency-slope-strength/.

      I downloaded the indicator and added the mq4 file to My Indicators in the Builder. At the same time, I of course tried out the indicator on my MetaTrader as well, to see how it works, what it shows etc. No problems so far.

      Then, I wanted to set up conditions based on the indicator but the EA didn't work at all. After a while, I started suspecting that the data might not be read correctly from the 8 buffers. So I set up a simple EA which writes all the content of the buffers into a csv file and the surprise came: the buffers do not contain any of the numeric information I see on my MetaTrader chart!

      I am totally puzzled at this point... Has anyone encountered a similar problem before? How is it possible that the indicator shows the information correctly in the indicator window (i.e. the indicator places the numeric values correctly into the buffers, otherwise they wouldn't appear on the indicator window I assume) but the content of these buffers are not read in fxdreema / do not arrive?

      0_1586713957510_220f7d33-2ff9-422e-84f4-472531fa2ec3-image.png
      This first image shows how the indicator appears on the MetaTrader platform.

      0_1586714133482_6691b58b-0fe9-419f-9f0f-82fce8fb4f0b-image.png
      And this second one shows the csv output I obtained.

      posted in Questions & Answers
      L
      leventecsibi
    • RE: Multiple conditions in parallel (OR condition) for BUY orders

      Hi @seb-0 , thanks a ton, I finally had time to check it out and it works perfectly. I also learned some new practices from your code (I'm still a newbie), so thank you for that as well!

      posted in Questions & Answers
      L
      leventecsibi