fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. dgoodwin418
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    dgoodwin418

    @dgoodwin418

    0
    Reputation
    45
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    dgoodwin418 Unfollow Follow

    Latest posts made by dgoodwin418

    • RE: Horizontal line starting at current candle

      @l-andorrĂ  thank you for your response. In the project so far, On line represents the daily high and one represents the daily low and I want them to be levels on my chart that I plan to implement into my strategy. My question is is there a way to start the line at the candle and only expand it right instead of also going backwards

      posted in Questions & Answers
      D
      dgoodwin418
    • Horizontal line starting at current candle

      Good evening

      I'm starting a project where I draw horizonal lines at different price levels. My question is... Is there a way to draw a horizontal line and it start at the candle that I'm drawing it on? For example, If I'm setting the high and low price from candle 1, can the line start on candle 1 and to the right (current price) instead of also expanding left (past price)? Trying to figure this part out before I do my other lines so my project so far is only 2 blocks.

      https://fxdreema.com/shared/9cBZGwS1b

      posted in Questions & Answers
      D
      dgoodwin418
    • Creating a channel

      Good evening. Still trying to learn how to properly use the different tools. Want to know is there anywhere on here in the forum that has a step-by-step tutorial on how to create a price channel.

      posted in Questions & Answers
      D
      dgoodwin418
    • RE: Error In Journal

      @sktsec my EA isn't producing any results at all. When I run it, I get the journal entry that shows every second its active.

      posted in Questions & Answers
      D
      dgoodwin418
    • RE: Error In Journal

      @sktsec I believe so but when I just attach the indicator to a chart, I don't have any problem with it. I only get this error message when using it within my EA. From what I read, the error code means that there is no specified sub window for the indicator but I don't know how to do that when setting up my variables.

      posted in Questions & Answers
      D
      dgoodwin418
    • Error In Journal

      Good afternoon. I am trying to test a custom indicator and I'm getting an error message every second it runs. Can someone please tell me what they know about it and how to fix it? Everything I've seen online just tells me what he error code is but not what causes it or how to fix it. Thank you in advance!Screenshot (3).png

      posted in Questions & Answers
      D
      dgoodwin418
    • DLL Imports

      Good afternoon. I am trying to use a custom indicator and it requires the use of DLL imports. How would I go about integrating that into my EA??

      posted in Questions & Answers
      D
      dgoodwin418
    • Compilation Errors

      I have an indicator that I'm getting compilation errors for. I changed the type from "double" to "int" and it is still generating the same error. I've attached the link to my project and a screenshot of the error. Please help.!Screenshot (1).png

      Screenshot (2).png
      https://fxdreema.com/shared/W7qHbHCWc

      posted in Questions & Answers
      D
      dgoodwin418
    • RE: Ignoring trade parameters after a loss

      @sktsec I thank you for responding. I had to step away from the project for a few days. But when you say set a bool variable, can you elaborate on that a little bit. I know how to set up the condition but I don't know how to do what you're suggesting as a way to do what I want to get done.

      posted in Questions & Answers
      D
      dgoodwin418
    • RE: Ignoring trade parameters after a loss

      @sktsec thank you again for responding. Can you please explain why I would put the disabling block on the reverse logic? The reverse seems to be operating as I want it to because it only initiates after a trade loses. What I would like is for the EA to look for the reverse logic 1st after a trade closes because my main logic is set to only take a trade if there is no open trade.

      posted in Questions & Answers
      D
      dgoodwin418