Huge Income

0
(0)
Name:
Huge Income
Author: chris10 (2010.08.16 09:57)
Downloaded: 8372
Download:
Huge Income 1
 Huge Income.mq4 (1.3 Kb) View
Huge Income 2Huge Income 3Huge Income 4
8 comments  To post a new comment, please log in or register

This EA is Bullshit
13.06.2011 20:16 sissia

jassim:
Hi Chris,

Could you put the setting and whats the best pair for this EA?

jassim:
Hi Chris,

Could you put the setting and whats the best pair for this EA?

charleysgn

seems to work on USD/JPY short term M30, just be careful, it will instantly place another order

25.04.2011 19:54 3940

"Changed code"

Tested? Well, I just can't belive the stats. Anyway, you can add something like "money management"... or just to ... WAIT!

Was it 1 year test or 5 year test?

06.11.2010 23:29 26994

Changed code to allow optimisation and made relative to the current time frame instead of daily only.

extern double lot = 0.1;
extern double marketclosehour = 23; // on friday
extern double bval = 15;
extern double sval = 15;

int start()
{
double h1 = iHigh(NULL,0,0);
double l1 = iLow(NULL,0,0);
double o1 = iOpen(NULL,0,0);
{
if ((Bid>o1 && (o1-l1)>bval*Point) && OrdersTotal()<1 && Hour()<22)
OrderSend(Symbol(),OP_BUY,lot,Ask,0,0,0,"Easiest ever",0,0);

if ((Ask<o1 && (h1-o1)>sval*Point) && OrdersTotal()<1 && Hour()<16)
OrderSend(Symbol(),OP_SELL,lot,Bid,0,0,0,"Easiest ever",0,0);
{
for (int i=0; i<OrdersTotal(); i++)
{
if (OrderSelect(i,SELECT_BY_POS,MODE_TIME)==true)
if (OrderType()==OP_BUY && Hour()>marketclosehour-1)
OrderClose(OrderTicket(),OrderLots(),Bid,0,CLR_NONE);

if (OrderType()==OP_SELL && Hour()>marketclosehour-1)
OrderClose(OrderTicket(),OrderLots(),Ask,0,CLR_NONE);
}
}
}
return(0);
}
//+------------------------------------------------------------------+

29.09.2010 06:14 Yllintor

Has anyone got anything this guy posted to work?
01.09.2010 01:51 metalriff

hi the EA is good but then please put the CURRENCY pair in which ypu have tested and also the time frame on which it is tested ..
18.08.2010 10:17 ajayshar27

EA code is nice and simple code. I always like these one-block EA's.
Warning: The site that Chris10 has listed inside the EA seems like a trojan ridden piece of crap. I would advise anyone not to go there because it is just for advertising and computer begins to go slow the second you arrive. I've gotten bugged this way in the past so...fair warning to fair people.

16.08.2010 20:50 LBranjord

Hi Chris,

Could you put the setting and whats the best pair for this EA?

How useful was this post?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate this post.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?



Author: Forex Wiki Team
We are a team of highly experienced Forex Traders [2000-2023] who are dedicated to living life on our own terms. Our primary objective is to attain financial independence and freedom, and we have pursued self-education and gained extensive experience in the Forex market as our means to achieve a self-sustainable lifestyle.