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 I would like to challenge anyone who is willing
My challenge is this. I would like to know how stable my system is in the market. I have completed a very long series of testing and I have released my first set of products. What I am asking of you is to take a shot at the demo version of my
Larry
Added topic Beating the drawdown
I am having some trouble coming up with a way to control the drawdown. I am not a believer in using stop losses , but I have one built into my program just for those who may want to use it. I have 2 passive methods that just pause the ability to open
Larry
Added topic Please check my code
I have a function that checks only open trades on current symbol to see if they exceed a specific pip value provided by user called "CashCollectInPips". Let's assume 10 pips. The problem here is that although I believe the code to be
Larry
Added topic learning to create a dll MQ style
Is there a link or source that does a walk through on creating dll's or library's? I foun d one once here that does a great job, but I cannot fin d it now an d I am in nee d of it. I have been searching for days an d still cannot fin d it
Larry
Added topic Detecting a break away
I have a decent automation that works well for channeling scalps, but I seem to take a hit when the market breaks out of the channel to a new level. I was wondering if someone has code or an indicator that would help me to identify a channel break
Larry
Registered at MQL5.community
Larry
Added topic Trades closing with $0 earnings on loaded Break Even
So I created a loaded break even: For a long: BreakEven = OrderOpenPrice ( ) + ( MarketInfo ( Symbol ( ) , MODE_FREEZELEVEL ) * PipPoints + BreakEvenSpread * PipPoints ) * PipPoints ; For a Short: BreakEven = OrderOpenPrice ( ) - ( BreakEvenSpread *
Larry
Added topic How to get the min stop loss aloud
So I was playing aroun d with one of my tests an d set my stop loss to 7. I then fire d off my run last night. It faile d to take tra des, after several hours to day attempting to figure out where I went wrong in my co de, I rebuilt all my co de from
Larry
Added topic division with decimals
What I am attempting to do is to take the current stop loss value calculate a percentage like 5% against it to get the pinch of increase I want to apply to the current stop loss to set my next target stop loss in a trailing stop loss. Formula
Larry
Added topic Array Syncing to Orders table
Anyone have any code snippet that will take an array and keep it synchronized to the orders in the orders table? Basically, I have some custom values that I need to track based on the ticket number. I can add into the array with no problem, my
Larry
Added topic FTP errors after running for a while
Sorry I don't have time to research this so I am hoping for a quick response from someone who has had this problem. I am running 4 MT4's running demo's that ftp to www.MT4Stats.com . The problem is that earlier this week, the FTP stopped working and
Larry
Added topic I'm looking for 10 live testers
I am looking for 10 people willing to test my automation live. Minimum $3k suggested balance. I will provide you with the EA free, in return I want your next 3 months results in MT4Stats style. Thanks to the wonderful skills of Obama and his bruts, I
Larry
Added topic Looking for some feedback
I had originally built an EA that worked on a 1 min chart collecting pips between bollinger bands, based on a stochastic crossover match. The darn thing was constantly going into the red and generating more losses than wins, this was mostly due to
Larry
Added topic Tips for beginning Developers
I think this would be a goo d way to help new developers. This may even be sticky worthy. There are many neaunces that can trip up a new developer. To smooth the way, I thought it would be a good idea to post some tips to help out
Larry
Added topic Can you programmatically change the value of #property indicator_maximum?
I would like to be able to change the value of this property value #property indicator_maximum , in the program. Is it possible? If not, is there another way to dynamically change the window maximum? What I am trying to do: I have an indicator that I
Larry
Added topic Drawing a horizontal line in an indicator versus a draw_line
This situation is infuriating. I have EAs where I have been able to create a horizontal line with the creation of an object, and I can choose either a vline or an hline, but when I want to do this on an indicator in the same window, I get a single
Larry
Added topic My stringsubstr is not working as expected
I am getting data out of a file, in this case, the value I am getting is "EUR/USD". Then I perform a little string manipulation to get the "/" out of the string.    int Handle ;    string FileName =
Larry
Added topic FileRead csv file getting an error
I wrote this code and put it in my EA's init location. Each time I start the EA, I want to read in this file.    int Handle ;    string FileName = "Callouts1.csv" ;    string OP_Type = "" ;    string Symb = ""
Larry
Added topic Closing Ticket errors
I am having a problem where I attempt to close all open orders. Sometimes it will error out saying that it was an invalid price and when I look at the price shown there are like 4 or 5 extra zeio's at the end of the price value. The errors are as
Larry
Added topic Multiple Currency pairs - auto setting magic#
I am growing very tired of going to each currency pair chart and setting the magic number each time I compile my code on the test (not talking about tester) I am running. Is there a code snippet out there where I can count all the currency pair