Larry
Larry
Friends

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

Larry
Added topic Adding up pips on open trades
I need to loop through the open orders and add up the pips to get a total. I have discovered 2 problems with my current code below, 1 - I failed to consider that the EA may be on a symbol that is 4 digit or 2 digit and it may be on a broker with the
Larry
Added topic Price Per pip
This is driving me nuts, I have been looking for months now for an existing algorythem that does nothing more than calculate the Price Per Pip, regardless of the pair it is on. I have found 2 really good money management strategies that are both
Larry
Added topic Text background
I know you can set the background for a chart, still trying to find the exact code, but I am sure it is there, however, what I am really interested in is the ability to change the background on a text label so that the text does not bleed or get
Larry
Published code Bollinger Bandwidth 1.0 for MetaTrader 5
The indicator Measures the distance between the Bollinger Bands ® and providing it as a singular indicator, using the MetaTrader 5 techniques to simplify Bollinger calculations.
Larry
Added topic SetIndexLabel
In MT4 we could set the label of an indicators index of an indicator by the following: SetIndexLabel(id, string value);   How do we do it in MT5? 
Larry
Added topic Virge of comprehension working with indicators
I am taking my first jab at creating indicators on MT5.  My impression is that I can reuse a lot of the functionality of other existing tools.  So my thought here is that I wanted to try and recreate the Bollinger Bandwidth indicator. 
Larry
Added topic Central or Master chart
In some scenarios of Automation strategies, we would like to be able to create a Master or Central management chart.  It is not assigned to any one symbol, but to all charts that is designated as master by it.  For example, assume a 3 ring
Larry
Added topic Suggestion - Instructions/descriptions
While  you are working on improving with MT5, I would like to recommend that in the client, each indicator have a sheet in the properties devoted to designers instructions, intent of use, description, URL to a detailed use of the
Larry
Added topic currency ring delima
Ok, I have written a couple of indicators that deal or address currency ring trading. One of them uses the iADX of each symbol in the given currency pair to show the iADX of each of the pairs in a single indicator. When the conditions are right, they
Larry
Added topic Symbol name for comparison
I am collecting the users input for the name of 3 symbols. They MUST match the name of the symbol as the broker displays them. Later, I do a comparrison between the text provided by the user with the name of the Symbol, like the following
Larry
Added topic sorting 2 dimensional array by second dimension
I have 2 pieces of data that I need to put into an array, then sort it. First I split the orders into two arrays the first array is for buys the other is for sells. When I do so, I am collecting the OrderTicket so later I can perform an execution on
Larry
Added topic 3 symbols on 1 chart
Is it possible to put 3 symbols on one chart or possibly place 3 symbol feeds on an indicator I can place on a chart? OR just be able to put 3 symbols on a single indicator
Larry
Added topic Magic with Windows
I have another interesting project. My first assumption was to run it as an EA, but due to the nature of it, I think a script may be a better way to fire off this action. Assumptions: A CSV file exists that contains rows of data, the data is in this
Larry
Added topic GMT and offset calculations
It really frustrates me that the MQL4, does not provide for time calculations, or even to say the least, the abilityt o pinpoint a specific time based off of GMT. Someone out there must have built a tool that calculates a targeted time based off of
Larry
Added topic Search engine appears to be broken on this site
I have tried entering the following words with 0 results, I think the search tool is broken on this site. time date SAR
Larry
Added topic Fine tuning a PSAR
I find myself in the need of understanding PSARs better. In a particular strategy I am using I have tried to code opening of trades based on use of PSARs. In one version, if I want to place a buy, I check the PSAR to see if it is above or below the
Larry
Added topic Friday closure
I have seen other entries about this, but none seemed to address a solution to what I am seeing. I want to stop opening new trades on Thursday night at 2300 hours. Then on Friday prior to market close, say by an hour, I want to close all open trades
Larry
Added topic Fighting a false signal
In the image below, I have 3 trades that have read the signal and entered themselves. In a normal bollginger behavior while channeling, these signal would have been considered perfect, however, these are false signals as they are placing buys while
Larry
Added topic Difference between timestamps
I have a tool that I am going to attempt to make that obtains the difference between two time stamps. If the difference is greater than x hours, I want to take action on the trade. A good example of this, is a trade has been open in the market for
Larry
Added topic USD to Russian
I have some clients using my EA. I wrote it in ENU/USD. I perform the following formula to determine lot size, is it possible that this will work fine with lot sizes of around .30 or less in USD and in Russian, it could be more like .80 up to 1 lot