- Search Crypto Craft
-
LongToBeFree replied Nov 8, 2008What do you mean? As long as you compile to a DLL (regardless of language) you should be able to use it. I'm pretty sure both VB6 and VB.NET can make DLLs
backtesting on c++/vb
-
LongToBeFree replied Nov 8, 2008Yes, you should be able to backtest it. You will need to write an EA to be the main "interface" to the DLL, but once you have that, you'll be able to test it much like you would any other EA.
backtesting on c++/vb
-
LongToBeFree replied Nov 8, 2008Attached is a picture that shows the result of the EA I wrote for this. The alerts are in the upper left-hand corner.
3/5 WMA very simple scalping
-
LongToBeFree replied Nov 8, 2008I like this system, very interesting. Just looking at a chart with the historical WMA seems to show a high degree of accuracy. Some observations: 1 - You can't get greedy with it, make your pips and get out. The WMA is very short and fast, so it ...
3/5 WMA very simple scalping
-
LongToBeFree replied Nov 8, 2008Interesting system. I'm trying it out as an EA right now and I hope to be able to post something shortly. BTW, the MM on it a little weird.
3/5 WMA very simple scalping
-
LongToBeFree replied Nov 8, 2008"TA for Dummies" A great book with an unfortunate title. Not a beginners book and the author is very easy to understand.
Recommended Technical Analysis book
-
LongToBeFree replied Nov 8, 2008Yup, all of those will work . . . or you could just download the EA that I've posted and you will get notices when bars close across ALL pairs that your broker supports: url
best was to detect new bar
-
LongToBeFree replied Nov 8, 2008FYI - I decided to extend this to go beyond a single symbol. Wouldn't it be better if it scanned ALL symbols? Well, I wrote that and I'm giving it away
Post is here: url 4 Hour candle close alarm
-
LongToBeFree replied Nov 7, 2008I'm in a good mood today, so I went ahead and created this for you, free of charge
1 - Put this in your MT "experts folder" 2 - Add this to a H4 chart (or any other chart) 3 - When a new bar opens (ie the last one closed) you will have a ...4 Hour candle close alarm
-
LongToBeFree replied Nov 7, 2008Do you know how to create an EA? If not, I can create it for you, but you would at least have to know where to install it - have you worked with EAs before?
4 Hour candle close alarm
-
LongToBeFree replied Nov 7, 2008This is almost like a little custom EA without any orders. This is really rough, off the top of my head - put this in your start() where checktime is a global variable: if(checktime< Time[0]) { checktime=Time[0]; Alert("Last bar just closed!"); } ...
4 Hour candle close alarm
-
LongToBeFree replied Nov 7, 2008What exactly do you mean? You want an alert when a candle closes (or said another way, a new one opens)?. If so, that's easy, so I doubt that's what you're looking for. Explain please.
4 Hour candle close alarm
-
LongToBeFree replied Nov 7, 2008Read everything in the rookie thread - good stuff in there: url
hey everyone
-
LongToBeFree replied Nov 7, 2008I am an EA programmer and I have to agree with the earlier post of valuing my time. It's like the old saying: You can have it done quickly, cheaply or very well . . . pick any two.
MT4 Programmer needed for simple custom indicator
-
LongToBeFree replied Nov 7, 2008This is EXACTLY what my chart looks like Great minds . . .

Relaxing colors for charts
-
LongToBeFree replied Nov 6, 2008This is a common pattern known as the Three White Soldiers. I actually released a free EA on it this past week. As someone else pointed out, it's not a very strong indicator, needs confirmation. The best TF for something like this are the longer ...
my trading system or trading method
-
LongToBeFree replied Nov 6, 2008Nice list. "Technical Analysis for Dummies" is also a good one. Great info in there, just an unfortunate title
Technical Analysis Primer: useful links
-
LongToBeFree replied Nov 5, 2008A pricing formula for fundamental analysis? Does that even exist? If so, I imagine that it would be highly complex
Request for pricing formula