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
  #111 (permalink)  
Old 11-27-2006, 07:40 PM
Wackena's Avatar
Senior Member
 
Join Date: May 2006
Posts: 216
Wackena is on a distinguished road
Quote:
Originally Posted by Wackena
bluto,

I wanted to see the TrendVal as part of the Comment() line at top of charts. So I modified the Comment() line as follows.

Code:
Comment("LastPrice=",LastPrice," Previous open orders=",PreviousOpenOrders,"   H4 Trend Dir: ",TrendTxt,"== ",TrendVal,"\nContinue opening=",ContinueOpening," OrderType=",myOrderType,"\n",text2,"\nLots=",lotsi,"\n",text);
The output on chart was "0". I also tried it with UpTrendVal and DnTrendVal in the Comment() line and both values were "0". It seems that the iCustom() function for Turbo_JVEL is not returning values.

I also tested 1st & 2nd Goblin release and got same results. When I first tested 1st release of Goblin, I got correct values in the Comment() line. Also, the Turbo_JVEL attached to chart has correct values.

Something must have changed in Turbo_JVEL Indicator code so that now the Parameters set in iCustom() could be incorrect.

Can you confirm if what I am seeing is correct? Hope I'm wrong.

Wackena
bluto,

I reloaded original 1st release of Goblin & Turbo_JVEL and now the values are correct.

Wackena
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
  #112 (permalink)  
Old 11-27-2006, 08:05 PM
Senior Member
 
Join Date: Jun 2006
Posts: 744
yeoeleven is on a distinguished road
Forward testing

I have upgraded Goblin with the H4 ammendment and to date it has reassessed the direction on 2 pairs. Using the settings previously posted except to remove the AccountsProtect option, here is the first day's result.

John
Attached Images
File Type: gif Goblin#2.gif (4.8 KB, 320 views)
Attached Files
File Type: htm Goblin#2.htm (21.3 KB, 125 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
  #113 (permalink)  
Old 11-27-2006, 08:07 PM
Member
 
Join Date: Sep 2006
Posts: 44
teamfri is on a distinguished road
I did some backtesting with the newest goblin on Eur/Usd. Using setup of maxtrade=6 takeprofit=15 lot=0.1 initialstop=0 pips=15 ordersprotect=0.

If the start date of testing is before November 16, it looks perfect; but if it starts from Nov 16, looks like it needs to do sth on stoploss(or maybe I should have some change on the setting?).


From the backtesting, it seems to give better results than the first one released.
Attached Images
File Type: gif fromNov16.gif (4.3 KB, 288 views)
File Type: gif fromJan1.gif (5.0 KB, 291 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
  #114 (permalink)  
Old 11-27-2006, 08:10 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by Wackena
bluto,

I wanted to see the TrendVal as part of the Comment() line at top of charts. So I modified the Comment() line as follows.

Code:
Comment("LastPrice=",LastPrice," Previous open orders=",PreviousOpenOrders,"   H4 Trend Dir: ",TrendTxt,"== ",TrendVal,"\nContinue opening=",ContinueOpening," OrderType=",myOrderType,"\n",text2,"\nLots=",lotsi,"\n",text);
The output on chart was "0". I also tried it with UpTrendVal and DnTrendVal in the Comment() line and both values were "0". It seems that the iCustom() function for Turbo_JVEL is not returning values.

I also tested 1st & 2nd Goblin release and got same results. When I first tested 1st release of Goblin, I got correct values in the Comment() line. Also, the Turbo_JVEL attached to chart has correct values.

Something must have changed in Turbo_JVEL Indicator code so that now the Parameters set in iCustom() could be incorrect.

Can you confirm if what I am seeing is correct? Hope I'm wrong.

Wackena
The call to Turbo_JVEL and the associated return values is working fine. It has to do with the timing of how and when the OpenOrdersBasedOnTrendRSX() function is called and when variables are populated for the comment line.

Here's a revised version that continually refreshes the comment line variables with each tick.
Attached Files
File Type: mq4 Goblin.mq4 (12.4 KB, 325 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
  #115 (permalink)  
Old 11-27-2006, 08:12 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by yeoeleven
I have upgraded Goblin with the H4 ammendment and to date it has reassessed the direction on 2 pairs. Using the settings previously posted except to remove the AccountsProtect option, here is the first day's result.

John
Thanks. Sheesh, I picked a bad time with these wild markets to release a new EA.
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
  #116 (permalink)  
Old 11-27-2006, 08:35 PM
Wackena's Avatar
Senior Member
 
Join Date: May 2006
Posts: 216
Wackena is on a distinguished road
Quote:
Originally Posted by bluto
The call to Turbo_JVEL and the associated return values is working fine. It has to do with the timing of how and when the OpenOrdersBasedOnTrendRSX() function is called and when variables are populated for the comment line.

Here's a revised version that continually refreshes the comment line variables with each tick.
bluto,

Thanks, works like a charm.

Wackena
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
  #117 (permalink)  
Old 11-27-2006, 08:51 PM
Senior Member
 
Join Date: Sep 2006
Location: Europe
Posts: 115
SloForeX is on a distinguished road
Hi Bluto,

First of all, congratulations for this great EA. Me and my friend will start testing this EA and we have some additional questions.

If we wan't to use goblin, do we have to attach your indicator as well? If yes which one? Turbo_Jvel or Turbo_Jrsx?

We will use the default settings and H4 timeframe and then report the results.
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
  #118 (permalink)  
Old 11-27-2006, 08:58 PM
bluto's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 633
bluto is an unknown quantity at this point
Quote:
Originally Posted by SloForeX
Hi Bluto,

First of all, congratulations for this great EA. Me and my friend will start testing this EA and we have some additional questions.

If we wan't to use goblin, do we have to attach your indicator as well? If yes which one? Turbo_Jvel or Turbo_Jrsx?

We will use the default settings and H4 timeframe and then report the results.
Slo -

You do not need to attach either of the indicators to the chart. Your Goblin chart timeframes for trading should be H1. The JVEL indicator uses an H4 timeframe internally to reference the overall trend.

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
  #119 (permalink)  
Old 11-27-2006, 09:06 PM
Senior Member
 
Join Date: Dec 2005
Location: California, USA
Posts: 355
goldensight is on a distinguished road
Is there an updated version for what was changed in this post? Thanks


Quote:
Originally Posted by yeoeleven
I have upgraded Goblin with the H4 ammendment and to date it has reassessed the direction on 2 pairs. Using the settings previously posted except to remove the AccountsProtect option, here is the first day's result.

John
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
  #120 (permalink)  
Old 11-27-2006, 09:07 PM
Senior Member
 
Join Date: Sep 2006
Location: Europe
Posts: 115
SloForeX is on a distinguished road
Quote:
Originally Posted by bluto
Slo -

You do not need to attach either of the indicators to the chart. Your Goblin chart timeframes for trading should be H1. The JVEL indicator uses an H4 timeframe internally to reference the overall trend.

Waw!

Thanks for your quick response. We will pay attention to your suggestions. 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
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:04 PM.



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