#11 (permalink)  
Old 10-19-2006, 10:26 AM
Freshman
 
Join Date: Sep 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
coin.inv is on a distinguished road
Default

Quote:
Originally Posted by bradman
Okay, i figured out how you people attach these files.

This is the indicator i copied and pasted above.

-------
i have found what i think is the ideal setting: 3/32

i will do away with trailing stop losses, as they will trigger too much.
visually checking data i see about 200 pips per major per month.

Scorpion, i am wondering how long these take to program. I assume it consumes several hours.
I would like to start trading live in November, assuming i get paid $1k i am owed.
maybe a week or two on demo first to make sure EA works.
I hope others see potential with Hull moving averages.

I was going to try to turn $1k into $1.2 million in ten months with this.
2 Lots per $10k - 0.2 lots for $1k

but that is risky. Even though it is great at eating trend pips.

Do people think i could get a realistic 50% a month?
that would be 1 Lot per $10k (4 trades simultaneous over majors).
I would have to lose 1000 pips for a wipeout.

1500
2250
3375
5062.50
7593.75
11,390
17,085
25,628
38,443
57,665
86,497
129,746
194,619
291,927
437,893
656,840
985,261 17 months!!

Long live the scorpion Hull EA!!!!!!!!



here ya go
Attached Files
File Type: doc one million.doc (653.5 KB, 280 views)
Profitable Forex Systems
Automatically trade proven forex trading systems.
Real trading records available!
Reply With Quote
  #12 (permalink)  
Old 10-19-2006, 02:35 PM
scorpion's Avatar
Administrator
 
Join Date: Aug 2004
Posts: 1,908
Thanks: 87
Thanked 346 Times in 143 Posts
scorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to beholdscorpion is a splendid one to behold
Send a message via MSN to scorpion Send a message via Yahoo to scorpion
Default

Great system. I'll code for you later today, alright?

coin.inv, what was your entry and exit again?
__________________
Make easy pips with the Advanced Economic Calendar for Forex Trading.
Reply With Quote
  #13 (permalink)  
Old 10-19-2006, 09:31 PM
Freshman
 
Join Date: Sep 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
coin.inv is on a distinguished road
Default

Have a great day
Attached Files
File Type: mq4 Clock[1].mq4 (5.4 KB, 111 views)

Last edited by coin.inv : 10-23-2006 at 12:04 PM.
Reply With Quote
  #14 (permalink)  
Old 10-19-2006, 11:47 PM
Freshman
 
Join Date: Sep 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
coin.inv is on a distinguished road
Default

if i have an indicator can i name it like i name a trendline????
(ie when you name a line it creates a #22578)

SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,1);
SetIndexStyle(1,DRAW_LINE,STYLE_SOLID,1);
SetIndexStyle(2,DRAW_LINE,STYLE_SOLID,1);

or

SetIndexDrawBegin(0,draw_begin0);
SetIndexDrawBegin(1,draw_begin0);
SetIndexDrawBegin(2,draw_begin0);

ALSO:

How would i code

if (Alerts)
{
if (!TurnedUp)
{
Alert ("IND XYZ" turned up on ",Symbol(),"-",Period());
PlaySound("alert.wav");
TurnedUp = true;
TurnedDown = false;
}

{
if (!TurnedDown)
{
Alert ("IND XYZ" turned down on ",Symbol(),"-",Period());
PlaySound("timeout.wav");
TurnedDown = true;
TurnedUp = false;

I want it to be changed to:
if previous bar open signal changed from current bar open then alert. This will filter out countless signals.

thank you whoever responds

Last edited by coin.inv : 10-22-2006 at 11:38 PM.
Reply With Quote
  #15 (permalink)  
Old 10-23-2006, 12:59 AM
Banned
 
Join Date: Aug 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
forextrades is on a distinguished road
Default

If it makes about 200 pips/month, I don't see how you are going to make 50% month unless you are trading 2.5 lots per $10k in capital.

Quote:
Originally Posted by bradman
Okay, i figured out how you people attach these files.

This is the indicator i copied and pasted above.

-------
i have found what i think is the ideal setting: 3/32

i will do away with trailing stop losses, as they will trigger too much.
visually checking data i see about 200 pips per major per month.

Scorpion, i am wondering how long these take to program. I assume it consumes several hours.
I would like to start trading live in November, assuming i get paid $1k i am owed.
maybe a week or two on demo first to make sure EA works.
I hope others see potential with Hull moving averages.

I was going to try to turn $1k into $1.2 million in ten months with this.
2 Lots per $10k - 0.2 lots for $1k

but that is risky. Even though it is great at eating trend pips.

Do people think i could get a realistic 50% a month?
that would be 1 Lot per $10k (4 trades simultaneous over majors).
I would have to lose 1000 pips for a wipeout.

1500
2250
3375
5062.50
7593.75
11,390
17,085
25,628
38,443
57,665
86,497
129,746
194,619
291,927
437,893
656,840
985,261 17 months!!

Long live the scorpion Hull EA!!!!!!!!
Reply With Quote
  #16 (permalink)  
Old 10-23-2006, 07:07 AM
Freshman
 
Join Date: Jun 2006
Posts: 25
Thanks: 0
Thanked 35 Times in 3 Posts
richx7 is on a distinguished road
Default

Quote:
If it makes about 200 pips/month, I don't see how you are going to make 50% month
I recently made a VTrader auto trading system that has averaged over 200 pips a week this month using HMA cross on 1 hr GBP charts so its very possible.
Reply With Quote
  #17 (permalink)  
Old 10-23-2006, 03:49 PM
Banned
 
Join Date: Aug 2005
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
forextrades is on a distinguished road
Default

What is the exit strategy for this system?

Quote:
Originally Posted by richx7
I recently made a VTrader auto trading system that has averaged over 200 pips a week this month using HMA cross on 1 hr GBP charts so its very possible.
Reply With Quote
  #18 (permalink)  
Old 10-23-2006, 04:19 PM
gazuz's Avatar
Senior Trader and Moderat
 
Join Date: Aug 2004
Posts: 768
Thanks: 1
Thanked 7 Times in 5 Posts
gazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to allgazuz is a name known to all
Default

So you make 200 pips a week or a month?
__________________
____________________________\¦/
___________________________(ò ó)
______________________o0o___(_)___o0o__
___¦_____¦_____¦_____¦_____¦_____¦_____¦
¦_____¦_____¦_____¦_____¦_____¦_____¦__
___¦_____¦_____¦_____¦_____¦_____¦_____¦
¦_____¦_____¦_____¦_____¦_____¦_____¦__
Reply With Quote
  #19 (permalink)  
Old 10-23-2006, 05:14 PM
Freshman
 
Join Date: Sep 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
coin.inv is on a distinguished road
Default

Quote:
Originally Posted by richx7
I recently made a VTrader auto trading system that has averaged over 200 pips a week this month using HMA cross on 1 hr GBP charts so its very possible.
what were you using for stops/limits ?
Reply With Quote
  #20 (permalink)  
Old 10-24-2006, 02:18 AM
Freshman
 
Join Date: Jun 2006
Posts: 25
Thanks: 0
Thanked 35 Times in 3 Posts
richx7 is on a distinguished road
Default

I like VTrader to test strategies because it is easy to code and results are accurate. Using HMA cross is a stop and reverse system that normally doesnt need stops or limits. Entries and exits are at cross of HMAs and is an always on system. From 10/18 thru 10/23 (4 days) on 30 min charts total profit was 300 pips on 3 trades using 44 and 55 periods including deducted spreads .

Past performance does not guarantee future profits.
Attached Images
File Type: jpg hma 30min.jpg (134.5 KB, 282 views)
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
moving average with pull back of prices tinybolt10 Indicators 0 10-01-2006 03:04 PM
moving average 35 of cci 20 indicator xavier050463 Indicators 0 09-21-2006 09:33 PM
What's wrong with this moving average alert? forextrend Indicators 3 03-28-2006 03:53 AM
Custom Moving Average Cross forextrend Indicators 1 03-26-2006 07:04 AM
Exponential Moving Average gazuz Trading Systems 9 01-05-2006 01:17 AM


All times are GMT. The time now is 06:03 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0

Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now