Enter at Break of a High/Low of a Specific 1min Candle
-
Hi All
Some help would be GREATLY APPRECIATED.
Im sure its an easy one but Im new here and cant figure it out to save my lifeI want to be able to select a specific one minute candle each day, say the 7:30am candle, and have an entry once the price breaks the high or low +2pips with a Stop Loss at the other end.
I think I would use the TIME FILTER and put in Start and Finish at 7:30 and then the Condition Block but cant seem to find the "Price Filter" to put in the Left Operand to cross over the "Candle High" in the Right Operand
Any help would be great. Sorry I couldnt figure out how to add a pic to this message so I have attached them I HOPE
Thanks in advance
Shannon

-
The first thing you have to observe is that candle id 0 does not have Close because it is being formed.
You can choose candle time, and decide for example that Close candleTime 7:31 x> High candleTime 7:30
Try this way of doing it to see if it is effective
-
Hi
Thank you very much for trying but no luck.
I can use the Time Filter BLOCK to select the 7:30 candle as the entry candle but Im just trying to find the Condition for the PRICE. So as soon as price crosses above the high of the previous candle in enters a trade, and as soon as PRICE crosses below the low of the previous candle it enters a sell.
I thought this would be an easy one, Ha Ha Ha. Man was I mistaken. Ha Ha.
Any help would be AWESOME -
@shanchook33 Using the "Once A Day" block and at a certain time "7:30" or whatever time, you can store the price values for the candle high and low based on the M1 into variables. Then you can place an order based on those values since they hold the prices for the high/low of that candle. Do you know how to use variables?