Forum

Chinese in mt4

Hi, I am a fairly experienced coder and I have sort of gotten stuck on this one. I have a lot of text to put on a chart and I am using multiple labels. My client has asked for it to be translated into Chinese at some point. The client will be paying for a professional translation but he wants me

Issues with mt5. Are there work arounds?

We are switching 0ver to mt5 due to it's ability to test on multiple time frames and multiple currencies simultaneously. We are having a few issues and we're hoping someone could she'd some light on it. 1.)The sl and to don't appear in the history tab. I saw on the Web site that they do appear

What is the correct way to write a double greater than or less than statement

Hi, I have been coding in mt4 for a few years now. I would run into something like this. I want to write as an example if(x>0 && x<10000)return(0); Now I know you can combine them somehow so I combined them like if(0<x<10000)return(0); However I get the following warning. Am I missing

OrderCloseTime bug

I would just like to report that sometimes the OrderCloseTime() is returning 0 even thought the order has closed. I stress sometimes but it does happen enough to be serious. Yes I have verified the order has been selected. I printed OrderTicket() and and OrderCloseTime() to the log and it is for

scope issue

I have a variable in a custom class that I declare a pointer to out of the scope. Then I reset the pointer in the scope with one variable in the class and that variable loses it's value. I have an oop background so I thought I would apply some of the new oop features but something isn't right. Order