The same problem is happening to many people including myself. It's a problem with fxdreema
Best posts made by John Doe
-
RE: 'PERIOD_CURRENT' - struct member undefinedposted in Questions & Answers
-
RE: Multiple Charts, ONE EA...merging values!!!posted in Questions & Answers
@jstap ahhh! I think I understand. Thank you very much!
I shall try this later (when I have access to my PC) and give an update.
Latest posts made by John Doe
-
RE: Candle Low between two Vertical Linesposted in Questions & Answers
@sktsec ok, I do understand the logic but how do you actually do it in terms of placing blocks and the relevant settings please?
Do pardon my lack of knowledge, I have spent a long time trying to work it out.
-
RE: Candle Low between two Vertical Linesposted in Questions & Answers
@jstap On the Chart, the two lines drawn are two vertical lines. I would like to know how to detect the minimum candle low (in between the two vertical lines) and put a horizontal line there. (the blue arrow points towards what I need, the red horizontal line to be drawn)
-
Candle Low between two Vertical Linesposted in Questions & Answers
Hi Guys
How can I place this horizontal line here?
Please note that the two vertical lines are variable and will be updated as new trends take place.
Thanks!

-
RE: Bool pass - Trueposted in Questions & Answers
@jstap I do apologize, I will keep it short and simple next time.
-
RE: Bool pass - Trueposted in Questions & Answers
It's ok, I need to use a set flag. I figured it out. Thanks
-
RE: Double Cross Moving Averageposted in Questions & Answers
He said crosses above then crosses back on the same logic tree. Why have you given him misinformation. You clearly just made two different branches which does not answer the question.
-
RE: Bool pass - Trueposted in Questions & Answers
I do know I cannot change a constant. It is quite evident now you are not reading clients' messages properly....I said "next to constants" in brackets! With all due respect buddy, the only reason I initially explained my query in depth is to allow you to know what I needed....it was to give you a keen insight into what needed to be done. All I would like to know, in all simplicity is how to place a bool. Thanks for your dedication!!
Should have just kept my question nice and simple lol
-
RE: Bool pass - Trueposted in Questions & Answers
@jstap my friend, my logic is on point and I do appreciate your advise.
I would like to simply know how to run a bool using a condition block to pass the condition before it.
That's all.
I can remember doing so using a variable (next to constants) in a past project but deleted it by accident.
Thanks!
-
Bool pass - Trueposted in Questions & Answers
I have a simple one guys and I cannot remember how I done it.
I need to set a bool to say that the condition is true then continue with the rest of my condition blocks.
I have a candle crossing over a Moving Average then I want it to cross over in the opposite way, so I would need a bool to pass that condition to say "yes it's met"
I tried putting both conditions on below the other but it obviously didn't work.
Please advise!