Forex



Go Back   Forex Trading > Downloads > Indicators - 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
  #1 (permalink)  
Old 08-22-2006, 07:59 AM
Junior Member
 
Join Date: Aug 2006
Posts: 12
billritz is on a distinguished road
Question iCustom() problem

I'm having problems using iCustom() - I can't get the arrows in my indicator buffers to show. They're fine when I drop the indicator on the chart, but don't show when I call it from the EA. My text objects do show, so I know the call is finding the custom indicator. Any ideas why? Also - if I call an indicator from my EA, how does my EA get the values that the indicator is displaying? Any help would be appreciated.
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
  #2 (permalink)  
Old 08-22-2006, 08:45 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by billritz
I'm having problems using iCustom() - I can't get the arrows in my indicator buffers to show. They're fine when I drop the indicator on the chart, but don't show when I call it from the EA. My text objects do show, so I know the call is finding the custom indicator. Any ideas why? Also - if I call an indicator from my EA, how does my EA get the values that the indicator is displaying? Any help would be appreciated.
I am using icustom in EA but just to call custom indocator. Not to display indicator in the chart as it is not necessary for EA in most cases.
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
  #3 (permalink)  
Old 08-23-2006, 02:54 AM
Junior Member
 
Join Date: Aug 2006
Posts: 12
billritz is on a distinguished road
Mostly for testing/verification

I develop my strategies with an indicator, and want to verify that the EA is working the way the indicator did. If I get a little more experience with MT4 under my belt, maybe I can make the meat of the indicator logic a subroutine or a DLL and then call it from both my indicator and EA.

When you use the tester, you can open a chart. If I could override that logic I could put objects on that chart as well.

Does anybody know of some EAs that show you graphically what they're doing?
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
  #4 (permalink)  
Old 08-23-2006, 03:44 AM
Member
 
Join Date: Dec 2005
Posts: 69
richx7 is on a distinguished road
I made my first ICustom using Fisher m11 as the custom. It shows the indicator in the tester which is nice chart but is a loser most of the time. Fisher m11 is an indicator and needs to be in that folder. Fisher Auto EA m11 must be in the experts folder. Here is the way I placed it in the EA:

iCustom(NULL,0,"Fisher_m11",Fisher_Period, IndexSmoothing,PriceSmoothing,0);

Here is the format to use it : double iCustom( string symbol, int timeframe, string name, ..., int mode, int shift)

It may help some who are working on creating their own EAs.
Attached Files
File Type: mq4 Fisher Auto EA v1 m11.mq4 (10.2 KB, 65 views)
File Type: mq4 Fisher_m11.mq4 (6.0 KB, 55 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
  #5 (permalink)  
Old 08-23-2006, 04:05 AM
Senior Member
 
Join Date: Oct 2005
Posts: 114
jimmyking is on a distinguished road
I have a similar question.
Does any one know how to use
SHI_SilverTrendSigAlert
and
SilverTrend_Signal With Alert v3
in a EA?
I need a professional help.
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
  #6 (permalink)  
Old 08-23-2006, 08:22 AM
Member
 
Join Date: Dec 2005
Posts: 69
richx7 is on a distinguished road
SilverTrend is nice for trading but the signal will go on and off until the bar closes which can be hard on making an EA. I have included a zip of 12 Silver EAs for you to look at.
Attached Files
File Type: zip silver trend EAs.zip (49.6 KB, 73 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
Reply

Bookmarks

Tags
icustom


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
iCustom function homicida Metatrader 4 mql 4 - Development course 100 09-03-2009 03:50 AM
Easy iCustom and Alerts! codersguru Indicators - Metatrader 4 58 04-13-2009 09:30 AM
iCustom question .. yaniv_av Indicators - Metatrader 4 16 06-20-2008 05:37 PM
icustom maje Questions 24 12-05-2007 10:26 AM
I need help on creating an Icustom statement for my EA using this indicator as input! iscuba11 Expert Advisors - Metatrader 4 4 09-11-2006 08:18 PM


All times are GMT. The time now is 10:24 PM.



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