Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #121 (permalink)  
Old 11-27-2006, 09:26 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by goldensight
Is there an updated version for what was changed in this post? Thanks
Yes...I've updated the original zip file on the first page with the changes.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #122 (permalink)  
Old 11-27-2006, 09:58 PM
Senior Member
 
Join Date: Dec 2005
Location: California, USA
Posts: 355
goldensight is on a distinguished road
Excellant, thank you Bluto.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #123 (permalink)  
Old 11-28-2006, 12:36 AM
popok_sakti's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 108
popok_sakti is on a distinguished road
suggestion

Hi,

Firstly, I would like to thank Bluto for his great EA,
I'm really impressed

Secondly, Can I make suggestion to the goblin regarding the SecureProfit, it seems the value of SecureProfit is fix dollar value,
if (Profit>=SecureProfit)

Would it be better to change to :
if (Profit>=SecureProfit*PipValue)

Also on some demo account, it wont allow order bellow 0.1, i think its better to do some checking for this condition, but i don't how to do it

Thank You,
popok_sakti
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #124 (permalink)  
Old 11-28-2006, 12:42 AM
frantacech's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 497
frantacech is on a distinguished road
Quote:
Originally Posted by bluto
Yes...I've updated the original zip file on the first page with the changes.
Hi Bluto,
are you testing hedging pyramid strategy? Clasic pyramid is very risk.

(example , init 0,1Lot)
entry order 20pip above pivot (buystop) a 20pip bellow pivot (sellstop), Target profit 40pip. Dont SL.

- if price to TP, fajn - next další successful trade :-)
- if price turn back (for example from long) delete SELL STOP order and entry new order 0,2L

- if price down 40pip bellow pivot, close both trade.
0,2x40pip - 0,1x60pip - spready = 11pip (minus spready)
- if price dont TP in sell and price turn up and execute buystop (20pip above pivotem) buy 0,3L and TP again +40pip.
If execute TP profit 0,4Lx40pip - 0,2Lx60pip - spready = 22pip
-if again dont TP and price turn to pivot (entry SELL) open 0,5L short with TP again 40pip. If execute TP - profit 0,7x40 - 0,4x60 - 11x3 = 7pip.
If again dont price to TP (shit day :-)) ) again open long entry 0,8L,
If TP - profit TP bude zisk 1,2Lx40 - 0,7x60 - 14x3 = 18pip.

If down or up - you are winner!

1,2,3,5,8,13,21....

This is system pyramid hedging - minimal need margin, only Long minus Short Lots.

Clasic system 1,2,4,8,16,32 MARGIN CALL
---------------------------------

Examples

motion opposite position --------------------------------- pip 0,-20,-40,-60,-80,-100,-120,-140,-160,-180,-200,-220,-240pip

hedging pyramid and exigencies margin ------ 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233 TP=40pip

dont hedging pyramid and exigencies margin ---- 1, 2, 4, 8, 16, 32, 64, 128, 256, ............ ccaTP=20pip

consecutive losses ------------------------1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13

Source Rhombic1
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #125 (permalink)  
Old 11-28-2006, 12:54 AM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by popok_sakti
Hi,

Firstly, I would like to thank Bluto for his great EA,
I'm really impressed

Secondly, Can I make suggestion to the goblin regarding the SecureProfit, it seems the value of SecureProfit is fix dollar value,
if (Profit>=SecureProfit)

Would it be better to change to :
if (Profit>=SecureProfit*PipValue)

Also on some demo account, it wont allow order bellow 0.1, i think its better to do some checking for this condition, but i don't how to do it

Thank You,
popok_sakti
Great suggestion on the SecureProfit. I'll implement that. As for the minimum lot size restriction, I'm not sure how to check for that. There might be a trading function in MT4. Another option would be to hard code it for each broker but that's not too elegant. I'll have to look into it.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #126 (permalink)  
Old 11-28-2006, 12:59 AM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by frantacech
Hi Bluto,
are you testing hedging pyramid strategy? Clasic pyramid is very risk.

(example , init 0,1Lot)
entry order 20pip above pivot (buystop) a 20pip bellow pivot (sellstop), Target profit 40pip. Dont SL.

- if price to TP, fajn - next další successful trade :-)
- if price turn back (for example from long) delete SELL STOP order and entry new order 0,2L

- if price down 40pip bellow pivot, close both trade.
0,2x40pip - 0,1x60pip - spready = 11pip (minus spready)
- if price dont TP in sell and price turn up and execute buystop (20pip above pivotem) buy 0,3L and TP again +40pip.
If execute TP profit 0,4Lx40pip - 0,2Lx60pip - spready = 22pip
-if again dont TP and price turn to pivot (entry SELL) open 0,5L short with TP again 40pip. If execute TP - profit 0,7x40 - 0,4x60 - 11x3 = 7pip.
If again dont price to TP (shit day :-)) ) again open long entry 0,8L,
If TP - profit TP bude zisk 1,2Lx40 - 0,7x60 - 14x3 = 18pip.

If down or up - you are winner!

1,2,3,5,8,13,21....

This is system pyramid hedging - minimal need margin, only Long minus Short Lots.

Clasic system 1,2,4,8,16,32 MARGIN CALL
---------------------------------

Examples

motion opposite position --------------------------------- pip 0,-20,-40,-60,-80,-100,-120,-140,-160,-180,-200,-220,-240pip

hedging pyramid and exigencies margin ------ 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233 TP=40pip

dont hedging pyramid and exigencies margin ---- 1, 2, 4, 8, 16, 32, 64, 128, 256, ............ ccaTP=20pip

consecutive losses ------------------------1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13

Source Rhombic1
That's some good reference stuff there on Pyramid structures, but no, the Goblin EA isn't attempting any of that. This EA is an effort to enhance the
10Point3 EA to place trades in the right direction and avoid drawdowns. I'm simply using the built in Martingale style order processor to place the incremental trades, hopefully all in the successive right direction. The more I look at this EA, the more I want to rip that 10Point3 order engine out and do a complete re-write which is what I'm working on designing right now. You might want to take a look at some of the EA's that Maji built which use the pyramid approach...they're quite good.

Last edited by bluto; 11-28-2006 at 01:03 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #127 (permalink)  
Old 11-28-2006, 02:11 AM
Member
 
Join Date: Oct 2006
Posts: 73
AdamDuritz99 is on a distinguished road
It's doing pretty good so far. I have MaxTrades at 3 right now to reduce drawdown and OrderstoProtect at 3 with a secureprofit of 10 and InitialStop of 1. However I'm thinking about moving up to MaxTrades of 4.
Attached Images
File Type: gif goblin11-27.gif (5.6 KB, 284 views)
Attached Files
File Type: htm goblin11-27.htm (22.0 KB, 141 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #128 (permalink)  
Old 11-28-2006, 04:52 AM
popok_sakti's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 108
popok_sakti is on a distinguished road
Quote:
Originally Posted by bluto
Great suggestion on the SecureProfit. I'll implement that. As for the minimum lot size restriction, I'm not sure how to check for that. There might be a trading function in MT4. Another option would be to hard code it for each broker but that's not too elegant. I'll have to look into it.
Thank You Bluto,

I found the code to check min and max lot,

if (lotsi>MarketInfo(Symbol(),MODE_MAXLOT)){ lotsi=MarketInfo(Symbol(),MODE_MAXLOT); }
if (lotsi<MarketInfo(Symbol(),MODE_MINLOT)) { lotsi=MarketInfo(Symbol(),MODE_MINLOT); }

popok_sakti

Last edited by popok_sakti; 11-28-2006 at 05:00 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #129 (permalink)  
Old 11-28-2006, 05:32 AM
Senior Member
 
Join Date: Sep 2006
Location: Europe
Posts: 115
SloForeX is on a distinguished road
Quote:
Originally Posted by AdamDuritz99
It's doing pretty good so far. I have MaxTrades at 3 right now to reduce drawdown and OrderstoProtect at 3 with a secureprofit of 10 and InitialStop of 1. However I'm thinking about moving up to MaxTrades of 4.
Nice. Which pairs are you using? Timeframe is probably H1? What about S/L? Do you use it?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #130 (permalink)  
Old 11-28-2006, 06:14 AM
Member
 
Join Date: Oct 2006
Posts: 73
AdamDuritz99 is on a distinguished road
Quote:
Originally Posted by SloForeX
Nice. Which pairs are you using? Timeframe is probably H1? What about S/L? Do you use it?

Thanks
I'm currently only foward testing EUR/USD on H1. I'm now using a stoploss by setting InitialStop to 1.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
goblin, Goblin Bipolar Grid V4 trailing, Goblin EA, goblin expert advisor, Turbo_JRSX, predator, forex Predator, Predator ea, Trade Context Ping Error, Turbo_JVEL, TradeContext: ping error, ea goblin, trade context: ping error


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
dose it posible to creat any function of "mql code" posting in this forum? phoenix MetaTrader 23 09-23-2009 04:10 PM
Goblin "BiPolar" Edition bluto Expert Advisors - Metatrader 4 871 09-10-2009 01:22 PM
How to "teach" and to use the AI ("neuron") EA? danil Suggestions for Trading Systems 5 07-15-2008 05:26 PM


All times are GMT. The time now is 04:06 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.