Forum

Converts value containing time in seconds that has passed since January 1 in , 1970 , into a string of "yyyy.mm.dd hh:mi:ss" format.

I am writing an Indicator by Trade Function OrderOpenTime() I get the Time in Seconds, I want to convert the output into a string of "yyyy.mm.dd hh:m:ss" format. how can I do it

how to set minimum Lot Size for all opened Charts Panel

2 beh12zad 2016.09.29 20:11 DE I need an indicator or EA to set all opened Charts Panel to minimum Lot Size automatically when I open MetaTrader 4. is it possible

how to set minimum Lot Size for all opened Charts Panel

I need an indicator or EA to set all opened Charts Panel to minimum Lot Size automatically when I open MetaTrader 4. is it possible

Export Data in real Time from MT4 to Excel

I attempted to publish my Trades on my Homepage Then I found this program: https://www.mql5.com/de/code/1246 how can I convert mq5 to mq4? this tool was written in mq4 but is modified to mq5. All data that become available in MQL5 can be exported via this DDE interface. how can I modify dde_example