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.
Click "Logics", then press " buy logics add", select "custom indicator", wait untill the new page will be downloaded with the following:
- Input the custom indicator's name.
- Input the parameters set, if needed(ex. p1, p2, p3 ...).
- Input the number of a indicator's line used.
- Input the number of periods back from the current bar(ex. Current = 0, Previous = 1, ...).
And so on.
About parameters of indicator and "iCustom" see Codersguru lessons. Besides I remember that somebody asked Codersguru about this iCustom and we have full explanation about it and indicator's parameters.
Hi
I seek as much information about iCustoms and embedding indicators in to experts. My email is dr_richard_gaines@yahoo.com can someone send me the link where I can read up and do my homework and research this further. I wish that you had given the link in this message I would be going there now.
I seek as much information about iCustoms and embedding indicators in to experts. My email is dr_richard_gaines@yahoo.com can someone send me the link where I can read up and do my homework and research this further. I wish that you had given the link in this message I would be going there now.
I will look thur code guru's postings.
Doc Gaines
iCustom function was fully explaned by Codersguru in several threads with many examples, templates, threories and practics. Go to Codersguru section and you may find something.
I'm sad to report that my experience of using it leaves much to be desired. While it did produce code it makes errors which then have to be debugged before they will compile cleanly and even after I got an EA with no errors according to the compiler it wouldn't execute any trades when attached to the chart. It attached fine, the smiley face showed in the chart but the EA remained dormant when it should have been executing trades. I knew the rules it should have placed orders on and it didn't. Attached is the code it made which wouldn't execute. Without knowing how to code so it can be debugged this is useless as a working EA.
I am new to this forum, without reading I have posted a new thread for your Advisor Builder. I had just tried my hand on your Advisor Builder (AB) and created my first EA, thank alot guy.
Help needed is how can I invert my EA's signal before it is executed by the MT, ie when my EA produces a BUY signal, this code should intercept it and change it to a SELL signal vs for the orginal SELL signal.
Could you extend your Builder to have an option to include money magement system in the code ?
Another wish list of mine, could you link your Java script with MT and use it to automatically generate EA using an initial population of say 1000 EA with random combination of of technical indicators and improve it using the genetic optimization in MT ?
Last edited by LAU Tien Poh; 04-10-2007 at 02:10 PM.
I am new to this forum, without reading I have posted a new thread for your Advisor Builder. I had just tried my hand on your Advisor Builder (AB) and created my first EA, thank alot guy.
Help needed is how can I invert my EA's signal before it is executed by the MT, ie when my EA produces a BUY signal, this code should intercept it and change it to a SELL signal vs for the orginal SELL signal.
Could you extend your Builder to have an option to include money magement system in the code ?
Another wish list of mine, could you link your Java script with MT and use it to automatically generate EA using an initial population of say 1000 EA with random combination of of technical indicators and improve it using the genetic optimization in MT ?
It is not my program. I am using it sometimes.
I am coding just simple EAs using this program and after that I modified the resulting code manually using MetaEditor.
I have a question about what is called "EA builder" software. Where can i find it? and can i build my EA with it even if i have no idea about mql4 language?