Forum

Metatrader font size in the charts

Hello, Possible to change the font size in MT4? The font in the chart are too smal. I use MT4 with WIn10 in a laptop with screen 15". Still not easy to read it. Thank you for your help

Orderclose slippage

Hello, I didn't find in the description what to do if I din't want to set limit to slippage. I have to set just a huge number? Thanks

Upload new product with dll to the market

Hello, Could someone help what to do if I would like to upload an indicator to the MT4 market which is use a dll, and I could only upload an ex4 file? Thank you. Best regards, Steve

News indicator

Hello, There was some nice news indicator which worked for some time, such as IN10TION NewsReader and FFCal ans News Reader, but nowadays non of them are working. If you know some working news indicator, please share it. The best was for me the "news reader", but also not working now. Thank you

how to know a symbol "real name"

In my broker there are some nice symbols. For example XBRUSD, which really means Brent oil. Could someone help me what to do if I would like my expert not alert me that "something happened with the XBRUSD", but that "something happened with the Brent oil" In that way I don't have to remember which

Rotate symbols on the same chart

Hello, I wrote a code for rotate all the symbols on the same chart, but not working. Could someone tell me what is the problem or give another working code for that? Thank you. int start() { int symb= SymbolsTotal ( true ); for ( int i= 0 ; i<symb; i++) { ChartSetSymbolPeriod ( 0

Send hotkey from EA or from Indicator

Hello, Could you help me? Possible to send hotkey from an EA or from an indicator? For example F11 for switch fullscreen, or CTRL+F5 for next profile . Thank you. Steve