fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Lerumo
    3. Posts
    L
    • Profile
    • Following 1
    • Followers 0
    • Topics 8
    • Posts 44
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Lerumo

    • RE: NRTR custom indicator from MT5

      @l-andorrà Yes I tried another one which I downloaded online (attached - NRTR (online download).ex5 ), but with no success. The indicator is an executed version so I had to manually add the output buffers on FxDreema. See project link with new indicator: https://fxdreema.com/shared/aHnPpX23c

      posted in Questions & Answers
      L
      Lerumo
    • RE: NRTR custom indicator from MT5

      @ambrogio There's an error in the journal, but not sure what it means or how to fix it. The full file describing the error says "Cloud servers switched off". I doubt that the code of the indicator itself has errors because I got the indicator directly from MT5 in the "Free Indicators" folder, and it works fine on MT5 when opened manually.

      See journal screenshot below:

      Screenshot 2024-09-20 193133.png

      posted in Questions & Answers
      L
      Lerumo
    • RE: NRTR custom indicator from MT5

      @l-andorrà I just tried that, but still doesn't work (see links below):

      Link 1 (with buffers 0 and 2): https://fxdreema.com/shared/iKKqftZH

      Link 2 (with buffers 1 and 3): https://fxdreema.com/shared/B4djxh3rd

      posted in Questions & Answers
      L
      Lerumo
    • RE: NRTR custom indicator from MT5

      @VHV-Profit-Masters Here's the file:

      NRTR Channel.mq5

      posted in Questions & Answers
      L
      Lerumo
    • NRTR custom indicator from MT5

      Hi, I found the NRTR indicator from the "Free Indicators" folder in MT5 (it's basically support and resistance). I uploaded it onto FxDreema and tried to create an EA based on the indicator, but the EA isn't working. How should I connect the output buffers? (See details below)

      Screenshot of NRTR indicator:

      Screenshot 2024-09-19 152458.png

      First project link (here, I used buffers 1 and 3): https://fxdreema.com/shared/Tlr8XCfV

      Second project link: (here, I used buffers 0 and 2, but the EA is still not working): https://fxdreema.com/shared/cRGFnPsub

      posted in Questions & Answers
      L
      Lerumo
    • RE: Support, resistance and pivot lines

      The final EA won't need to actually draw the lines - the above is merely for demonstration. I only want to know what settings I should use for the lines to be in same position/space/distance from the current price as the ones from the TradingView i.e. the current settings make the lines much closer to the price; also, the lines change positions too frequently

      posted in Questions & Answers
      L
      Lerumo
    • Support, resistance and pivot lines

      Hi. I want to make an EA opening and closing trades based on the S/R and pivot lines. Please advise how to get the lines to be drawn at spaces/angles similar to those in TradingView (see screenshots below). The TradingView settings are the same as the ones in the link below and MT5 screenshot - so I'm not sure why the lines appear so distinctly different.

      Link - https://fxdreema.com/shared/S23LhcUyc

      TradingView:

      Screenshot 2024-07-25 171733.png

      MT5:

      Screenshot 2024-07-25 184835.png

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      Hi @roar, please see the above thread - how much do you charge for making this custom indicator (but using Envelopes instead of MA, like in the above screenshot)?

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      @biztet I can't find the buffers for the RSI levels on both indicators. The levels for the mt5 indicator are 90, 80, 20, and 10. When the manually inserted, the indicator looks like this (but using MA as opposed to Envelopes):
      Screenshot 2024-06-07 190354.png

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      Thanks everyone. I believe the issue was that the custom indicators don't show the relevant RSI levels (80, 20) by default. These levels are therefore not included as 'buffers' in the indicators; hence the EA can't read these levels and take action on the basis thereof. I'll look for a custom indicator that automatically displays the RSI levels and has them as buffers - or find out how to build one using EA Builder. Will try again and let you know if I have any issues. Thanks again

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      @ambrogio Okay I've just used a different indicator for MT4 now; I downloaded this indicator and it has worked for others. Please see if it works on your end - https://fxdreema.com/shared/4IKIxUckd . Here's the MT4 indicator - alx_rsi_bands_ma.mq4

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      @ambrogio Can you assist with the above? Here's the link - https://fxdreema.com/shared/kdFw5rxsc . I also attach the custom indicator I mentioned in my original post RSI-MA Indicator.mq5

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      I'm the author of the original question...

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      @jstap Did you mean to respond to @GOMAT? Not sure how the above relates to the comment block

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      Sorry I was offline for the past few days. I tried using the comment block but still no values reflected on the chart and also no trades at all. Here's the link - https://fxdreema.com/shared/kdFw5rxsc

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      The EA is not returning/reflecting any values at all - both on the Tester and demo account. By 'yes', I'm only confirming that the indicator's buffers can be seen on Fxdreema under "My indicators" - see snapshot below Screenshot 2024-05-28 110045.png

      Regarding the comment block, I've never used this before. Does this go directly under the condition block?

      posted in Questions & Answers
      L
      Lerumo
    • RE: Setting RSI and MA custom indicators

      Yes, but how should they be connected? Here's the project, please have a look - https://fxdreema.com/shared/zEd4dRNgc

      posted in Questions & Answers
      L
      Lerumo
    • Setting RSI and MA custom indicators

      Hi. I've uploaded MA and RSI custom indicators that I created on EA Builder. I want the EA to buy when the MA (period 1) crosses above the 20 RSI level (also period 1), and then sell when the MA (period 1) crosses below the 80 RSI level (also period 1). Are my settings correct here https://fxdreema.com/shared/DavRl8C6d ? (The EA is not opening any trades and is also not showing the MA or RSI levels on the Strategy Tester)

      posted in Questions & Answers
      L
      Lerumo
    • RE: 'Once per minutes' block

      Ok thanks

      posted in Questions & Answers
      L
      Lerumo
    • RE: 'Once per minutes' block

      See link - https://fxdreema.com/shared/0bLFTv0jd

      posted in Questions & Answers
      L
      Lerumo
    • 1
    • 2
    • 3
    • 1 / 3