sunshineh
sunshineh
sunshineh
Added topic Trades saved in history
Hi, in which file on my metatrader account are my last trades saved? Where is the path for that
sunshineh
Added topic Volume[0] function returns wrong values
Hi, how could it be, that Volume[0] returns the value 38 pips but the difference between High[0] and Low[0] ist 43 pips. How could this be
sunshineh
Added topic Showing a picture or icon on the metatrader chart
Hi, is it possible to put my own picture / bitmap / icon on the metatrader chart?! Or a alternative possibility can I load my own font to write on the chart? Thank you
sunshineh
Added topic Sending Mails to different addresses
Hi, does anybody knows an sample EA or a dll to integrate for sending EMails without the SendMail- Function from the metatrader? Lot's of thanks, sunshineh
sunshineh
Added topic Tester runs not to the end
Hi, I want to test a strategy from 1.1.2008 till 1.1.2012. The minute datas and also the upper timeframes are there for that time, but my strategy tester runs only for the first 6 month and so I have to split the testing time. What's the reason
sunshineh
Added topic EA with RenkoChart and Indicators
Hi, I found this EA for RenkoCharts: https://www.mql5.com/en/code/9358 Is it possible to write an EA for this RenkoChart with normal indicators? Can I also backtest such a system? Are there any problems to do that
sunshineh
Added topic Clearing a csv-File
Hi, I am using this functions: https://www.mql5.com/en/articles/1540 How should I clear the text in my csv-File? Should I delete it and create it new, or is there a better way
sunshineh
Added topic Finding the intersection point
Hi, I have fond the following indicator: #property copyright "Kalenzo" #property link       "bartlomiej.gorski@gmail.com" #property indicator_color1 DodgerBlue #property indicator_color2 Lime #property indicator_buffers
sunshineh
Added topic Writing an EA for using and modifying orders from an existin ex4-file
Hi, I have got an ex4 file which send's it's orders with take profit . Is there any possibility to get the order information from this EA and open the position withount TP and SL first and than sending the boarders?? I want to use this EA with an ECN
sunshineh
Added topic How can I get the grid in the chart
I have programmed an EA which shows a few optical objects in the chart (some short lines with text) Now I want to change the length of lines with the zoom of the chart. I would be great, if my length could always be like one box of the grid. How can
sunshineh
Added topic Metatrader software- / hardware requirements
Hi, can anybody tell me the software- hardware requirements? I haven't found them at metaquotes
sunshineh
Added topic Check if custom indicators exist's
How can I check, if the custom indicator exists
sunshineh
Added topic Drawing rectangles without transparence
Hi, how can I draw two rectangles a little bit shifted without transparency
sunshineh
Added topic Calculation of other TimeFrames
Is the ATR-indicator from Timeframe 10 Minutes and Period 14 the same as from Timeframe 5 Minutes and Period 28
sunshineh
Added topic Basic programming questions
Hi, I want to import some functions from a dll. Therefore I had to include some *.h files. Is this possible, or do I have to write *.mqh instead of *.h? The dll if for a c-programming language. And there are functions with pointers and structs as
sunshineh
Added topic Error with http51.dll
Hi, I am using the http51.dll an get the following error:    string fromServer = httpGET( "http://www.test.de" , httpStatus);      if (httpStatus[ 0 ]== 200 ) {        //Simple parse string
sunshineh
Added topic limits of backtesting
Hi, I am getting the following messages from my strategy tester: "There were 134 passes done during optimization ...: optimization stopped, 954 cache records where used, 954 cache records rejected" Unter the green running time line below
sunshineh
Added topic scanning a string for the third "part"...
Hi, I have a string in which "<row>" and "</row>" is insert 5 times. Now I want to extract the parts between the first "<row>" and "</row>" into string1 the second
sunshineh
Added topic Showing a mtf-indicator as continuous line
Hi I am knowing MTF-indicators, that shows the value e.g. D1 MA as ONE price over 24 hours in the past. Is it possible to draw the calculated values from the past for a MTF-indicator?? Does anybody has an example
sunshineh
Added topic Open a website
Hi, can I open a website with "https..." out of my EA?? What dll do I need for that