l want to get Friday quotes close time
Example : l want to get that 23:58 to string input
My requirements is l want to set Expiration time of pending order on Friday at market end quotes time

Thank you.
l want to get Friday quotes close time
Example : l want to get that 23:58 to string input
My requirements is l want to set Expiration time of pending order on Friday at market end quotes time

Thank you.
Sorry my mistake it work fine please delete this topic
l confuse because i choose model OHLC to do backtest
when choose Model "Every tick based on real tick" it work fine.
l want to add comment on partially order when it open like MT4
to tell us what from order id
Thanks
I have already fixed the problem , Now it work fine.
Just add this code on bool CloseTradePartial(int ticket, double lots, double deviation)
// filling type
if (IsFillingTypeAllowed(symbol, SYMBOL_FILLING_FOK))
request.type_filling = ORDER_FILLING_FOK;
else if (IsFillingTypeAllowed(symbol, SYMBOL_FILLING_IOC))
request.type_filling = ORDER_FILLING_IOC;
else if (IsFillingTypeAllowed(symbol, ORDER_FILLING_RETURN)) // just in case
request.type_filling = ORDER_FILLING_RETURN;
int success = OrderSend(request, result);
Please help me this project very important to me , l have tested on some another broker it work fine , but error happen only on XM Broker.
It happen when use "partially close block" on XM Broker
Please help.
Thank you.

I want to protect signal from user who do backtest.
Possible to create rule make the EA can't backtest latest week.
So EA will able to do backtest any period , except 7 - 14 May 2017.
Thank you.
Regards.

Never have delay block.
My EA have create by fxdreema it make import dll code inside.
Can l delete ? , lt will have problem (l never use delay block).
Regards
Thank a lot for add GMT on time filter.
But can you make this box to have GMT time too.
Thank you very much.
......
1.png
Possible to make trade copier by fxdreema?
Thank you very much.
https://fxdreema.com/shared/9Nq89Kn5d
lt work fine on demo.
But now work on backtest.
Sorry for my English.
Thank you very much.
......
but.png
Example : l use time filter to manage my ea to working on 10:00 to 12:00 (With Broker GMT=+2)
But if l running on another broker like Gmt+1, how to add gmt setting on EA?
Sorry for my English.
Thank you very much.
On backtest work fine but on demo nothing happen.
You should to try.
l'm have try long time
look on picture.
Sorry for my English.
Thank you very much.
......
bug.png
Why Fractal don't work with candle ID 1 ?
l have try to candle id 2,3,4 work fine
but now work with candle 1.
Sorry for my English.
Thank you very much.
Thank you very much.
When order take stoploss = stop EA immediately
and will work again tomorrow.
How to do this?
Sorry for my English
Thank you very much.