hi all... the given shared blocks are draw recent swing high/low perfectly. I want to add recent swing low is lower than previous swing swing low condition. And recent swing high is lower than previous swing high condition. Please help to fix.......... thanks.............
Define previous swing high/low
-
hi all... the given shared blocks are draw recent swing high/low perfectly. I want to add recent swing low is lower than previous swing swing low condition. And recent swing high is lower than previous swing high condition. Please help to fix.......... thanks.............
-
Any expert here?????
-
@prabhu7418 That is not a trivial thing to do. The problem is how we can defina when a swing high or low is confirmed. What's you definition?
-
@prabhu7418 I would do it like this:
-
@prabhu7418 said in Define previous swing high/low:
hi all... the given shared blocks are draw recent swing high/low perfectly. I want to add recent swing low is lower than previous swing swing low condition. And recent swing high is lower than previous swing high condition. Please help to fix.......... thanks.............
Asking for a swing high or low is like asking for a car.
I know you want the lambo, but can you explain to me in every detail what the lambo looks like and hows it different than a mustang?
They both have doors, they both have 4 wheels. Nobody is going to let you borrow their lambo. -
@tipsywisdom True but the guy already has what he is classing as a swing high/low.
-
@jstap said in Define previous swing high/low:
@tipsywisdom True but the guy already has what he is classing as a swing high/low.
interesting approach. thanks. I didnt even notice his link just yours.
-
Dear experts... Thank you for responding... @jstap I will try your suggestion in my project and come back to you. Dear @tipsywisdom thank you for teaching how to identify a car.....
-
Dear experts.... The above solution not working as i need.... i have attached here my expectation. This lines are plotted automatically by EA .. if it is possible, please help to fix it..... thanks......
-
@prabhu7418 said in Define previous swing high/low:
Dear experts... Thank you for responding... @jstap I will try your suggestion in my project and come back to you. Dear @tipsywisdom thank you for teaching how to identify a car.....
haha thats funny cause im working on the same idea in an EA right now.
The answer to your problem is that you need to create a loop to be able to always identify 2 things. 1, the current HH or LL thats being created, and the last LL or HH that was created. This should do it.
-
its definitely over the top for what you need I think, but itll get it done
-
@prabhu7418 What I did above is putting the swing low/high into variables, on the next it saves the last into the previous, this is the same levels as your lines? What is it that it's not doing? it worked for me when I back tested, it puts the numbers into a comment in the top left, use your cross hair and check you will either see it matches or work out how to have the numbers you wandt recorded.
-
Thank you for all.... Actually i have lack of knowledge in fxdreema... I never expect it will be this much complicated.
Could you please explain me with the back tested image and its shared project for better understanding.... And my expectation is as i shared in the picture... Thank you once again....
-
@tipsywisdom
or you try something like this
-
@bk7 said in Define previous swing high/low:
@tipsywisdom
or you try something like this
indicator based or just using previous actual physical swings? I have something like that I do with horizontal lines and swings based on ZZ HH and LL.
I do horizontal lines so I can see if 1 side is still left untouched
-
-
@jstap awesome man... it worked as i expected... thank you so much man.....
can you please explain about how modify variable block work....??? particularly how this three block worked and done the job?? please........
-
@prabhu7418 It is just using the same logic to store the price as drawing the line was, then drawing the line after saving so the variable is correct first, by moving the variable to previous above saving the current, both values are stored.
-
Not understood... anyway thankyou so much....
- 4 months later
-
@jstap Hi, as i said tis shared project is worked as i expected using candle high and low. Can you please share the same concept using this attached indicator file??
0_1655182151746_SwingHighLowExtension.ex4 .
Here i need,
1, Find indicator's candle ID (HIGH & LOW)
2, Want to buy, if recent swing low is above previous swing low.Anyone please help to find this......
For your reference... I found only indicator's Candle ID HIGH. Please help to find the remaining........