the strategy I need to create is based on New York's opening range.
it is a range from 8:30 am to 9:00 am,
the entries are:
Long:
when the price crosses above the range, a market entry (long) is made when the bar closes above,
with a stoploss at the bottom of the range,
for the target a fibonacci retracement is drawn from the bottom of the range to the top of the range with the configuration that I attach in the image, and when the price touches 40% of the fibonacci would be the first target, when the price reaches the first target it is put in (breakeven) and the second target would be at 90% of the fibonacci.
Short:
when the price crosses below the range, a short entry is made when the bar closes below,
with a stoploss at the top of the range,
for the target is drawn a fibonacci retracement from the top of the range to the bottom of the range with the configuration that I attach in the image, and when the price touches 40% of the fibonacci would be the first target, when the price reaches the first target is put in (breakeven) and the second target would be at 90% of the fibonacci.
for the range I found an indicator that draws it automatically called RepeaterV2.2 attached file of the indicator: Repeater.zip
I would be very grateful if you can help me to create the strategy because I have tried many ways and I have not succeeded I do not have much knowledge in programming.
Thanks for your help

Comment