- Search Crypto Craft
-
** tradingit.com offers great FREE custom programming to traders **
Started Mar 14, 2012|Commercial Content|6 replies
No comment.
-
minmin830 replied Oct 17, 2011Coding service — I'm an experienced MT4 programmer and long term Forex trader based on west coast of Canada. I have been writing EAs specifically for MT4 for many years and have a long list of happy clients, including clients from ScriptLance ...
Programming skills for sale
-
minmin830 replied Oct 12, 2011This is very useful, thank you very much. I'm good at MT4 coding but have no idea of C++, I can see from your source code for the first 2 demo how you have achieved the affects. I'm really interested in what you have shown on your demo 3, for ...
Button, Textfield, List, Checkbox on chart of metatrader possible now.
-
Comprehensive alert indicator
Started Aug 29, 2011|Platform Tech|1 reply
Adding alert for an indicator is not something hard to do for a coder, however it's incredibly ...
-
minmin830 replied Aug 21, 2011most indicator produce a value for unfinished bar, you just has to take the last value for bar[0], if you want for the finished bar, then use the value for bar[1], there's no difference in the indicator.
Price Velocity Indicator?
-
minmin830 replied Aug 21, 2011Here's an indicator that's called volatility and acceleration, but it's nothing special, only to compare current price to close of x bar ago.
Price Velocity Indicator?
-
minmin830 replied Aug 21, 2011My point is that by comparing current price to current unfinished bar open already display that information. If now is more than open then price is moving up, reverse is down. Of course that can be made into a indicator, but that will be a very ...
Price Velocity Indicator?
-
minmin830 replied Aug 21, 2011Not sure what you are trying to do. By comparing current bar high/low to the bar opening doesn't give you want you want?
Price Velocity Indicator?
-
minmin830 replied Aug 9, 2011Order modify problem — I'm wondering if Chris or other members can help me with this. I write a lot of EAs and I always test them with at least 3 brokers, one of them being Go Market because I have live account with Go Market. This has ...
GoMarkets Discussion
-
minmin830 replied Aug 8, 2011Is the above EA working or not? I don't really have time to test this but if it's not working I can quickly create something here.
Looking for a trail stop EA?
-
minmin830 replied Jul 12, 2011I tried to use these 2 and for some reason the client side data started to become 0 after a while. I tried to use the client as script or EA, both worked but have the same problem. I can't really detect anything from the code though. Anyone can help? ...
How to share data between 2 MT4 sessions?
-
minmin830 replied Jul 4, 2011The attached BE EA will modify BE for all orders in the account. Can be attached to any chart. It can be used for 4 or 5 digit brokers.
Any EA to move stop to BE?
-
minmin830 replied Jul 4, 2011I know this is from a long time ago, but can someone post the zip file here? I tried to downloaded, but page not found. Thanks.
Data Sharing between multiple MT4 terminals
-
minmin830 replied Jun 29, 2011the above code will be correct if you only want to manage orders of the current chart symbol.
Any EA to move stop to BE?
-
minmin830 replied Jun 29, 2011If you mean instead of using a fixed stop value to calculate lots, you take the last closed bar's ATR (or a percentage of it), it's pretty easy to do. It's too late for me now, I can do this for you tomorrow night if no one else hasn't done it.
Great indicator needs a little modification
-
minmin830 replied Jun 29, 2011You description is not detailed enough. Since this EA you require does not submit orders, you need to let the EA know what type of orders it needs to manage. For example, all orders? orders of a certain magic number? manually submitted orders? If ...
Any EA to move stop to BE?
-
minmin830 replied Jun 27, 2011So glad I found this thread as I have a Go Market live account. I've heard a lot of good things about this broker but so far I've been afraid of using this account. I have been testing with one EA which function correctly with other broker, but ...
GoMarkets Discussion
-
minmin830 replied Jun 27, 2011I know a website called ScriptLance where you can post a project, then freelance programmers will bid on it. Good thing about it is that you don't deal with a individual and your money is probably safer that way, also you don't pay before you know ...
Top MT4 Programming Service
-
minmin830 replied Jun 9, 2011I will probably go as far as saying that a good trader can make use of most common indicators and make profit out of it. The reverse is also true.
Part 2 EURUSD Trend magic System
-
minmin830 replied Jun 9, 2011How can any trend indicator with any kind of accuracy not being a lagging indicator? Can someone foresee the future? I don't think so. This is what we have to live with. If you want a indicator provide stable and accurate signals, it'll be lagging ...
Part 2 EURUSD Trend magic System