Open Price bid of the day on variable
-
I try to put into variable the bid open Price of the day ( the First price open bar) . I make a variable double 0
I try ONE FOR DAY - FORMULA (market prop bid 0 + 0 = "double variable"). After ea work whit cross this variable. But ea It seems do nothing when market prop on this day cross open day, so i believe that mode of i take price open day in variable Is not correct.
What Is the correct mode for take every day the open price of the Daily bar and put It into variable that EA on that day can working ? -
No One knows how tò do for take the open price of today and put It in a variable?
-
condition block, current candle 0 X> day candle 0 open - place trade, this will place a trade if there is a cross up on the day open price, what exactly are you trying to do?
-
@MT4stefano Are you sure storing that initial value is useful? Brokers are usually using a crazy spread at the beginning of the day.
-
I try to take value bid of open day , wait price take a direction up or down and when price return tò open day and cross It whit a candle close 30 Min over open day sell or buy . I Will try whit condition posted by jstap and i'll let you know if ea work
-
The price must be before at x distance to Daily open and After , if price return tò open day and cross It , and the candle of cross 30 minute close and so confirm the. Cross ( no spikes) open trade. I w. Like take on value the Daily open for make a block that every day change value whit new open day
-
HI MT4stefano, there is another crazy way to layer your order, like this use once a day set at 0gmt + no trade nearby + buy / sell pending order = story when price moved up by 10 or 25 or 100 pips that u set, u can made copy 3 of those, this will trigger a pending order below it, so when the price goes down it will sell at the starting candle of 0gmt. More better registered at in constants so u can change the time & the pip distances as u want.