@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
Latest posts made by dgoodwin418
-
RE: Horizontal line starting at current candleposted in Questions & Answers
-
Horizontal line starting at current candleposted in Questions & Answers
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.
-
Creating a channelposted in Questions & Answers
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.
-
RE: Error In Journalposted in Questions & Answers
@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.
-
RE: Error In Journalposted in Questions & Answers
@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.
-
Error In Journalposted in Questions & Answers
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!

-
DLL Importsposted in Questions & Answers
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??
-
Compilation Errorsposted in Questions & Answers
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.!

-
RE: Ignoring trade parameters after a lossposted in Questions & Answers
@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.
-
RE: Ignoring trade parameters after a lossposted in Questions & Answers
@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.
