fxDreema

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

    kelly.morgan

    @kelly.morgan

    3
    Reputation
    497
    Profile views
    11
    Posts
    0
    Followers
    2
    Following
    Joined Last Online

    kelly.morgan Unfollow Follow

    Best posts made by kelly.morgan

    • RE: quick & easy bollinger bands question

      You're welcome. Use the formula block under condition:

      0_1516271201691_ee6a7f74-ce16-4ab7-aef0-c3fbb5b3f440-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: quick & easy bollinger bands question

      I'm sure there's something on here that describes this in some way. Let the search box be your friend πŸ˜„ and anything miro1360 posts. I have learned best by searching and then trial and error. You'll get it. I've banged my head on the desk trying to figure stuff out and I still run into problems lol. Just takes time.

      You might be able to do this:
      0_1516274524924_0eec780d-db29-4fd6-914a-50dcf83b1b57-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: Indicator without Buffer

      I have also struggled with trying to do this but I think I found the solution. The object that the indicator creates (arrow for example) must be found and deleted. Once that happens another arrow must be created to take its place. Since you can name that arrow whatever you want, you now have a condition to go by.

      0_1517571344997_d43ea389-c636-4a67-95c7-99d51dbb7bc9-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan

    Latest posts made by kelly.morgan

    • RE: Unable to get another ChartID's Object price level

      @l-andorrΓ  Maybe I should have tagged you in this so you can see it. I do appreciate the help!

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: Unable to get another ChartID's Object price level

      Thanks for the reply! Yes that is correct! πŸ™‚

      Just from doing some research, maybe it's that the Chart's ID exceeds 2147483647? From what I read, mql4 doesn't like integers bigger than that number.

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • Unable to get another ChartID's Object price level

      I have been racking my brain on trying to get this to work.

      What I am trying to do is copy an object from one chart ID and draw it onto the current chart the EA is on. The problem is that when I try to draw the object onto the current chart, it will not get the price level of the object on the other chart, therefore the price will be 2147483647

      I have tried to use the code ObjectGetDouble() but to use that code, the object's name must be selected and I'm not sure how to select the names that have been stored in the For Each Object block since there could be multiple.

      Another thing I have found during research is ChartRedraw(). When I tried to use that I got an error about Global Scope and I'm not sure what that is or how to fix it.

      Here is my project: https://fxdreema.com/shared/a4SH6S1A

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: Read partial text of a Description?

      You the man Miro! Works perfectly. Thanks for the help!! πŸ™‚

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • Read partial text of a Description?

      Does anyone know how to read part of a description?

      For example, the text object's Description (not Name) is Cypher - 0.786. Is there any way to call out just Cypher?

      I have tried both of these and no luck. 0_1517919018688_f23f73ad-4485-4e94-bf1c-a3fbe07e460c-image.png

      Thanks!

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: Indicator without Buffer

      I have also struggled with trying to do this but I think I found the solution. The object that the indicator creates (arrow for example) must be found and deleted. Once that happens another arrow must be created to take its place. Since you can name that arrow whatever you want, you now have a condition to go by.

      0_1517571344997_d43ea389-c636-4a67-95c7-99d51dbb7bc9-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: quick & easy bollinger bands question

      I'm sure there's something on here that describes this in some way. Let the search box be your friend πŸ˜„ and anything miro1360 posts. I have learned best by searching and then trial and error. You'll get it. I've banged my head on the desk trying to figure stuff out and I still run into problems lol. Just takes time.

      You might be able to do this:
      0_1516274524924_0eec780d-db29-4fd6-914a-50dcf83b1b57-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: quick & easy bollinger bands question

      You're welcome. Use the formula block under condition:

      0_1516271201691_ee6a7f74-ce16-4ab7-aef0-c3fbb5b3f440-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: quick & easy bollinger bands question

      You would first need to find the difference between the upper and lower BBs and set that as a variable. Then in your condition of buying or selling, you need to make sure that the value of that variable is higher than (x) to allow it to pass. If that value is lower then it will be false and not pass.

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan
    • RE: I want to delete all pending orders when the sell now trade hit tp/sl

      I am no veteran at using FxDreema yet but,

      1. Add a Group # to the sell now block
      2. In the onTrade tab use, Trade Closed then add the Group # you used in the Sell now block to that
      3. Under Trade Action, drag over Delete Pending Orders

      In the example image Sell now is under onTrade. Make sure Sell now stays in onTick

      0_1515243621386_016c46cf-89f1-4540-82c3-a8aa796b0bc6-image.png

      posted in Questions & Answers
      kelly.morgan
      kelly.morgan