- Search Metals Mine
- mcs replied Nov 15, 2011
RmUp and RmDn values will be different because inv_has_quick calculates the beginning of the day from 0:00am UTC time, not your broker time.
Invictus
- mcs replied Nov 15, 2011
I'm not sure what condition is it. At the time a bar is marked by an arrow it is already red for down arrow and green for up.
Invictus
- mcs replied Nov 15, 2011
Last version of inv_has_quick — Posting last version of the indy. Previously I errorneously posted a development version, which might have problems drawing arrows on real-time data, so it is better to update. Added external parameter ...
Invictus
- mcs replied Nov 15, 2011
Proper indicator for the system — Hi All, I've rewritten MTF HAS ADR indicator in a proper way. It doesn't repaint historical bars anymore, works much faster, has somewhat cleaner code (previous code was a disaster) and does the filtering ...
Invictus
- mcs replied May 22, 2011
Hi vismut, It is definitely not normal and I've never seen this. The only strange thing I've seen is that if you change its settings 'on the fly', i.e. without removing it from the chart and putting back with the new settings, it sometimes fail to ...
Phantom 6 System
- mcs replied May 13, 2011
crazy market — Looks like burned deposit, not a bug. By the way, it looks like the market is going crazy nowadays: all my phantom variations are in big drawdown since the beginning of May. And all my other experts (loosely correlated, as I ...
Phantom 6 System
- mcs replied May 8, 2011
Hi vismut, ... and I've got alternative settings for you if you like to
There is a .set file attached for Phantom 5.1.1. It uses alternative MM with MMK=1.5. For a balance of 3000 it gives lot 0.02 (as achab mentioned, only if your broker ...Phantom 6 System
- mcs replied May 6, 2011
Hi thorn, A little bit of misunderstanding here, I think. When you use TrailStopStartsPercent = 0.5% and TrailStopPercent = 0.5%, it means 'place the trailing stop at the level of (at least) Last Equity + TrailStopStartsPercent'. It will only happen ...
Phantom 6 System
- mcs replied May 4, 2011
Hi Sky_drift, Shouldn't be too bad. ArrayInitialize() is called in DrawChartComments() function which is implementing Graphical UI and was added by xere. I do not use it. If you want, you can switch it off by setting GraphicalUI = false.
Phantom 6 System
- mcs replied May 4, 2011
Hi sym, 1 - more than one trade is possible during PhantomCheck minute. During this minute the EA looks for a biggest phantom winner and opens a real trade (unless this symbol was already opened during this minute). It is possible that during this ...
Phantom 6 System
- mcs replied May 4, 2011
Hi vismut, You need to set ProfitPct. MMK is different and related to money management' described in my post 1332 (page 89 of this thread). Those variables are interconnected, of course. The bigger MMK is, the smaller lot size will be used and the ...
Phantom 6 System
- mcs replied Apr 28, 2011
Hi vismut, I don't think there is a comprehensive guide anywhere. There is some description of the strategy in the very first post of this thread. At least, it should be enough to get a rough idea of how it works. There is a description of every ...
Phantom 6 System
- mcs replied Apr 27, 2011
Pipstep as well as an Xfactor is bad, according to my opinion; right now we effectively have AddSix_02a which is already quite slow when it comes down to profit. Any new additions are only going to slow down its performance. It is already doing ...
Phantom 6 System
- mcs replied Apr 26, 2011
Hi morepipspls, Interesting information, but looks a bit outdated. Starting from Phantom 4.0.3 (at least) it actually behaves exactly like Phantom_AddSix_02a, i.e. it opens a trade only if it is the biggest winner of all 14 pairs and belong to the 6 ...
Phantom 6 System
- mcs replied Apr 25, 2011
MMK is not supposed to be 0. I didn't add a specific check for it, my bad. If you want to use 0.1 lot, you might want to set UseOriginalMMTU = 1 and UseSmallestLot = true or something like this. Another way is to set your MMK to a value which gives ...
Phantom 6 System
- mcs replied Apr 25, 2011
Really? I didn't know that I think so
I don't remember what does pipstep mean, regarding X factor - it is going to slow down basket formation. I'm already concerned about the performance of Phantom using default 3000 to 0.01 money management. ...Phantom 6 System
- mcs replied Apr 24, 2011
Without this GBPUSD trade the closed orders in your statement closed in profit. FX can also give some more drawdowns, which you are experiencing with the open positions in your statement. With default MMK=3 this EA should give you several percent ...
Phantom 6 System
- mcs replied Apr 23, 2011
Hi morepipspls, It is definitely not MMK. MMK only affects lot sizes, not basket closures.
Phantom 6 System