fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ndt113
    3. Posts
    • Profile
    • Following 3
    • Followers 1
    • Topics 10
    • Posts 47
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by ndt113

    • RE: Custom Indicators/Working with Buffers

      __Hello again

      So the plot thickens. Currently, the lopez indicator will send a buy and sell signal via buffers 5 and 6 with values of 1.00 (Ex. When buffers 5 == 1, buy). This works perfectly.
      When looking at the data window on mt4, it shows that when the indicator changes state, buffer 7 == 1. Our condition is therefore when buffer 7 == 1, close buy trades and when
      buffer 7 == 0, close sell trades.
      The issue, is that the trades do not ever close when referencing this indicator. When there is a buy and sell condition that doesn't reference the indicator, suddenly the close condition that IS referencing buffer 7 starts closing trades correctly. This leads us to think that a buy/sell and close can't reference the same indicator.

      Our question is, could there be interference happening between the buffers? Can their signals get crossed? Having the buy/sell work and the close not work, and then in a duplicate ea having the buy/sell not be related to the indicator and having the close suddenly work seems illogical.[/quote:7bcn8apu]

      ===========================================================================================================================================
      So what I'm trying to understand from what you are trying to say, did you get the lopez trend indicator to buy when the trend goes blue and to close the trend goes red and soon after when the trend goes red to sell and when the trend goes blue to close and rebuy?

      https://fxdreema.com/forum/viewtopic.php?f=2&t=4098

      check out my forum because I'm trying to do the same thing with this indicator. Could you possibly help me out?

      posted in Questions & Answers
      ndt113
      ndt113
    • RE: Multiple Trades

      I'm having the same problem with the indicator I'm trying to run. Check out my forum that I posted, "Just When You Thought You Had It".

      https://fxdreema.com/forum/viewtopic.php?f=2&t=4098

      if you can give me some tips and pointers I would really appreciate that.

      posted in Questions & Answers
      ndt113
      ndt113
    • RE: Just When You Thought You Had It

      If you're familiar with my last forum, I'm sure you noticed the pain and struggles I went through to figure out that problem; nonetheless, no problem is unsolvable. Hours upon hours, I finally figured out what was wrong and I got the EA to work. However, it was time now to figure out in that EA to get the EA to buy whenever a buy signal shows up (which I got that part) and to close when a sell signal from the indicator appears. On this problem alone I probably spent a good 3 hours and I was still stumped.

      http://puu.sh/rVN0Q/8a0cf21b6a.png

      So far, this is as close as I got, DESIGN WISE; when I throw this design on the EA, IT GOES HORRIBLY WRONG, like literally, HORRIBLE.

      http://puu.sh/rVN9O/98732e6021.jpg

      So, as you can see, what I'm trying to do here is have the EA buy when the buy signal APPEARS, and close the trade when a sell signal APPEARS while opening a sell order and closing when a buy signal APPEARS and visa verse over and over and over again.

      https://www.mql5.com/en/code/8173

      by the way guys, the indicator that I'm referencing to is located in that url up top. Knock yourselves out and download it and us it. I personally think it's a pretty good indicator when modified properly, and it can make a lot of bread when mixed with other good strategies.

      If anyone any place the blocks in the right order to show me what I'm trying to achieve I would really appreciate the help. Thanks so much and looking forward to help anyone else who has any questions.

      Just another day, Noor

      posted in Questions & Answers
      ndt113
      ndt113
    • RE: Error, No indicator selected in block?

      Alright guys, just wanted to update you. So I figured out what was the problem. You know how it says to upload the EX4 file, well, I didn't do that. What I ended up doing was uploading the MQL4 Source file instead and I got the proper results that I needed to get this thing working! WOOT WOOT!

      http://puu.sh/rVFpT/eed32039df.png

      posted in Questions & Answers
      ndt113
      ndt113
    • RE: Error, No indicator selected in block?

      Ok, this is an update to let people and the admin know where I am at so far after playing around and rereading a lot of the forums and examples. I must add though, I am pretty proud of myself towards the accomplishments in terms of progress and learning I'm doing with this who fxdreema stuff. Alright, now time for the juicy stuff.

      So my initial problem was that I am getting a "No indicator is selected in block 1" Error, which I still am, however, I realized that I did not put in the input parameters correctly then, in which I have put them now.

      http://puu.sh/rVtPk/05422de7c9.jpg

      Which should end up looking like this:
      http://puu.sh/rVtTS/68f9cacd02.png


      • make sure you read this link
        https://fxdreema.com/help/-/working%20w ... indicators
        and make sure you reread carefully if you are still not understanding how to put in your own custom indicator which was the problem I was having. You can also open from your mt4 meta editor and look through the source code to find the stuff you need

      So now the only problem I am having is that whenever I try to update the block, I get a waiting on the top left and more waiting, and then it just goes blank. I don't get an update successful message or anything and I was curious is someone can help me understand why or show me what I am doing wrong.

      In conclusion, what I am essentially trying to do is this:
      http://puu.sh/rVuhc/1b5193e5c2.png

      Whenever the signal appears/shows an up arrow, I want it to buy.

      *how to I get it to close the trade when a sell signal appears or the arrow goes away?

      Thanks to anyone who helps me, Noor. As I become better at this I will become active and help those who need help as well. 🙂
      Goodluck to all, Noor

      posted in Questions & Answers
      ndt113
      ndt113
    • RE: Error, No indicator selected in block?

      I figured out the subscription part from reading other forums and I realized there's a subscription button on the top right part lol. Sorry, I've bee under a lot of stress lately and I seem to just miss the most obvious things around me. Hopefully with the blessings of FXdreema I can accomplish the EA I have in mind and all my financial stress can finally leave me alone. Believe me, if I make it because of this website, I'm donate hundreds of dollars to this project you have going on.

      Spreading the love.

      posted in Questions & Answers
      ndt113
      ndt113
    • RE: Error, No indicator selected in block?

      I'm trying to great an EA just like the example "Working with Fractals and other arrow indicators"
      http://puu.sh/rUKRM/1842c0a109.png
      http://puu.sh/rUKqJ/b93d9fb614.png

      • I also tried it without the NO TRADE block

      I'm trying to get the EA to buy when the up arrow appears and to sell when the down arrow appears

      http://puu.sh/rUKxr/d80eec3cfd.png

      Do I also need to add a close block when it changes from buy to sell. For example:

      no trade > indicator appear (buy signal arrow) > buy > indicator appear (sell signal arrow) > close trade

      no trade > indicator appear (sell signal arrow) > sell > indicator appear (buy signal arrow ) > close trade

      ??????????????????

      Also, I'm getting the "no indicator selected block." What does that mean and what am I doing wrong.

      Help would be much appreciated Admin. Also, might I add, this is by far the smartest thing one can do. HAND DOWN, YOU'RE A GENIUS.

      Another question, I read in another discussion that there's a paid membership plan of some sort, however, I was searching through the pages here, as well as, through my profile functions and I couldn't find any option for paying to use this service. Is that function all goan and this is now a free tool that anyone can use?

      posted in Questions & Answers
      ndt113
      ndt113
    • 1
    • 2
    • 3
    • 3 / 3