- Search Crypto Craft
- iDouble replied Jul 5, 2012
I think I might have figured out a visual iteration that might work. OpenBuy Progressive Fixed Length Scan: O_Tac[0] > O_Sac[0] && O_Sac[1] > O_Tac[1] && O_Sac[2] > O_Tac[2] && O_Tac[3] > O_Sac[3] && Bid >= iHighest(Symbol(),PERIOD_H1,MODE_HIGH,2,2) ...
iCustom Needs Enhancement
- iDouble replied Jul 5, 2012
If you notice, the iCustom's crossing range ends one bar before the actual cross on the right side. There is a reason for this - that was not a drawing error on my part. So, the iCustom Crossing Range needs to end one bar before the actual cross on ...
iCustom Needs Enhancement
-
iCustom Needs Enhancement
Started Jul 5, 2012|Platform Tech|4 repliesI have an iCustom up for enhancements: {image} It needs the following: {image} Basically, I ...
- iDouble replied Jul 5, 2012
I'm not an MQL developer. I do build EAs using a Visual EA Builder. With the above caveat, I just ran into serious problem with MT4 and EAs in general. One of my EA designs is actually an integration of seven (7) different fully independent EAs. So, ...
Please explain the limits of an EA's computing abilities
- iDouble replied Jun 13, 2012
For those that are new to trading the Forex and have had difficulty in the past, you should take heart. I learned how to trade from the ground-up, after spending thousands of dollars on software that constantly hooked my position to the wrong ...
Looking for someone to code your EA?
- iDouble replied Jun 12, 2012
I think I might have found a new hobby. I've never done any audio/video editing before, but I must say, it is rather addictive in many ways. I can now see why some people decide on such as a career choice. It is a lot of fun producing videos. This ...
Looking for someone to code your EA?
- iDouble replied Jun 12, 2012
[quote=whoisthere48;5723018] I switched to Molanis, but I've also taken a look at EATree and FXDreema. I like them both, but I've spent most of my allowable time between VTS and Molanis. I've got about five (5) functioning EAs going with Molanis ...
iExpertAdvisor: A Nightmare Experience
-
Looking for someone to code your EA?
Started Jun 9, 2012|Platform Tech|2 repliesWhy not code your own? I'm almost ready to re-launch my research site. I've made some ...
- iDouble replied Jun 5, 2012
Handling a procedural programing language is not handling OOP. Excel, is still being used today by many to do early prototyping of various kinds. If you had any industry knowledge (at all), you would have known that before writing off Excel as less ...
Using MQL Print and Comment Functions?
- iDouble replied Jun 5, 2012
[quote=CockeyedCowboy;5633495]
I cant help it, hope your trading skills are better then your coding.[quote] They are about 11.2 million times better than my coding skills thus far, as a matter of fact. Since you mentioned it.
I'm not a ...Using MQL Print and Comment Functions?
-
Print()/Comment() iCustom to Tester Journal
Started Jun 5, 2012|Platform Tech|1 replyI have a question for the MQL developers out there. One of the things that I have noticed ...
- iDouble replied May 25, 2012
You did not specify WHICH "standard" deviation you wanted to calculate. Since this site is about trading, I assume you wanted a probability distribution, or something approximating the same. Simply take the square root of all variances (deltas) from ...
Trying to calculate the probability of an indicator being correct
- iDouble replied May 25, 2012
Using anything at all will always get you late into the market. Think about it. If the market is falling and you enter Short for any reason, then you are by definition, late. If the market is falling and you enter Long for any reason, then you are ...
Why do indicators not work/work? Why is Forex not truly random?
- iDouble replied May 16, 2012
Ok, I need to get back to work.

Why do indicators not work/work? Why is Forex not truly random?
- iDouble replied May 16, 2012
It's funny how people can look at the exact same thing, but see two entirely different pictures. Of course, the Harmonic pattern got my attention upon first glance: image
Why do indicators not work/work? Why is Forex not truly random?
- iDouble replied May 16, 2012
Statistical Inertial Referencing (SIR), is taking a look at any Extreme Value produced by any Indicator, in multiple time-frames, summing all extreme values and dividing by their number, to derive the Indicators Inertial Referencing Point (IRP). ...
Why do indicators not work/work? Why is Forex not truly random?
- iDouble replied May 16, 2012
It's actually not an Indicator, it is a concept, or an idea about market theory, upon which I built many different Indicators. I call them Delta Class Indicators - and yes, they are integrated into fully functional trading system, but not an EA. I ...
Why do indicators not work/work? Why is Forex not truly random?
- iDouble replied May 16, 2012
First: You start by deciding why you are even in this business. You have to derive some justification for wanting to put yourself through the ringer of such a steep learning curve and the frustration that will inevitably become your closest ally, as ...
Do Software Developers Make Better Traders?
- iDouble replied May 10, 2012
Here are the next two Daily bars of data: image Can you determine the probability for a minimum number of pips in either direction from just this data? That's the power of Statistical Inertial Referencing. Current price = 61576 From here, 45.8 ...
Why do indicators not work/work? Why is Forex not truly random?