How to recognize the structure
-
Hello my friends
I want to define the structure of Smart Money, how should I do this?
For example, I want to say when the price hit 123
Now when he corrected 50%
In the lower time, I saw the setup to enter
How should I define this 123?
thank you -
Just store the price value into a variable as soon as it's hit and then calculate the 50% correction into another variable. When price hits that second variable, trade is triggered.
-
@l-andorrà said in How to recognize the structure:
Just store the price value into a variable as soon as it's hit and then calculate the 50% correction into another variable. When price hits that second variable, trade is triggered.
I don't understand what you mean, can you explain with an example?
-
You will need variables to do that. Are you familiar with how variables work?