- Search Metals Mine
-
xux99 replied Jun 26, 2014I shall add it to the next version of the EA.
As simple as possible: 00 level trading
-
xux99 replied Jun 26, 2014The expert advisor respects the rules except rule 11 which is not taken into account.
As simple as possible: 00 level trading
-
xux99 replied Jun 26, 2014I have coded an expert advisor for this system. You can download it from the website of my profile.
As simple as possible: 00 level trading
-
xux99 replied Jun 20, 2014The EA shows default Entry Distance of 20 and Stop Loss of 20 but the results showed some Entries of 10 and Stop Loss of up to 33 and these were entered into the EA. I shall check it, perhaps it is was a slippage matter. Entry is triggered when bid ...
A delicate secret
-
xux99 replied Jun 19, 2014EntryDistance should be 20 pips or more, not exactly 20 pips. Sometimes a line is formed when price is already more than 20 pips away.
A delicate secret
-
xux99 replied Jun 17, 2014The lines are drawn based on FractalsDetector, there are no additional entry rules.
A delicate secret
-
xux99 replied Jun 17, 2014I have attached a version of FractalsDetector compatible with Metatrader 600+.
Help with simple multi time frame fractal comparison indicator
-
xux99 replied Jun 17, 2014I have coded a hybrid indicator and expert advisor based on multimuis ideas. It uses FractalsDetector indicator to draw the lines. You can download it from the website of my profile. image
A delicate secret
-
xux99 replied Sep 4, 2013Here you can download the latest version of Uranus.
One of the best indicators I've seen
-
xux99 replied Feb 28, 2013EMA_Filter is set to true. For a valid entry, real time EMA should reach the close level of the MinBar candle that closed outside buffer lines. This may occur several candles after the breakout.
Extracted Thread (per thread starter's request)
-
xux99 replied Feb 25, 2013This problem occurs when Metatrader starts, the indicator is loaded before the recent candles are loaded on chart so the new candles are not taken into account.
Extracted Thread (per thread starter's request)
-
xux99 replied Feb 25, 2013Breakouts are not taken into account for the current CZ, only for the past ones. We can't know the maximum distance of a breakout before the CZ ends and a new CZ is formed, therefore the statistics would be inaccurate.
Extracted Thread (per thread starter's request)
-
xux99 replied Feb 21, 2013SendEmail, SendNotifications, ScreenShots and Alerts options are now two digit values. For the first digit, 0 means no action, 1 means an action only when a trade is opened, 2 only when a trade is closed, 3 in both cases. For the second digit, 0 ...
Extracted Thread (per thread starter's request)
-
xux99 replied Feb 14, 2013For those who would like to change the shape of trade arrows, there are EntryArrowCode and ExitArrowCode options. The attached image shows a list of codes. ArrowSize option works only if EntryArrowCode and ExitArrowCode options don't use default ...
Extracted Thread (per thread starter's request)
-
xux99 replied Nov 5, 2011Opto123 v1.5 — Opto123 v1.5 has an option to use default ZigZag, MA based ZigZag or internally calculated ZigZag for 123 pattern.
123 Pattern EA
-
xux99 replied Oct 20, 2010Make sure StopLoss is 0 as it is added to Point 3 stop loss level.
123 Pattern EA
-
xux99 replied Oct 12, 2010VisibleSL and VisibleTP are multipliers of the hidden values, not pips, so you shouldn't set them to so big numbers. According to the user guide "The stop loss is relative to point 1 or point 3 levels". You have set Point1or3SL to 1 and to StopLoss ...
123 Pattern EA
-
xux99 replied Oct 11, 2010Long and short signals can be simultanuously valid. The number of trades per 123 pattern is now user defined.
123 Pattern EA
-
xux99 replied Oct 11, 2010Opto123 v1.42 — Opto123 v1.42 has minor improvements in trading logic.
123 Pattern EA