Head and shoulders tutorial
-
I would like to know how to draw lines from highest highs to lowest low and be able to call back these objects to use for my strategy. Any help would be very much appreciated, or sample projects that use this would be even better. Thanks in advance
-
@bluekangaroo14 The most efficient way if finding a custom indicator doing that and then import it into your fxDreema account. Creating that on fxDreema from scratch would be a nightmare!
-
@l-andorrà it sounds easier to make it from scratch than find the handles for a head and shoulders indicator and import it into fxdreema. From what I was told, when I inquired about using custom indicators, it is too difficult for me to be able to do.
-
@l-andorrà however, if you think it would be easier, i do have a head and shoulders indicator, I just dont know how to import it into fx dreema. (Finding the indicator buffers is daunting ) But if you could show me how to do that, I might as well use a different strategy using harmonic patterns
-
@bluekangaroo14 Indicator is easier, to add without you have to decide what you class as a head and sholders pattern, then you have to create the logic for 2 x shoulders and the head, to do tis visually may not be too hard, to get a EA to do it is a lot of work
-
@l-andorrà  This is about as far as I can get attempting to load in a custom indicator, this one recognizes harmonic patterns, but I do not know how to configure output buffers to implement into fxdreema, nor do I know how to search through the code itself to find the right place to place the right line of code to get the signal I need for the ea. -
@bluekangaroo14 You need to find a indicator that already contains relevant information in buffers.
-
@jstap ah i see. okay, that sounds easy. thanks!
-
@bluekangaroo14 And don't forget to check of the indocator repaints. If it does, simply search for a new one.
-
@bluekangaroo14 @l-andorrà Indicators that repaint are often no good, they often though use something like candle 1 closes above or below, so you can add this condition from FXDreema.