- #1,401
- May 4, 2011 2:11pm May 4, 2011 2:11pm
- | Joined Jul 2009 | Status: Trade. Review. Improve | 1,018 Posts
- #1,405
- May 5, 2011 4:47am May 5, 2011 4:47am
- | Joined Jul 2009 | Status: Trade. Review. Improve | 1,018 Posts
Jag's Phantom 6 System 295 replies
Phantom 6 - Manual System 8 replies
Phantom Entry on ODL Japan. 2 replies
Tradeview CAD/JPY "Phantom" spike 0 replies
Phantom high, phantom low 0 replies
DislikedHi mcs (and other phantom developers)
I have some points disagreeing with phantom or perhaps I don't fully understand the EA:
1 - sometimes the trades start with 2 order (2 buys or 2 sells), usually just one. Why this difference?
2 - sometimes after the 1st order is placed the 2nd one is placed after 3-4-5 hours, but meanwhile the 1st one could loose 100 or more pips. I think it should be better if the 2nd order is placed after 1 hour maximum, chosen between the best hedge pairs at the moment.
3 - sometimes when the basket is loosing, we have to...Ignored
DislikedI got this retrying error about 1 hour
02:26:01 Phantom_AddSix_5.1.1 EURUSD,H1: ArrayInitialize function internal error
02:26:01 Phantom_AddSix_5.1.1 EURUSD,H1: incorrect start position 0 for ArraySort function
How it bad?Ignored
Dislikedit looks like "Whaaaaay?! Whaaaaay....?!" (joke).
dear Achab, MCS already explained that I had accepted to high risk/leverage. this led to sufficient DD.
Unfortunately i haven't manage to find neither any description of the system & it's variables, no recommendations
i keep going with testing it on demo. with default settings.Ignored
Waiting for your answers, I wish you a nice time.
/achab
Dislikedmcs,
Ive been off the boards for a few weeks, but I am a long time phantom tester. I wanted to say thanks for the programming work you have done.
I have long been interested in the equity trailing stop option. I am by nature, a very conservative trader. All my phantoms are run with a low mmtu and profit percent. However, by using a small profit percent I know this greatly limited the profit potential of any basket. I have incorporated your trailing stop function in a few of my testing ea's with good results so far.
Now my question is, Im testing...Ignored
DislikedHi 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 when the equity reaches Last Equity + TrailStopStartsPercent + TrailStopPercent (+1% in your case).
Ex., if you have deposit of 10,000, the EA will say 'Trailing Starts at %: 0.5000%, which is: $10050' and the trailing stop will be only set to 10,050 once the equity reaches $10100.
If you want trailing...Ignored
DislikedHi Vismut,
good morning. I have tested Phantoms so much that I started to be confused because of the large numbers of them and their results. Anyway, I'd like to find a place where to update the test results, even online here, but not.
So, if I can help you, you are welcome. But I need some infos:[list=1][*]Which sum are you planing to trade live?[*]How much DD would you expect?[*]Few times per year the DD can increase: when you will start to feel unpleasant?[*]Which is your monthly target?[*]Do you prefer to close baskets quickly...Ignored
DislikedDear Achab,
Thank you for your enthusiasm!
please, kindly see the answers to your above questions:
[*]Which sum are you planing to trade live? -0.02 - 0.05 lot (lot size 100 K), start balance = 3000.[*]How much DD would you expect? - 25-35 pct.[*]Few times per year the DD can increase: when you will start to feel unpleasant? - not exactly clear what you mean. 50% DD is ultimate. [*]Which is your monthly target? 10-30 % of depo. [*]Do you prefer to close baskets quickly (with larger DD) or having many opened positions per days...Ignored
DislikedDear Achab,
Thank you for your enthusiasm!
please, kindly see the answers to your above questions:[*]Which sum are you planing to trade live? -0.02 - 0.05 lot (lot size 100 K), start balance = 3000.[*]How much DD would you expect? - 25-35 pct.[*]Few times per year the DD can increase: when you will start to feel unpleasant? - not exactly clear what you mean. 50% DD is ultimate. [*]Which is your monthly target? 10-30 % of depo. [*]Do you prefer to close baskets quickly (with larger DD) or having many opened positions per days (with lower DD)?...Ignored
DislikedHi 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 supports such lots).
ProfitPct set to 2.5, which should give you at least 10% a month.
DD shouldn't be more than 35%, but who knows? Let's see
It would be good if you run two or more Phantoms side by side for a month or more so you can then choose what better suits you.Ignored
DislikedScroll down to:
and change this line:Inserted Code//+------------------------------------------------------------------+ //| Add to winning trades. | //+------------------------------------------------------------------+
and this line:Inserted Codeif (TimeMinute(TimeCurrent()) != 0) ClearSymbolMarks();
Inserted Codeif (BidsHaveChanged && TimeMinute(TimeCurrent()) == 0 && !CloseAll)Ignored
if (!SymbolMarksCleared &&
TimeMinute(TimeCurrent()) != 0) if (!SymbolMarksCleared )
{
if (TimeMinute(TimeCurrent()) != 0 || TimeMinute(TimeCurrent()) != 14 ||
TimeMinute(TimeCurrent()) !=29 || TimeMinute(TimeCurrent()) != 44)
{
ClearSymbolMarks();
SymbolMarksCleared = true;
}
} if (BidsHaveChanged &&
TimeMinute(TimeCurrent()) == 0 &&
!CloseAll)
{
PhantomsReset = false;
SymbolMarksCleared = false; if (BidsHaveChanged && !CloseAll)
{
if (TimeMinute(TimeCurrent()) == 0 || TimeMinute(TimeCurrent()) == 14 ||
TimeMinute(TimeCurrent()) ==29 || TimeMinute(TimeCurrent()) == 44)
{
PhantomsReset = false;
SymbolMarksCleared = false; DislikedHi to all,
I've tried to change the code in Phantom 01a:
[code]if (!SymbolMarksCleared &&...Ignored
DislikedHi to all,
SymbolMarksCleared = true;
Can you help me to obtain a phantom that work at lower timeframe?
JJIgnored
DislikedThere are alot of variations of the phantoms. Can you post the exact EA you want modified.
Just from what you posted in the clear symbol marks section I think it should be:
if (TimeMinute(TimeCurrent()) != 0 && (&& instead of ||)
not sure if thats why its adding all 14 trades though. Would have to see the whole ea.Ignored
DislikedHi Thorn,
thank you for your fast reply.
I used "||" instead of "&&" because I want recognize more step inside an hour ( 0, 14. 29, 44 ). Four step inside an hour are equivalent a TF15, isn't it?
The Phantom's version is 01a, posted in the first post of this thread.
Are only few months that I try to program in mql, I'm not a professional.
I apologize with programmers of the thread for my poor questions.
JJIgnored