sunshineh
sunshineh
sunshineh
Added topic Possible to get the buffer values from another indicator on the chart
Hi, is it possible for my indicator to get the buffer value from another indicator which is placed on the chart? I don't want to call it with iCustom(...) because the parameter for this indicator is unknown or can be changed in the meantime. I only
sunshineh
Added topic Is it possible to call an indicator out of another indicator
Is it possible to call an indicator from another indicator so that the graphic objects (rectangles and lines) of this indicator are drawn. It would be best if this could be done with a call. So not just the pure query of a buffer value
sunshineh
Added topic Virtual Tester doesn't react to buttons
Hi, I am trying to test an expert which has some buttons on the chart f.e. to pause buying new positions. But if I am running a virtual test the ea doesn't react when I press the button. Is there any possibility, to use this features also during
sunshineh
Added topic Scrollbar at IndicatorWindow
Hi,  I have programmed an indicator that is shown below my chart (with indicator_separate_window). This indicator shows a table, but there are more lines then the high of the window. So how can I add a scrollbar in a simple way? I saw, this
sunshineh
Added topic VPS Server - need many metatrader accounts
Hi, I am using a VPN Server. How many metatrader accounts can I run on my server? I need six accounts, is this possible? What are the hardware requirements? I
sunshineh
Added topic Order of my charts changes everytime after reboot
Hi,  how / where can I change the order from my underlyings ( open Charts ) after rebooting my metatrader
sunshineh
Added topic Getting values from free indicator from the market
Hi, is it possible to get the buffer value from an indicator which I have downloaded from the market? If I use want to open the indicator than I am getting the message "cannot open file '... .ex4' [2] "
sunshineh
Added topic FileMove with portable version
Hi, I am having a portable metatrader version on my pc. Now I am searching for a way of renaming my file and therefore I tested the FileMove-Funktion. So the file is created on my local path at D:\.. But the copy is created at
sunshineh
Added topic Testing different EAs on a demo account + compare results
Hi, does anybody knows an ea, that shows me the result of the different ea's running on my account (with the historical trades)
sunshineh
Added topic Creating an offline chart with logaritmic scale or an indicator for converting
Hi, I want to see the dow jones in an logarithmic chart in the metatrader. I know, there is no simple solution for that. But how can I program this point
sunshineh
Added topic Ubuntu server 12.04 + MetaTrader + Wingding.ttf + Autologon & Autostart
I have 2 Questions: 1)How to install wingding.ttf under Wine (in Ubuntu Server). ...i tried many ways (installing the font under “/usr/share/fonts/truetype” and “/home/mt4server/.wine/drive_c/Fonts”. I can use this font under LibreOffice e.g. but it
sunshineh
Added topic MetaTrader Chart only from the main trading time
Hi, is there a possibility to change the chart of the german dax, so that I can display just the bars of the main trading time from 9:00 - 17:30, because the brokers offers a longer trading time from 8-22:00
sunshineh
Added topic Dynamic buttons
Hi, is there a possibility to generate buttons dynamically on the metatrader-chart? For example the ea opens a position an after a specific indicator value a buttons would be shown on the chart. Is there a free library for such buttons? I have
sunshineh
Added topic Open my Account on a new PC + Bilanz chart
Hello, on my old account is my EA running. When I print my Report, I can see the Bilanz chart until this EA is running. Is there any possibility to start me EA on a new PC and to get the Bilanz chart from that time, my EA started running on my old
sunshineh
Added topic Compare different trading stations
Hi, does anybody have a comparing or statistics about different trading stations like metatrader, ninjatrader, j-trader, Meta-Stock... It would be perfect if anybody can tell me which is the most preferred station. Thank you
sunshineh
Added topic Creating an average line from a mtf buffer
Hi, The values from the lines are in buffers. How can I calulate and draw an average line from each line
sunshineh
Added topic iBarShift first price every YEAR
Hi, how can I get the first price of every YEAR out of my D1-Quotes? I tried something like that, but it isn't working datetime tm = StringToTime ( StringConcatenate ( "D'" ,TimeYear(iTime( NULL , PERIOD_M1 ,i_mn1)), ".01.01 00:00'" )); iLastClose =
sunshineh
Added topic Some Indicator-Files/Folders weren't shown in the metatrader
Hi, I am using Dropbox to synchronize my metatrader to use it on two different PCs. Until now it worked fine, but now some Indicator-Files/Foldes weren't shown in my Metatrader Navigator. I can see it in the right folder, an even in the
sunshineh
Added topic Detecting a 4k display
Hi, how can I detect in my programm if it is running on a 4k display or on a normal pc
sunshineh
Added topic Play external Sound File
Hi, the function PlaySound(...) plays the soundfile that must be located in terminal_directory\Sounds or its sub-directory. How can I play a sound file from the C:\Windows\Media path