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 Firing trades before EA fully loaded
In my EA, I have it set to trade on every new candle. With the trade methods behind the time checker , I would think that it would not fire any trades until the EA is fully loaded. So when it is closed and I open it, before it has even completed all
Larry
Added topic Are you new and looking for someone to code?
So many times out there new folks come along and want to have someone build an EA for them or an indicator. You can pay top dollar for good coding or for bad coding. You can also pay cheap dollar for good coding or bad coding. The difference is going
Larry
Added topic Giving Back: Hour To Trade
This one allows you to give your user a choice on what hours to trade. Now it will be different based on the users broker server time , but I am sure you can work something out. // Externs: extern bool
Larry
Added topic Giving Back: Snapshot your close for troubleshooting
I have been getting a lot of help in the past, so I would like to give some back. I am going to post a series of tools that may help you with your coding as you have helped me. This one uses the snapshot feature to help you troubleshoot trade opening
Larry
Added topic Know when a trade closes
I know I have asked this before, but I could not find it in my past threads. I also did a search for something like it and could not find a reference. I know that I need to basically do a command where I do something like the following
Larry
Added topic How to get price from Fibo (OBJ_FIBO)
I am not being lazy here, I have done several searches on this. I have posted another thread Fibo Mania trying to resolve this issue. I need to get the prices on the fibo lines. Now there have only been a handful of people working with code or
Larry
Added topic Problem with tester, code or just plain ol' bug? label placement
I was in the process of updating an EA that had several labels. Just adding another one and moving them to new locations on the chart. All of them were relocated fine, but one of them that resided in the bottom-left corner. Ironically, the location
Larry
Added topic Fibo MANIA
So I was introduced to a decent Fibo indicator. I found some bugs in it and fixed it, however, I cannot seem to acquire the levels data. I ran the following code in my EA just to see if I could see the data and the description values were empty. The
Larry
Added topic How do I read a label from indicator
I have access to a indicator that writes to the chart in a known label. How do I read that information in? Is it as simple as: string myVar = LabelName; very generic I know, I am just not accustomed to collecting the indicator data via text labels
Larry
Added topic I am confused
I am not sure if I am doing this right.  In MT4, we collect indictor values and put them into buffer arrays, from what I have picked up in the indicator code for MT5, I see the same thing, for the most part, BUT, I just got done checking out
Larry
Added topic Just learning to convert my MT4 indicators to MT5
I am converting an MT4 indicator for Bollinger Bands to MT5.  I started by creating a new indicator in the editor and then going through the wizard to setup inputs and line params.  Now I am in the OnCalculate section and I want to make
Larry
Added topic Recommendations for signal sellers
I am interested in using my EAs in a signal provider situation. I have looked into Rent a Signal, but does anyone else have any suggestions on who I could look into
Larry
Added topic A Little piece of treasure for new developers
Have you ever been frstrated from trying to establish a trading trigger and for some reason, it still seems to break through and place a bad trade? I wanted to take few moments and offer you this little tidbit I have come to develop an understanding
Larry
Added topic Are you talented at optimizing indicators?
I am willing to trade a really good EA (under construction) has in past tests shown as much as 98% winning trades, in exchange for some help in optimizing indicators. I have a large collection of indicators that I have created to serve this EA, but I
Larry
Added topic need strategy for handling 38 lines of pricing values
Situation: I run a collection of indicators that generate pricing values for 38 hlines this is currently being done across 10 pairs/EAs. As you can imagine, that is roughly 380 per new candle and it is really rough on the CPU. So what I am looking
Larry
Added topic Riddle me this - Discussion on Doji
When is a Doji no longer considered a Doji? We all know that visually a Doji is basically a candle where the open and close are nearly equal and there is a high stem and a low stem. Variations of the Doji such as dragonfly shows no high, but long
Larry
Added topic Can I please get some help on an array problem?
I have this array of 31 price values. I want to compare them to a new array FrequencyArray[][1] where I store the count of how frequent a particular price appears in the list of 31 price values and their price value itself. So we will use LineArray[]
Larry
Added topic MQL4 and MQL5 modification suggestion
I would like to request the following items be incorporated into MT products. 1. Price Per Point value - in the event the coder wants to know on the fly how much it would cost on a particular chart from a particular vendor given the client currency
Larry
Added topic Looking for a suggestion
Hi all, how are you doing? I have this indicator I made to show all 12 lines of the high, median, and low of all timeframes. See image. The problem is that when more than 1 timeframe has a price that is the same, we lose the ability to determine
Larry
Added topic When StopLoss closes a trade
What is the best method to code for an event of when the MT4 closes a trade based on a set stoploss. For example, trade A opens, a stoploss is set, trade B opens a stop loss is set, when a stop loss is hit, I want to move the stop loss of the