Custom Open Range Breakout

Avatar
  • updated

Hi community, I'm new to this EA (very great experience <3), but I'm still quite confuse in using customindy functions, I would like to try putting this open range breakout indicator to the ea, setting a buy and sell stop at the high and low of the range while range end time, is that possible in Community Power?

link of the indicator:
https://www.mql5.com/en/code/59204

Avatar
Dumper仔
Quote from Ulises Cune

Check This:

Range BreakOut Indicator / CommunityPower EA

Thanks for helping, but that is not what I aim for. I want to have the breakout after the range is confirmed (for the default of the indicator, it will be 00:00 - 05:00), something like what this EA does https://www.mql5.com/en/market/product/113587?source=Site+Market+MT5+Expert+Free+Rating006
After more time on customindy understanding, I think I got a similar result by using "Time Setting" with the "On line/last arrow cross", the result is getting more similar to what I expect. I will put the set below for reference if anyone is interested. Thanks again for helping!! 

CP_RangeBreakout_Test.v1.set

Avatar
Ulises Cune
Quote from Dumper仔

Thanks for helping, but that is not what I aim for. I want to have the breakout after the range is confirmed (for the default of the indicator, it will be 00:00 - 05:00), something like what this EA does https://www.mql5.com/en/market/product/113587?source=Site+Market+MT5+Expert+Free+Rating006
After more time on customindy understanding, I think I got a similar result by using "Time Setting" with the "On line/last arrow cross", the result is getting more similar to what I expect. I will put the set below for reference if anyone is interested. Thanks again for helping!! 

CP_RangeBreakout_Test.v1.set

You are using CP time for the signal, not the indicator signal.

Image 6459

Avatar
Dumper仔
Quote from Ulises Cune

You are using CP time for the signal, not the indicator signal.

Image 6459

yes, I'm using the signal of CP to let the indicator entry while the high and low are settled, as the para of the indicator is 00:00-05:00, adding a everyday start hour will get the job done