user_123
user_123
user_123
Added topic Newsletter for the http://www.metaquotes.net/en/metatrader4/news page
Hello, Is there a possibility to subscribe to a newsletter for the http://www.metaquotes.net/en/metatrader4/news page? Thank you very much! Kind regards
user_123
Added topic AccountBalance() and change of the account
Hello, I would be very grateful if someone could help me with my problem . I need the amount of the balance in one of my indicators . Which I get with the function Account B alance ( ). The problem is: when I change the Account in the MT4 (Login with
user_123
Added topic CButton problem with locking
Hello Dear Community, does somebody know how I can solve the problem with the "Locking" of the Cbutton? I have created a CButton on a chart with the following code. I would like to have a button which you can press , but the button should not have
user_123
Added topic Last bar in the month
Hello, I try to verify in the strategy tester if the actual bar bool LastBarInThisMonth = false ; LastBarInThisMonth = CheckLastBarInMonth(Time[ 0 ]) is the last bar in the actual month. I tried to write these two functions. bool CheckLastBarInMonth(
user_123
Added topic Named Pipe communication between two terminals
Dear Community, sorry for the double post. I ask the question at the www.mql5.com forum, but there nobody could help me. Maybe somebody here have an answer for me. I try using the Named Pipes to exchange data between two terminals. Unfortunately, I
user_123
Added topic Named Pipe communication between two terminals
Dear Community, I try using the Named Pipes to exchange data between two terminals. Unfortunately, I can not get it to work. . I've already read most of the entries in this forum regarding Named Pipes but found nothing suitable . I can not find the
user_123
Added topic Panel outside of a chart
Dear Community, is it possible in MT5 to create a panel outside of a chart ? So you can move the panel over the whole screen . Thank you very much for your Help
user_123
Added topic StringSplit with two-dimensional array
Hello, does somebody know, if is there a possibility to use a two-dimensional array in the StringSplit function . If I use it like bellow, than I get always an error: ']' - expression expected, 'TradeValues' - array required I want to write the split
user_123
Added topic Call a MetaTrader Script from Excel VBA
Dear All, here is a suggestion how one can call a MetaTrader Script from Excel VBA. Unfortunately the code does not compile any more with the Build 600. Is there a possibility to call the MT Script (build higher than 600) from Excel VBA? Thank you
user_123
Added topic Read the last Line in the CSV file
Dear Community, how can I get the value of the last line in the CSV file? I have tried to write this code, but it returns me not the correct value. I have found some older post in the forum, but they don’t help me. Thank you very much!   
user_123
Added topic SetIndexBuffer in the for loop
Dear Community, is there a possibilty to set the Index Buffer in a for loop? Something like this:    for ( int i= 1 ;i< 40 ;i++){        SetIndexBuffer (i,HighLineBuffer&i);      }
user_123
Added topic PostMessageA function
Dear Community, where can I find a list of the lParam for the PostMessageA function ? For Example PostMessageA( int hWnd, int Msg, int wParam, int lParam); PostMessageA( WindowHandle( Symbol (), Period ()), WM_COMMAND, 33050 , 0 ); This code removes
user_123
Added topic TickValue with DDE in Excel
Dear Community, is it somehow possible to transfer the tick value ( MarketInfo(Symbol(), MODE_TICKVALUE)) from MetaTrader to Excel via DDE ? Thank you very much
user_123
Added topic Set window background color
Dear All, is there a possibility to change the window background color with a mql4 script? I have found in the forum some possibilities to draw a rectangle in another color, but this is not what I mean. I need to change the color of the background
user_123
Added topic The orders are shown too late in the results tab
Dear Community, I have a question: If I test my expert advisor in the visual mode (every tick mode), then the closed/modified positions are shown too late in the results-tab of the strategy tester . I can see the trades in the chart but not in the
user_123
Added topic Is it possible to draw letter in indicator?
Dear Community, is it possible to draw some letters instead of the Wingdings symbols in the indicator? Like on the following screenshot: Thank you very much
user_123
Added topic Text Object in the same color as the line
Dear Community, how can I change automaticaly the text object color in the same color as the line? I have in my code the folowing lines: #property indicator_color1 Green #property indicator_color2 Red #property indicator_color3 Blue #property
user_123
Added topic How to determine the market open time on Sunday or Monday by the broker
Dear Community, I am searching for the possibility to get the market open time of the broker on Sunday or on Monday. There are some brokers who begin the trading at 23:00 on Sunday, but there are some which start first on Monday at 00:00. Is there
user_123
Added topic Label at the end of the indicator line
Dear community, I would be very  grateful if somebody could help me with the position of the label. I would like to create some labels at the end of the indicator lines like on the picture below. The labels should move to right, if we get
5
user_123
Added topic Problems with new Trade on Stop Loss Event
Dear Community, I try to write a function, that opens a new opposite Order when the last Order by the EA was closed by Stop Loss . The function should open only one new position. But my function opens endless number of new positions. I do not know
12