Huge Income

0
(0)
姓名:
Huge Income
作者: chris10 (2010.08.16 09:57)
已下載: 8372
下載:
Huge Income 1
Huge Income.mq4 (1.3 KB) 看法
Huge Income 2Huge Income 3Huge Income 4
8 評論 發表新評論, 請 登錄 或者 登記

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? 出色地, I just can't belive the stats. 反正, you can add something like "金錢管理"... 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(無效的,0,0);
double l1 = iLow(無效的,0,0);
double o1 = iOpen(無效的,0,0);
{
如果 ((Bid>o1 && (o1-l1)>bval*Point) && OrdersTotal()<1 && 小時()<22)
OrderSend(象徵(),OP_BUY,很多,Ask,0,0,0,"Easiest ever",0,0);

如果 ((Ask<o1 && (h1-o1)>sval*Point) && OrdersTotal()<1 && 小時()<16)
OrderSend(象徵(),OP_SELL,很多,Bid,0,0,0,"Easiest ever",0,0);
{
為了 (int i=0; 我<OrdersTotal(); i++)
{
如果 (OrderSelect(我,SELECT_BY_POS,MODE_TIME)==true)
如果 (OrderType()==OP_BUY && 小時()>marketclosehour-1)
OrderClose(OrderTicket(),OrderLots(),Bid,0,CLR_NONE);

如果 (OrderType()==OP_SELL && 小時()>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.
警告: 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?

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.