Edit Your Comment
Would like to offer my services ...
Členom od Aug 17, 2009
23 príspevkov
Aug 18, 2009 at 21:22
Členom od Aug 17, 2009
23 príspevkov
If anybody is after an MT4 Indicator or EA, I am available as a coder. Some of my previous work is published on my site theguruonline.biz
Členom od Aug 20, 2009
8 príspevkov
Oct 03, 2009 at 00:40
Členom od Aug 20, 2009
8 príspevkov
Sorry sir, but many programer mql4 is freely at many forum.
thx's for adv.
thx's for adv.

Trader help Trader with Intergrity and Honesly
Členom od Aug 06, 2009
386 príspevkov
Oct 06, 2009 at 13:06
Členom od Aug 06, 2009
386 príspevkov
downloadduit posted:
Sorry sir, but many programer mql4 is freely at many forum.
thx's for adv.
but then your code will be visible to all. if you're creating an ea, i would suggest keeping it private.
Sleep is for the weak.
Členom od Oct 24, 2009
158 príspevkov
Oct 27, 2009 at 00:51
Členom od Oct 24, 2009
158 príspevkov
I can help out with oanda API stuff, got some API experience, running 8 trade systems 24/7, and been doing so for 9 months now. I did mine with C#, using the normal oanda API.
knowledge as well as smarts are needed to make money.
Členom od Nov 05, 2009
2 príspevkov
Nov 05, 2009 at 20:00
Členom od Nov 05, 2009
2 príspevkov
We have developed a tool which traders can use to build EAs for Metatrader online without programming. Indicators, chart patterns, breakouts can be used as signals. Money/risk management, dynamic SL, dynamic TP, decrease factor and many other features can be created as simple as selecting several checkboxes or choosing values from the lists or fields on website.
Find your own strategy for trading and automate it
Členom od Aug 20, 2009
8 príspevkov
Dec 13, 2009 at 13:09
Členom od Aug 20, 2009
8 príspevkov
biz0101 posted:
downloadduit posted:
Sorry sir, but many programer mql4 is freely at many forum.
thx's for adv.
but then your code will be visible to all. if you're creating an ea, i would suggest keeping it private.
I like a shared an EA or Knowlage, cos with shared we gat more powerfull EA and more knowlage (share is care - like my motto 😁).
May this help.
😀😀
Trader help Trader with Intergrity and Honesly
Členom od Oct 22, 2009
83 príspevkov
Jan 16, 2010 at 11:52
Členom od Oct 22, 2009
83 príspevkov
eacreator posted:
We have developed a tool which traders can use to build EAs for Metatrader online without programming. Indicators, chart patterns, breakouts can be used as signals. Money/risk management, dynamic SL, dynamic TP, decrease factor and many other features can be created as simple as selecting several checkboxes or choosing values from the lists or fields on website.
If one should you your service, how is the user's EA they have created using your tools reassured that you are not harvesting everyone's EA?
cheers
When everything else out there is just not good enough, design your own! MIDAS

forex_trader_4072
Členom od Dec 05, 2009
19 príspevkov
Jan 18, 2010 at 05:47
Členom od Dec 05, 2009
19 príspevkov
out of interest what's the charge for creating a basic ea?
Členom od Jan 05, 2010
88 príspevkov
Jan 18, 2010 at 07:52
Členom od Jan 05, 2010
88 príspevkov
kproctor81 posted:
out of interest what's the charge for creating a basic ea?
It's there on the website - €29 per month for 2 EA's, or €397 per month unlimited. Rather pricey I would say.
Patience is a virtue.

forex_trader_4072
Členom od Dec 05, 2009
19 príspevkov
Jan 18, 2010 at 08:53
Členom od Dec 05, 2009
19 príspevkov
PipCollector posted:
kproctor81 posted:
out of interest what's the charge for creating a basic ea?
It's there on the website - €29 per month for 2 EA's, or €397 per month unlimited. Rather pricey I would say.
Sorry champ I meant for a programmer to do it, Ive tried various softwares that make them and the instructions might aswell be in another language..
Členom od Jan 05, 2010
88 príspevkov
Jan 18, 2010 at 09:48
Členom od Jan 05, 2010
88 príspevkov
Oh, my bad.
So what type of EA are you trying to code? There's plenty of examples on the web and with some minor understanding of mql language you can code it by yourself.
So what type of EA are you trying to code? There's plenty of examples on the web and with some minor understanding of mql language you can code it by yourself.
Patience is a virtue.
Členom od Nov 12, 2009
19 príspevkov
Mar 18, 2010 at 12:15
Členom od Nov 12, 2009
19 príspevkov
allanneagle posted:
If anybody is after an MT4 Indicator or EA, I am available as a coder. Some of my previous work is published on my site theguruonline.biz
Hi Guru,
How can I contact you? I'm thinking of a minor modification of an EA. Would like to get an indication of how much it may cost. Your site does not have contact details. Pls can I have your email address? Or any other method to get in touch with you.
Regards
Bill
p/s: I'm not on Facebook
Členom od Jun 22, 2010
5 príspevkov
Jun 22, 2010 at 01:44
Členom od Jun 22, 2010
5 príspevkov
allanneagle posted:
If anybody is after an MT4 Indicator or EA, I am available as a coder. Some of my previous work is published on my site theguruonline.biz
please write me a code to implement the folowing Money management in my ea
1) Open 2 trades at 3 % stop loss of account total ( i.e 1.5% for each)
2) Partial take profit of 50 % of total trade lots at ( atr % adjustable)
extern double Percentage_ATR_TP = 50 ;
extern double Percentage_ATR_TL = 50;
extern double Percentage_ATR_SL = 35 ;
3) the second -remaing lots at ( atr % adjustable)
extern double Percentage_ATR_TP = 90 ;
extern double Percentage_ATR_TL = 50;
extern double Percentage_ATR_SL = 35
After 1st tp the remaning trade has trailing stop of extern double Percentage_ATR_TL = 35
4) Double lot size for fifth trade after 4 consecutive losses or after 15% initial capital loss then linear lots increment for subsequent trades till two consecutive wins after which it goes back to default lot size.
That’s all
please help
God is good
Členom od Aug 15, 2010
2 príspevkov
Aug 16, 2010 at 01:58
Členom od Aug 15, 2010
2 príspevkov
HOLA
SI ALGUIEN YA TIENE UN ROBOT PROBADO CON PROFIT
PLEASE DEJEMELO SABER PARA NEGOCIARLO
SALUDOS RAUL
[email protected]
SI ALGUIEN YA TIENE UN ROBOT PROBADO CON PROFIT
PLEASE DEJEMELO SABER PARA NEGOCIARLO
SALUDOS RAUL
[email protected]

*Komerčné použitie a spam nebudú tolerované a môžu viesť k zrušeniu účtu.
Tip: Uverejnením adresy URL obrázku /služby YouTube sa automaticky vloží do vášho príspevku!
Tip: Zadajte znak @, aby ste automaticky vyplnili meno používateľa, ktorý sa zúčastňuje tejto diskusie.