hello everyone, how do i turn indicator that dosent have buffers Into EA. Breakout box indicator. please can anyone help
-
[Breakout-Box (1).zip](Invalid file type. Allowed types are: .png, .jpg, .bmp, .mq4, .mq5, .ex4, .ex5, .jpeg)
-
@Eshonana it actually creates rectangle on the chart, so the strategy is that when SMA 10 crosses above SMA 30 within the rectangle should be buy. please i need help [Breakout-Box.zip](Invalid file type. Allowed types are: .png, .jpg, .bmp, .mq4, .mq5, .ex4, .ex5, .jpeg)
-
Un zip and see what the file type is
-
-
Then that is a type you can use.
-
Yes sir, but i dont know how to connect the blocks. it actually creates rectangle on the chart, so the strategy is that when SMA 10 crosses above SMA 30 within the rectangle should be buy.
-
the challenge is how to connect the blocks with the condition [SMA 10 crosses above SMA 30 within the rectangle] Please can anyone help
-
The cross is simple, but as for the box you need to get the high and low values, then work out if the cross happened <> the lines,, but if you have many boxes on the chart you may need to get many values.
-
Thanks for the reply sir,
please do i get the values -
Right click the chart and see if thay are in the object list
-
i ve clicked but still dont know how to go abaut it, i dont understand what i saw, they are too many sir
-
And that is the problem, you have to find if some are usable values, then work out how to decide which ones you want to use, and then get these values. Unfortunately, this is quite an advanced concept.
-
Ok, thanks sir