Forex
Google
New signals service!

Go Back   Forex Trading > Trading systems > Martingale/Average Cost and Hedging


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 (50) Thread Tools Display Modes
  #611 (permalink)  
Old 12-23-2007, 05:44 AM
Member
 
Join Date: Nov 2006
Posts: 94
tiger_wong is on a distinguished road
Hi forum,

due to a lot of PM that I have received about this EA, I decide to explain a bit about the parameters. I hope this will help anyone who just read n try to use this EA.

TradeShort = true; // EA will only take short / sell position if this parameter set to True
TradeLong = false; // EA will only take long / buy position if this parameter set to True
UseDPO = true; // Trades long if 30Min-LWMA is above daily open and short if below (idea from OnlyPivot thread)
UseSniper = true; // Trades long if above 0, opposite for short depend on FX Sniper T3 CCI indicator
LotSize = 0.1; // Start lot size
LotIncrement = 0.1; // Increment lot size for next position
Multiplier = 0; // "0" for disable, "1" for enable multipler lot
ProfitTarget = 95; //This is profit target for sum of profit from all position (long / short)
OpenOnTick = 1; //"1" to enable, "0" to disable
Spacing = 15; //Distance to open next position if price goes againts our predicted trend
TrendSpacing = 5; //Distance to open next position if price goes as our predicted trend
CounterTrendMultiplier = 1; //"1" to enable, "0" to disable
CloseDelay = 91; //Time to close our position, use it if your broker doesn't allowed scalping (InterbankFX disallowed to close position below 90 seconds)
CeaseTrading = false; //Don't change this setting.
PauseTrading ="Pause Trading at Timeinterval";
StartTime = 0; //Example: Trading pause starts at day 15 hour 14, minute 30 (server time)--> input= 151430
EndTime = 0; //Example: Trading pause ends at day 15 hour 15, minute 10 (server time)--> input= 151510
QuitTrading = "Quit Trading at Time";
endDayHourMinute = 0; //Example: Quit trading on day 17 hour 21 minute 59 (server time)-->input=172159
RightSideLabel = true;
SessionTarget = 500; //Trading will be stopped if this amount has been earned in this session
MaximumBuyOrders =5; //Maximum long / buy position that EA can opens at one session
MaximumSellOrders =5; //Maximum short / sell position that EA can opens at one session

I suggest people who just arrived to this forum to read the previous page / post so you can understand the mod that others have developed and what point are they made for.

This EA is a good assistant for maximize our profit but we must decide the direction by ourself because the problem for this EA as many other EA is trend direction.

Have a nice day!

Last edited by tiger_wong; 12-23-2007 at 01:17 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #612 (permalink)  
Old 12-23-2007, 11:39 AM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,131
matrixebiz is on a distinguished road
Quote:
Originally Posted by tiger_wong View Post
Hi forum,

due to a lot of PM that I have received about this EA, I decide to try explain a bit about the parameters. I hope this will help anyone who just read n try to use this EA.

TradeShort = true; // EA will only take short / sell position if this parameter set to True
TradeLong = false; // EA will only take long / buy position if this parameter set to True
UseDPO = true; // Trades long if 30Min-LWMA is above daily open and short if below (idea from OnlyPivot thread)
UseSniper = true; // Trades long if above 0, opposite for short depend on FX Sniper T3 CCI indicator
LotSize = 0.1; // Start lot size
LotIncrement = 0.1; // Increment lot size for next position
Multiplier = 0; // "0" for disable, "1" for enable multipler lot
ProfitTarget = 95; //This is profit target for sum of profit from all position (long / short)
OpenOnTick = 1; //"1" to enable, "0" to disable
Spacing = 15; //Distance to open next position if price goes againts our predicted trend
TrendSpacing = 5; //Distance to open next position if price goes as our predicted trend
CounterTrendMultiplier = 1; //"1" to enable, "0" to disable
CloseDelay = 91; //Time to close our position, use it if your broker doesn't allowed scalping (InterbankFX disallowed to close position below 90 seconds)
CeaseTrading = false; //Don't change this setting.
PauseTrading ="Pause Trading at Timeinterval";
StartTime = 0; //Example: Trading pause starts at day 15 hour 14, minute 30 (server time)--> input= 151430
EndTime = 0; //Example: Trading pause ends at day 15 hour 15, minute 10 (server time)--> input= 151510
QuitTrading = "Quit Trading at Time";
endDayHourMinute = 0; //Example: Quit trading on day 17 hour 21 minute 59 (server time)-->input=172159
RightSideLabel = true;
SessionTarget = 500; //Trading will be stopped if this amount has been earned in this session
MaximumBuyOrders =5; //Maximum long / buy position that EA can opens at one session
MaximumSellOrders =5; //Maximum short / sell position that EA can opens at one session

I suggest people who just arrived to this forum to read the previous page / post so you can understand the mod that others have developed and what point are they made for.

This EA is a good assistant for maximize our profit but we must decide the direction by ourself because the problem for this EA as many other EA is trend direction.

Have a nice day!
Thanks, what version is this one?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #613 (permalink)  
Old 12-23-2007, 01:28 PM
Member
 
Join Date: Nov 2006
Posts: 94
tiger_wong is on a distinguished road
Quote:
Originally Posted by matrixebiz View Post
Thanks, what version is this one?
This is for PipMakerV5aNeo_Enhanced_V2 and its mods. Of course, the mod has its own added parameter as modification.

Credit for PipMakerV5aNeo_Enhanced_V2 is for parisienne, not me. I just try to explain the parameters.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #614 (permalink)  
Old 12-23-2007, 01:45 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,131
matrixebiz is on a distinguished road
Quote:
Originally Posted by tiger_wong View Post
This is for PipMakerV5aNeo_Enhanced_V2 and its mods. Of course, the mod has its own added parameter as modification.

Credit for PipMakerV5aNeo_Enhanced_V2 is for parisienne, not me. I just try to explain the parameters.
Ok thanks. Does PipMakerV5aNeo_Enhanced_V2 original work properly at trading constantly without the date thing and having to close and re-open the EA. Is this one the recommenced one to use? (PipMakerV5aNeo_Enhanced_V2 original)
Which version started to fail at Auto refreshing itself once it closes the trades once Profit target was met?

Last edited by matrixebiz; 12-23-2007 at 01:48 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #615 (permalink)  
Old 12-23-2007, 01:49 PM
bropips's Avatar
Junior Member
 
Join Date: Aug 2007
Posts: 7
bropips is on a distinguished road
Thank you

Tiger Wong,

Thank you very much for yr explaination.

Bropips.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #616 (permalink)  
Old 12-23-2007, 01:59 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,131
matrixebiz is on a distinguished road
How can I add an option that will close all trades for a particular currency if too much Negative float? EG: Close all trade if -$25
Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #617 (permalink)  
Old 12-23-2007, 02:38 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,131
matrixebiz is on a distinguished road
Maybe the problem of the Mods not taking anymore trades once profit was taken was because Session Target is set to low.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #618 (permalink)  
Old 12-23-2007, 04:37 PM
erdenmensch's Avatar
Senior Member
 
Join Date: Feb 2006
Posts: 267
erdenmensch is on a distinguished road
Quote:
Originally Posted by matrixebiz View Post
How can I add an option that will close all trades for a particular currency if too much Negative float? EG: Close all trade if -$25
Thank you
Looking for thread #591


@all @forex-tsd
Merry Christmas and a healthy successful happy new year 2008.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #619 (permalink)  
Old 12-23-2007, 06:41 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,131
matrixebiz is on a distinguished road
Quote:
Originally Posted by erdenmensch View Post
Looking for thread #591

@all @forex-tsd
Merry Christmas and a healthy successful happy new year 2008.
Yes, but that version has that weird PlacingTime setting that you have to keep stopping the EA after profit, change the Time then re-start the EA all the time.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #620 (permalink)  
Old 12-24-2007, 02:54 AM
Member
 
Join Date: Nov 2006
Posts: 94
tiger_wong is on a distinguished road
Quote:
Originally Posted by matrixebiz View Post
Ok thanks. Does PipMakerV5aNeo_Enhanced_V2 original work properly at trading constantly without the date thing and having to close and re-open the EA. Is this one the recommenced one to use? (PipMakerV5aNeo_Enhanced_V2 original)
Which version started to fail at Auto refreshing itself once it closes the trades once Profit target was met?
The original PipMakerV5Neo_Enhanced_V2 has already SessionTarget parameter that will make EA to stop open new position after the target is achieved. Maybe you should try to use the original PipMakerV5aNeo.

Quote:
Originally Posted by bropips View Post
Tiger Wong,

Thank you very much for yr explaination.

Bropips.
Your very welcome.

Quote:
Originally Posted by matrixebiz View Post
How can I add an option that will close all trades for a particular currency if too much Negative float? EG: Close all trade if -$25
Thank you
The original PipMakerNeo doesn't have any function to cut floating loss. This problem made huge drawdown in result of backtest. That's why Pariseene added a SessionTarget parameter and then I added SL in SLinPips,SLinDollar in the mod of PipMakerV5aNeo_Enhanced_v2.

Quote:
Originally Posted by matrixebiz View Post
Maybe the problem of the Mods not taking anymore trades once profit was taken was because Session Target is set to low.
Yes, the parameter SessionTarget gives limit to the EA to stop open new position after that target value is reached. If you raise the value of SessionTarget, then EA will open more positions (but you should notice the value of Spacing and TrendSpacing as well)

Quote:
Originally Posted by matrixebiz View Post
Yes, but that version has that weird PlacingTime setting that you have to keep stopping the EA after profit, change the Time then re-start the EA all the time.
If you read the previous posts, you will notice that we developed this EA as an assistant, so this EA is semi automatic, not full automatic. That's why we must restart the EA as we need.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
Pipmaker, pipmaker forex, pipmaker ea, adaptive RSI

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

BB 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
Bless EA [zmodykifowana] This thread Refback 08-17-2008 04:23 AM
Bless EA [zmodykifowana] This thread Refback 08-06-2008 08:05 PM
Bless EA [zmodykifowana] This thread Refback 08-06-2008 10:53 AM
Bless EA [zmodykifowana] This thread Refback 07-29-2008 12:07 PM
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!@SXX: PipMaker This thread Refback 03-28-2008 02:42 AM
^g!@SXX: tEA!! This thread Refback 03-26-2008 12:06 AM
^g!@SXX 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
ゞ堣吨韝リ滮咫韝リ漶式式再ll 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