Forex
Google

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging
Forex Forum Register FAQ Members List Calendar Search Today's Posts Mark Forums Read


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
LinkBack (46) Thread Tools Display Modes
  #111 (permalink)  
Old 08-08-2007, 02:08 AM
don_forex's Avatar
don_forex don_forex is offline
Member
 
Join Date: Oct 2005
Posts: 67
don_forex is on a distinguished road
"Phantom Trades"

The reason you get "phantom" trades is because of two reasons.

1. the Trend moving average was used to try and set trades in the direction of the trend. So, if the price moves very quickly, and is above the trendline, then only buys are set, same for the sells below.

2. the way that orders are closed effects this as well. What I tried to do with the price > midpoint and price < midpoint was to try and eliminate these "phantom" orders. Because there are always orders being set above and below, there is always the possibility of these stragglers.

The major trend changing is the biggest detriment to this system at this point.

The best way to have success is to set the spacing WIDE!! in the neighborhood of 20-50 pips. The downfall is that the profit is MUCH slower in accumulation. BUT IS MUCH SAFER!!

Don

Last edited by don_forex : 08-08-2007 at 02:11 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #112 (permalink)  
Old 08-08-2007, 12:41 PM
sps8's Avatar
sps8 sps8 is offline
Senior Member
 
Join Date: Apr 2006
Posts: 183
sps8 is on a distinguished road
hi

Quote:
Originally Posted by don_forex View Post
The reason you get "phantom" trades is because of two reasons.

1. the Trend moving average was used to try and set trades in the direction of the trend. So, if the price moves very quickly, and is above the trendline, then only buys are set, same for the sells below.

2. the way that orders are closed effects this as well. What I tried to do with the price > midpoint and price < midpoint was to try and eliminate these "phantom" orders. Because there are always orders being set above and below, there is always the possibility of these stragglers.

The major trend changing is the biggest detriment to this system at this point.

The best way to have success is to set the spacing WIDE!! in the neighborhood of 20-50 pips. The downfall is that the profit is MUCH slower in accumulation. BUT IS MUCH SAFER!!

Don
thanks,for new version.can we add trading time?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #113 (permalink)  
Old 08-08-2007, 03:19 PM
CeroOnda's Avatar
CeroOnda CeroOnda is offline
Member
 
Join Date: Mar 2007
Location: Buenos Aires - Argentina
Posts: 59
CeroOnda is on a distinguished road
Question

Wich TFs and pairs should I try this EA on?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #114 (permalink)  
Old 08-08-2007, 03:45 PM
sps8's Avatar
sps8 sps8 is offline
Senior Member
 
Join Date: Apr 2006
Posts: 183
sps8 is on a distinguished road
hi

Quote:
Originally Posted by CeroOnda View Post
Wich TFs and pairs should I try this EA on?
i loaded on 4hr tf.resultes very good
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #115 (permalink)  
Old 08-08-2007, 03:53 PM
CeroOnda's Avatar
CeroOnda CeroOnda is offline
Member
 
Join Date: Mar 2007
Location: Buenos Aires - Argentina
Posts: 59
CeroOnda is on a distinguished road
Question

Quote:
Originally Posted by sps8 View Post
i loaded on 4hr tf.resultes very good
And which pair/s?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #116 (permalink)  
Old 08-08-2007, 05:12 PM
sps8's Avatar
sps8 sps8 is offline
Senior Member
 
Join Date: Apr 2006
Posts: 183
sps8 is on a distinguished road
hi

Quote:
Originally Posted by CeroOnda View Post
And which pair/s?
all majors good.except usd/chf.worest resut too much floating on it.also good perfomance on all jpy pairs
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #117 (permalink)  
Old 08-08-2007, 05:14 PM
sps8's Avatar
sps8 sps8 is offline
Senior Member
 
Join Date: Apr 2006
Posts: 183
sps8 is on a distinguished road
hi

other did,nt tested yet
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #118 (permalink)  
Old 08-09-2007, 03:41 AM
ElectricSavant's Avatar
ElectricSavant ElectricSavant is offline
Senior Member
 
Join Date: Jun 2007
Posts: 2,394
ElectricSavant is on a distinguished road
I loaded this latest version: http://www.forex-tsd.com/attachments...5a_rodmod8.mq4 (from post#100) for the EA in a demo acct with $2,818.30 trading a micro acct at IBFX with

GBP/USD
AUD/CAD
EUR/CHF
NZD/JPY


Below is a snip from the code that assigns unique magicnumbers and obviousley our code author uses IBFX:

if (Symbol() == "AUDCADm" || Symbol() == "AUDCAD") Reference = 801001;
if (Symbol() == "AUDJPYm" || Symbol() == "AUDJPY") Reference = 801002;
if (Symbol() == "AUDNZDm" || Symbol() == "AUDNZD") Reference = 801003;
if (Symbol() == "AUDUSDm" || Symbol() == "AUDUSD") Reference = 801004;
if (Symbol() == "CHFJPYm" || Symbol() == "CHFJPY") Reference = 801005;
if (Symbol() == "EURAUDm" || Symbol() == "EURAUD") Reference = 801006;
if (Symbol() == "EURCADm" || Symbol() == "EURCAD") Reference = 801007;
if (Symbol() == "EURCHFm" || Symbol() == "EURCHF") Reference = 801008;
if (Symbol() == "EURGBPm" || Symbol() == "EURGBP") Reference = 801009;
if (Symbol() == "EURJPYm" || Symbol() == "EURJPY") Reference = 801010;
if (Symbol() == "EURUSDm" || Symbol() == "EURUSD") Reference = 801011;
if (Symbol() == "GBPCHFm" || Symbol() == "GBPCHF") Reference = 801012;
if (Symbol() == "GBPJPYm" || Symbol() == "GBPJPY") Reference = 801013;
if (Symbol() == "GBPUSDm" || Symbol() == "GBPUSD") Reference = 801014;
if (Symbol() == "NZDJPYm" || Symbol() == "NZDJPY") Reference = 801015;
if (Symbol() == "NZDUSDm" || Symbol() == "NZDUSD") Reference = 801016;
if (Symbol() == "USDCHFm" || Symbol() == "USDCHF") Reference = 801017;
if (Symbol() == "USDJPYm" || Symbol() == "USDJPY") Reference = 801018;
if (Symbol() == "USDCADm" || Symbol() == "USDCAD") Reference = 80101


These four pair represent all eight currencies that IBFX offers & I have my TF on my Demo MT4 platform viewing H4 TF's and that is where I dragged this EA into.

This latest version by Willis11of12 has the following defaulted inputs:
TakeProfit: 50.0 (ATR's unique to each pair could cause one to make this setting different for each pair)
StopLoss: 50.0 (ATR's unique to each pair could cause one to make this setting different for each pair)
LotSize: 0.01
LotIncrement: 0.01
Multiplier: 0
ProfitTarget: 25
OpenOnTick: 0
Spacing: 2
TrendSpacing: 1
CounterTrendMultiplier: 1.0
CloseDelay: 0.0
TrendtimeFrame: 240
CeaseTrading: false
RightSidedLabel: true

This is such a simple input screen, so can someone attempt to post a manual in this thread for this new version, for each input? I chose this thread and this EA as it is a short thread and easier to follow and a seamingly, simple EA. There is hope for this EA to become a Forextsd shared, free and open automation that can coherently be illustrated.

ES

Question: Now that this revised version has new parameters, should it be further "tamed" with wider pip spacing and a maximum number of trades limiting the grid size? (# of trades) or will the TP's and SL's take care of this? It seems that the opening of each 4HR. bar controls the number of trades currently and it allows one new trade for each "4 hour open". Keeping it simple is very important to me, so please excuse this lenghty post and English is my first language..

Could someone fix this "bug" that opens new trades when the platform reboots? and fix the rightsided label to work? (I want to turn those big white numbers off! that duplicate my Balance and Equity)



Quote:
Originally Posted by Willis11of12 View Post
SPS8, here is the modified EA with the TP and SL points added that you wanted.

Last edited by ElectricSavant : 08-09-2007 at 05:22 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #119 (permalink)  
Old 08-09-2007, 05:14 AM
ElectricSavant's Avatar
ElectricSavant ElectricSavant is offline
Senior Member
 
Join Date: Jun 2007
Posts: 2,394
ElectricSavant is on a distinguished road
I hope this can be fixed.

ES


Quote:
Originally Posted by sps8 View Post
anyone knows why this ea open a new order on the same currency after reloading aplatfom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #120 (permalink)  
Old 08-09-2007, 10:54 AM
imatache's Avatar
imatache imatache is offline
Junior Member
 
Join Date: Dec 2006
Location: Bucharest
Posts: 16
imatache is on a distinguished road
small spacing... not good

The Creator of this EA is absolutely right: small spacing will always result in wrong entries. Spacing = 2 means that when the price moves 2 pips in one direction you open a trade in that direction. Of course this is a huuuuge source of trouble, therefore to confirm a clear trend... spacing must be higher.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/martingale-average-cost-hedging/8126-pipmaker-v1-price-action-based-ea.html
Posted By For Type Date
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 06-26-2008 09:37 AM
FXシステムトレード自動売買実践室 Post #1021 Refback 06-24-2008 02:16 PM
FXシステムトレード自動売買実践室 Post #1021 Refback 06-14-2008 04:09 PM
メタトレーダーだぁ!  200805 This thread Refback 06-06-2008 03:17 PM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 04-15-2008 12:39 PM
^g!@SゥXX: PipMaker This thread Refback 03-28-2008 02:42 AM
^g!@SゥXX: tEA!! This thread Refback 03-26-2008 12:06 AM
^g!@SゥXX This thread Refback 03-25-2008 11:15 PM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-14-2008 04:32 AM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-09-2008 07:41 PM
Expert Advisor | Forex MetaTrader Expert Advisors | Over 40 of the Best EA's for MT4 on Squidoo This thread Refback 03-07-2008 02:31 AM
【MT4】MetaTrader Part8【メタトレーダー】 - MetaTraderまとめWiki This thread Refback 02-24-2008 06:14 AM
FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 02-23-2008 08:51 PM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 02-23-2008 11:01 AM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-21-2008 12:27 AM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-13-2008 06:28 AM
TSDのフォーラムへのリンク | 1万円から目指す原資回復 This thread Refback 02-09-2008 09:35 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-08-2008 01:34 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 15 - Sarmaye Forums This thread Refback 02-08-2008 01:18 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-07-2008 12:16 AM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-06-2008 03:30 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-06-2008 07:43 AM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-06-2008 06:23 AM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 16 - Sarmaye Forums This thread Refback 02-06-2008 06:03 AM
200801 FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 02-03-2008 08:40 AM
Per tutti: Expert Advisor/Strategia da valutare - Forex Forum This thread Refback 01-31-2008 07:00 PM
FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 01-30-2008 07:57 AM
20080116 FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 01-27-2008 12:50 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 15 - Sarmaye Forums This thread Refback 01-22-2008 08:16 PM
FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 01-18-2008 05:43 PM
FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 01-18-2008 03:32 AM
ブログを書いてる暇などない・・・ FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 01-17-2008 02:28 AM
FXなんでもかんでも・・・All you need is TREND!(仮題) This thread Refback 01-16-2008 12:34 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 15 - Sarmaye Forums This thread Refback 01-09-2008 12:03 PM
悋擧愕拆惘惠悋 愕惆惆 !!! - 惶忰 15 - Sarmaye Forums This thread Refback 01-07-2008 09:33 PM
悋擧愕拆惘惠悋 愕惆 惆 !!! - 惶忰 15 - Sarmaye Forums This thread Refback 12-29-2007 05:07 PM
悋擧愕拆惘惠悋 愕惆 惆 !!! - 惶忰 15 - Sarmaye Forums This thread Refback 12-29-2007 01:28 PM
shez_78's bookmarks tagged with This thread Refback 12-27-2007 11:50 AM
Long Term Smooching Method - Page 2 - FXOpen Forex Forum | Forex review | Trading methods | Education | Analytics This thread Refback 12-11-2007 02:12 AM
Long Term Smooching Method - Page 2 - FXOpen Forex Forum | Forex review | Trading methods | Education | Analytics This thread Refback 12-10-2007 11:46 PM
Forex TSD| Metatrader Indicators and Experts Advisors This thread Refback 11-09-2007 09:11 PM
- Per tutti: Expert Advisor/Strategia da valutare This thread Refback 11-08-2007 08:02 PM
[Forex-PipmakerV9-1] Yang berminat untuk mendiskusikan EA ini silakan masuk...:)) - Kaskus - The