Last minimun value of price whit I_XO_A_H indicator
-
Hi,
please can you suggest how can I know the last peak (min or max) before a signal?
I use I_XO_A_H indicator in a EA, it have 2 buffers, one for green bar and one for red bar. The buffers value output are multiples of 1 (1,2,3,4,5...etc for green) or -1 (-1,-2,-3,-4, ...etc for red). The value define the amplitude of bars.
This is the image:
http://screencast.com/t/vPAh9iDC8U
http://screencast.com/t/vPAh9iDC8UI need to put stop loss below or above the X value (in this case below)
X = price (min or max) in the "last area" with same value of buffer.
Many thanks.
Kind regards. -
can you share the link of your project with indicator i will check it out ..there must be more buffers if not then you will have to create for differentiate lower and high price in red zone and green zone . because this builder has limited option becuase it reads on buffer at one time for buy and sell
for example
if you set order for sell it will read only red zone buffer for it you cant set it when high or low then do this only for sell or buy in red zone or green zone .