@ambrogio Thanks, It was very helpfull. In this project I want to choose candles with body size over 10 pips. In block 4 right operand which one I should select? numeric, pips , value. Which one?
Latest posts made by Maysam
-
RE: Finding candles with specific body sizeposted in Questions & Answers
-
Finding candles with specific body sizeposted in Questions & Answers
Hi every body I want to find candles with body bigger than for example 10 pips and it doesn't work. Can any body help me?
-
RE: Performing an action after a condition has been metposted in Questions & Answers
@MrDaisyBates
By the way, crosses above is the most important signal condition for me. -
RE: Performing an action after a condition has been metposted in Questions & Answers
@MrDaisyBates
The first two conditions are the signal and the third condition is the trigger (entry point). -
RE: Performing an action after a condition has been metposted in Questions & Answers
@MrDaisyBates said in Performing an action after a condition has been met:
If not, feel free to share a project link and maybe we can assist you further. Any time you have two conditions being simultaneously being met, two condition blocks is enough. But if you need to allow them to happen in a sequence or at different times, I've had much better luck with bools and simply controlling their state that way.
shared/kIan3J7wb
Thank you again
In this project I want to perform condition #03 When two previous conditions has been met.( conditions #01 , #02) . In fact, when the first two conditions are placed on a candle, the subsequent candles are checked for the establishment of the third condition. -
RE: Performing an action after a condition has been metposted in Questions & Answers
@MrDaisyBates
Thank you dear friend,
Your answer was very helpful. I am trying to see if I can get result with this logic or not.