cross open candle today no work
-
this is reply of aged question
i've try this on germ 30 ;
condition 1 : if market prop tick 1 is 300 or more pips up the open day 0; ( used condition + check distance)
condition 2 : if in time 04.00-17.01 the market prop bid cross down the open daily candle 0
condition 3 : if the 30 minutes candle close 1 close down the open daily candle;
CONDITION 3 BECAUSE AFTER THE CROSS I WANT THAT THE CANDLE 30 MIN THAT CROSSED OPEN DAILY WILL CLOSE DOWN THE OPEN DAILY FOR CONFIRM CROSS USEFUL AND IS NOT A SPIKE CROSS.IF PRICE CROSS DOWN THE OPEN DAILY 0 BUT THE CANDLE 30 MIN DON'T CLOSE DOWN THERE IS NO TRADE TO DO )
sell now ( stop hight daily candle 0, take prof at 100% stop)
money stop control : for each trade at the first 30 min candle then open down and close up the open daily candle 0 close trade ( this will limit the loss and close immediatly trade ).
but EA on test do nothing .... where is mistake ?
shared project
https://fxdreema.com/shared/0t9EEJDEb -
i try also this way but no run
https://fxdreema.com/shared/0uBfLJFtd
maybe on EA work whit condition on daily candle and condition on 30 min candle together isn't possible?
however on blocks is possible setting different timeframe, so i was think possible ....
strategy is simple and basic, maybe is not profittable but i don't understand why no run ...... -
The biggest problem you have here is that the first tick on every candle is 0 (I don't know if FX uses the day candle for this), so it might be trying to use the wrong tick. I would link out certain blocks to see which ones are stopping trades.
-
Thanks, but i've no idea to resolve.... I've try put a formula (market prop+0 = variable open day) and get once for day - formula and use variable like open day but Is the same. It seems impossible have a price bid of beginning day and use It for the other blocks...
-
Maybe i can try this:
Start at 2.00 time to 17.00
Time frame 30 Min
Wait tò pass (exist?) 31 minute
Variable Is = open candle 1 tf 30 minute
Maybe take open price of the day correctly..... -
I think expecting 300 pips in a tick is too much, so for now try with blocks that do not contain ticks, test and see if it works, then you know if it is using ticks that are stopping it from working
-
300 pips in One tick Is impossible.... Certainly!!!! Condition i want tò run Is :
Open at example 18000.00;
After time ( 1.2.3 or more hour from openday) the price Is Minimum 18030 ( 300 tick) or more, at a certain time of the day go down and cross open day, and the candle time frame 30 Min that have do the cross close down the open day, sell now. If this movement no happen today, no trade. EA restart again tomorrow whit new openday .... -
So you open a trade at a set time, then if within 3 hours, it has moved enough to win and the price crosses something you want to close and not place another trade until the next day?
points(pips) = distance up or down
ticks = a price change -
No... I explain Better.
If the day open and go up i do nothing. When price Is above open day of Minimum 300 ticks i have my interest: from that Moment, during the day, price retrace and cross open day i wait that the 30 Min candle that have cross close down the open day . So i sell. But no work -
At any time during the day, no After x hours). If in the day, on any time , price return tò openday, cross It, and 30 Min candle close under It, sell now
-
i try ( only sell for testing) in another way but no work again
https://fxdreema.com/shared/dB5KAWg3e -

-



-
i've used candle at hours and not 30 minutes, but i believe is the same.
on testing more candle seem be in condition to open trades but EA don't ..... what's error .......... -
Could you please share the link to the project instead of just sharing screenshots?
-
I've linked , but i do It again
https://fxdreema.com/shared/dB5KAWg3e -
@MT4stefano
Sell Now Block. Adjust +50.That means add 50 rather than 50 pips
-
Moreover, the turn on block seems redundant
-
Ok o do It but this only Will change Better my stop loss .... No more. When i look test graphic i see more candle whit good condition that EA ignore... This was problem. I Will try whit your modyfies
-
@MT4stefano The problem is that 'once an hour' block. It will limit the execution of all block below it to every o'clock hour. How can you be sure that the condition below the block will only be true exactly at that time and not every 40 minutes, for example?