jshumaker / Profile
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
jshumaker
Added topic Microsoft SQL Server Integration Services
Are there any examples available of connecting MQL5 to Microsoft SQL Server Integration Services to execute SSIS packages
jshumaker
Added topic economic calendar
I want to import as much historical data regarding economic calendar data. Similar to what you would find at www.forexfactory.com. Is there anywhere that type of data could be downloaded in some type of excel or csv file
jshumaker
Added topic stringformat
Comment ( StringFormat ( "MACD = %f\nHigh = %f\ndtHigh = %s\nLow = %f\ndtLow = %s\nPips = %f\nDirect = %d\nCount = %d\ndtHigh = %s\ndtLow = %s\ndtMACD = %s\nMACD = %f" , H1wave.f_wMACD(), H1wave.High(), H1wave.f_dtHigh(), H1wave.Low()
jshumaker
Added topic info window
When testing in visualization mode I want to be able to see some of my calculations as I scroll through the charts. I know if I were to create an indicator that I could get the data to display in the data window, but I am not certain if that is
jshumaker
Added topic double to integer
I am getting a bunch of warnings ' possible loss of data due to type conversion'. I am trying to convert my macd values to integers so that when I print data on my charts it is easier to read. That is why I multiply by the MACD by 10,000
jshumaker
Added topic pass object by reference
I have a class called waves and a function in that class called calc. I want to pass an object of type waves as a parameter to the calc function. I got an error stating 'objects are passed by reference only'. I searched the forum on
jshumaker
Added topic ObjectCreate
I have working code that creates arrows on my chart, but I wanted to start putting text on my charts instead of arrows. I cannot get the text to show up on my charts. WORKING CODE ObjectCreate ( 0
jshumaker
Added topic visualization timeframe
I selected M5 as the time frame to execute my EA. Strategy Tester opened the M5 chart, but the candles in the chart are daily. I held my cursor over three consecutive candles so you could see the info
jshumaker
Added topic profile settings
Is there a way to configure your MQL profile , such that when somebody responds to one of your forum questions that you get emailed.
jshumaker
Added topic draw arrows in EA
I want to try to count wave patterns in my EA and see the wave counts on the chart. Do I need to create a custom indicator and attach that indicator to the template file and access the custom indicator in the EA or can I call a function to draw
jshumaker
Added topic EA template
When I test my EA in different time frames, the chart that is produced does not have the same set of indicators. I have a template created that has MACD, Bollinger Bands and moving averages. When I run my EA in M5 or H1 time frame, only
jshumaker
Added topic arrows in object list
I cleared out all the entries in my object list and then ran my EA which is a modification of the 'sample macd' EA. I ran it for a limited time span of just a couple days, but I got arrows indicating trades outside of the range I ran on the EA
: