Help needed

 

Hi,

Can someone please help me with this!

How to write this buying Condition;

Open Bar at 15min chart > High of Last Trading Day

thx

shareef

 

Hi,

I think it must be like this one

if (iOpen(NULL,PERIOD_M15,0) > iHigh(NULL,PERIOD_D1,1))

OrderSend(...);

Igor

 

thx for your help sir, ireally appreciate it,

thx

 

Hi,IGORAD,

Can you help me with this also?

The above condition which I mentioned will open a trade but once that trade is stopped out by SL or TP I do not want to open another trade for that day.

this is the Framework which I modified .

Please help

thx

Files:
 

Hi,

Try this version

Igor

Files:
Reason: