Forum

How to get today date ? , even backtest history still know today date.

l have tried many code , but still can't find way to get today date. Example Today = 10-Sep-2017 When l doing backtest on = 1-Jan-2015 How to get today date? Thank you. Best regards

How to encode md5?

l want to encode account number to md5 hash. How to do that? Please help. Thank you very much Regards

Possible to import DLL from server?

Example #import "ExpertSample.dll" int GetIntValue( int ); #import but it can be like this? #import http://www.mywebsite.com/ ExpertSample.dll Thank you Regards

How to set EA don't trade on Monday and Friday?

like this extern monday trade = true/false extern tuesday trade = true/false extern wednesday trade = true/false extern thurday trade = true/false extern friday trade =true/false and start-end time of working extern start time = 00.00 extern end time = 23.00 Sorry for my Englsh Thank you

Delete all pending order at time......?

l want expert advisor to auto delete all pending order at time (input) Please help me. Thank you very much

How to make code take profit at money like tp at 50$

How to make code take profit at money like tp at 50$ Thank you very much