Forex
Google
New signals service!

Go Back   Forex Trading > Discussion Areas > Suggestions for Trading Systems


Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

View Poll Results: Your trading timeframe
5 Mins 0 0%
10 Mins 0 0%
15 Mins 2 13.33%
30 Mins 6 40.00%
1 Hr 2 13.33%
4 Hrs 5 33.33%
Voters: 15. You may not vote on this poll

Reply
 
LinkBack Thread Tools Display Modes
  #51 (permalink)  
Old 02-09-2006, 06:45 PM
Roets's Avatar
Senior Member
 
Join Date: Nov 2005
Location: North West South Africa
Posts: 118
Roets is on a distinguished road
Cool Follow the trend

Hi,
I've got a simple yet stable system that work for me. I make use of a 34 EMA on close. RSI 7 close. CCI 20 close. Place the EMA on a chart and look at the trend. Start at the 30M and move all the way up to H4 even D1. The trend of the EMA must be the same for all the timeframes. If the trend is right you can enter a trade if RSI is above/below 50 on D1 timeframe and CCI is above/below 100. Stay on the H4 chart when the trade begins, it keep you from seeing the noise in the market and let you close before the time. Put a stoploss in at 80 pips. You can also use the Fib to see if the market has a retracement or not. I like to use a Equidistant channel (A metatrader standard tool) to find the market trend. I keep to that trend until I make my profits. This method is not fool proof but one thing is for sure and it make more sence to me every day and that is I'm not trading against a major trend.
Please experiment with this method on demo and lets build a longer term system that work form the more serious trader.

Roets
__________________
Pro FX Experts for Professional Meta Trader Experts
Automate your manual method!
We accept all major credit cards with no upfront payment required!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old 02-09-2006, 09:42 PM
Junior Member
 
Join Date: Jan 2006
Posts: 25
charliev is on a distinguished road
Default value when Array is Declared

Hello everyone,

What value is placed as the default value in this Array:

double ARRAYA[];
double ARRAYB[];

I want to clear the entire content of these Arrays by doing:

ArrayInitialize(ARRAYA,NULL);
ArrayInitialize(ARRAYB,NULL);

However, setting to NULL causes the Array to be filled with 0 (zero).

Any suggestions?

-charliev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old 02-09-2006, 10:06 PM
Junior Member
 
Join Date: Jan 2006
Posts: 25
charliev is on a distinguished road
Indicator #include in EA?

Hello everyone,

Is there a way to #include a compiled Indicator so that it loads when the EA loads? (Making the EA freestanding as 1 .EX4 file?)

Thanks for the help!

-charliev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old 02-10-2006, 01:28 AM
Junior Member
 
Join Date: Jan 2006
Posts: 25
charliev is on a distinguished road
MLQ4 Course question

CodersGuru,

In your EA example from your course, you defined a "Crossed" function. You mention that the static variables holds their value between REPEATED calls... my question is, do these repeated calls need to be CONCURRENT?

I am creating an EA using 4 time periods, and I make a call to "Crossed" for each of the 4 line pairs... will the static variables reset after each pair, or are they only set once when first executed, then until exit?

I guess I need to know why the static variables aren't initialized each time "Crossed" is called... and under what condition they are reset....

Is there a document somewhere I can research this myself? MT4 "HELP" is almost useless

Thanks for your help.

-charliev
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old 02-10-2006, 01:56 AM
Member
 
Join Date: Feb 2006
Posts: 30
SPACECHIMP is on a distinguished road
is there a Favorite Pivot indicator?

I've seen Too many pivot indicators for MT4.
I tried a few and had S & R lines in different places.

anybody have a Good one that is their favorite?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old 02-10-2006, 05:03 AM
Senior Member
 
Join Date: Jan 2006
Posts: 130
radicalmoses is on a distinguished road
Please post chart with the setups.

A picture is worth a thousand words.
Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old 02-12-2006, 02:02 PM
Kalenzo's Avatar
Senior Member
 
Join Date: Dec 2005
Location: Bydgoszcz - Poland
Posts: 699
Kalenzo is on a distinguished road
LSS Oscilator

Hey!
I found description about that indicator at google
Have someone used it or heard something about it ?
Attached Files
File Type: pdf LSS_DESCRIPTION.pdf (109.1 KB, 340 views)
File Type: mq4 LSS_OSCILATOR.mq4 (2.1 KB, 282 views)
__________________
You need proffesional mql coder? Contact me! I will help you!
........................................
http://www.fxservice.eu/
........................................
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old 02-14-2006, 12:52 AM
Member
 
Join Date: Nov 2005
Posts: 35
Emerald King is on a distinguished road
ZigZag Question

Hello Everyone,

Does anyone have any idea on how I can modify the Z-Z1 ZigZag indicator to NOT erase False Turning Points? I would like to see them?

Thank you for your Time
EK
Attached Files
File Type: mq4 Z-Z1.mq4 (4.1 KB, 93 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old 02-14-2006, 01:39 AM
Nicholishen's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 531
Nicholishen is on a distinguished road
Double Back Breakout

I was experimenting in MT3 and tested a simple algorithm and had some pretty good results! Can someone else please verify this backtest? Any other ideas or feedback is much appreciated!

Code:
/*[[
	Name := Double-Back Breakout
	Author := Nicholishen @ Apex Group Investments, LLC
	Lots := 0.1
	Stop Loss := 100
	Take Profit := 20
	Trailing Stop := 0
]]*/

Define: PeriodsBack(50),Greater%(50),dBack(50),Buy1Sell2(1);
var: diff(0),i(0),avg(0),p1d(0),vol(0),volavg(0),vol1(0),profit(0);

diff=0;vol=0;
for i=PeriodsBack downto 2{
vol= vol + Volume[i];
diff= diff + (high[i]-low[i]);
}
avg= diff / (PeriodsBack -2);
volavg = vol / (PeriodsBack -2);
p1d=High[1]-Low[1];
vol1=Volume[1];
if p1d >= avg / (Greater% / 100) And vol1 >= volavg / (Greater% / 100)then {
	if close[1]>close[2] and TotalTrades < 1 then{
			SetOrder(OP_BUY,Lots,Ask,3,Ask- Stoploss*Point,Ask+TakeProfit*Point,Pink);
	}	
};
for i=1 to TotalTrades{

	profit = ord(i,VAL_PROFIT);
	if Abs(profit)  >= dBack * (Lots * 10) then{
		if TotalTrades < 2 then{
			SetOrder(OP_SELL,Lots*2,Bid,3,Bid + Stoploss*Point,Bid -TakeProfit*Point,Red);
		}
	}
};

Comment("Volume Avereage is ",volavg,"  CandleSticks are Averaging ",avg);
Attached Files
File Type: htm double back breakout.htm (46.8 KB, 101 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60 (permalink)  
Old 02-14-2006, 12:45 PM
BrunoFX's Avatar
Senior Member
 
Join Date: Sep 2005
Posts: 818
BrunoFX will become famous soon enough
Hello,

There are errors, want to check it so that one can test it. Thank you
__________________
All long voyages always start from the first small steps ...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
bartrader, Bartrader EA, bartrader forex, black dog, DTOsc metastock, Earlybird V1.ex4, makegrid, merdekarama, Merdekarama Ea, Merdekrama, pyratool, raw ideas, simple verticle, skywalker, Stealth Earlybird V1.ex4, systems

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for some Fresh Ideas Emerald King Metatrader 4 3 01-11-2007 08:30 PM
Mandarine: original request and ideas hellkas Digital Filters 33 11-04-2006 02:46 PM


All times are GMT. The time now is 06:57 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.