rod178
rod178
Friends

Add friends via their profile or user search and you will be able to see if they are online

rod178
Added topic Capture Object name from Chart
Is there a method to capture an objects name from the cursor position? All i seen to be able to capture is the price and time I was thinking something along the lines of placing the cursor at Time1 and Price1 and then iterating through all the chart
rod178
Added topic Indicator Visulalization
I am looking for a methodology to restrict the visualization of an indicator's separate window, by code  There does not seem to be something like SetIndexVisualization(.... TimeFrame)   I can easily restrict the indicator's output to
rod178
Added topic Feature Request - Close Order by Expiry Time
Currently I close my Orders at set times, (or TP/SL whatever comes first) via a simple EA. I would much prefer that this functionality was directly available on the server for open Orders, similar to that of Pending Order Expiry times. 
rod178
Added topic Allow Automated Trading after Update
Tools-> Options->Expert Advisors  To allow my scripts to run Orders I need to have 'Allow automated trading'  selected The issue is that after each MT4 update it is deselected.  Is these a way to retain my previous selection
rod178
Added topic How to Change MessageBox font
I'm searching for a way to change, at run time, the MessageBox font to unispace eg "Courier New". The reason being that I desire to output columns of numbers, which I want to right justify. 
rod178
Added topic Determining a City Time
Has anyone a code snippet to share that can pull the current  time of a city from some available server (whatever that may be) , including dst if applicable.   This information is obviously available from many servers eg
rod178
Added topic Script - drag to place object
Could someone post a code snippet that will facilitate drawing on object on the chart by dragging a script to the desired position, ie price and time.  I have misplaced the code that performs that function , know it is possible.  
rod178
Added topic template - save current
Looking for a method to save the current Chart Template to overwrite the name of the template in use. Whilst saving the current chart to a template is simple I'm still perplexed at how to capture the name of the template in use.  It seems that
rod178
Added topic ObjectGetValueByTime conversion warnings
why does the following line of code produce these two warning messages - "implicit conversion from 'string' to 'number' " "implicit conversion from 'number' to 'string' "     Also it returns a value (Price) of 0.0, despite the Trendline
rod178
Added topic Capture Chart Objects to File
Is there a simple method of capturing all the names and associated values of chart objects other  than having to iterate through the  ObjectName  and then using ObjectType  & ObjectGet? My aim is to  save the object to
rod178
Added topic MT4 terminal freezes during high volatility
I am currently investigating the best approach to minimize/eliminate terminal ‘freeze-ups’ during periods of high volatility. My assumption is that during these periods my MT4 instance is reacting to new ticks before it has finished recalculating
rod178
Registered at MQL5.community
rod178
Added topic Windows Messaging codes for MT4 symbols
Is anyone aware of the codes for the Symbols. ie some of the timeframe codes are   PERIOD_H4       33136 PERIOD_M1       33137 PERIOD_M5       33138
rod178
Added topic Read Indicator Visualization
Is  there a  method to read an indicator's chart visualisation?  
rod178
Added topic Delete Sub Window
After removing all Objects from a sub-window eg ObjectsDeleteAll(2), I want to delete the sub-window. Is there a function for that operation
rod178
Added topic Button ChartRedraw() delay
I am endeavoring to have a button redraw, for about one second, to give the appearance of the button being pressed and immediately unpressed, on a single click. The below code does not delay the change of STATE by one second between true and false
rod178
Added topic Execute a string as a method?
string methodString= "MyMethod()" ; //execute methodString; ?????? How to execute a string as a method
rod178
Added topic Toolbar custom button to run a script
Is it possible to run a script from a user created button placed on a toolbar, as distinct from the screen
rod178
Added topic iMA (moving average) use with a "non Standard" Time Frame
It seems that iMA will only return a non zero value using the "standard" time frames. Is there a way of returning a moving average price using time frames such as m10 etc. Additionally, what is the purpose of the maShift input? int
rod178
Added topic Return of price for an Arrow code
Hi Please advise how I can retrieve the Value (ie Price) and Time for the arrow code SYMBOL_RIGHTPRICE