Price action, CHoCH and BOS
-
what is the effective approach for finding
- BOS
- CHoCH
- Price action; Ex. for Long: High followed by HH + HL followed by HL
Finally, How to remember those price values?
Any link that can share?
-
You remember them by using variables, BOS is very person specific, you can get the candle prices in a condition block, there is indicators that show price action, most lag behind time though. You need to find indicators doing what you need, then import them into FX.
-
@jstap can't this be done in FxDreema >?
-
If you know every step of classing a situation, then the step to break it.
-
@jstap I know the Logic but needs help with the classing situation..
For example, if a Candle breaks a line and needs that Candle ID value in about 20 candles forward, how do you recall the data of the candle?
The only way I know is use the formula block but it only have BODMAS symbol link not the crosses as the condition blocks does.
What would you recommend I do about it ?
-
When a cross happens save the time into a variable, then you can refer to this time when you want to find the candle.
-
@jstap thank you for the heads up, can I get a sample pls?
Still cracking my head around it...lol but will kick up afterwards
-
This does it for ma cross: https://fxdreema.com/shared/kFyXQbNed
-
@jstap waow...its still amazes me how this variable thing works...I really want to learn it.
Am I to use Candle ID 1>? Cos I see you use ID 0
-
You can use any candle ID you want but, the time recorded needs to match, you can test with that and see where the line prints.
-
@jstap ok I will by the way, How can I learn how to use variables?
I want to be good with it too sir
-
The only way is to setup a test project, back test and watch what happens while using something visual. int=whole number, double=number with a decimal, string=text, bool=true/false. there are more but this is the basic.
-
@jstap I understand. Thanks
-
@talshemtov said in Price action, CHoCH and BOS:
HH + HL
Hello, I understand that what you are trying to do is something similar to what these indicators do, I have been asking in this forum for quite some time if someone was finally able to identify and draw the Bos and Choch correctly on the graph?, to see if they can share that code ...but nothing at all...

If someone manages to correctly identify and draw the bos and choch in the graph, please share a thread friends... thank you.
-
-
@Saman113 Hello, is this a trading indicator or is it your EA on fxdreema that draws the bos and choch on the chart?
-
Friends are looking for such an indicator
-
@Saman113
I want my EA in fxdreema to detect and draw bos and choch on the chart just as your indicator does -
The coding is not finished yet
-
@Saman113 Are you looking for the same thing? do you have progress?
