Forex



Go Back   Forex Trading > Downloads > Manual trading systems
Forex Forum Register More recent Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #41 (permalink)  
Old 01-28-2009, 05:28 AM
Junior Member
 
Join Date: Nov 2008
Posts: 1
maestro_kirk is on a distinguished road
Clean entery

Quote:
Originally Posted by osaze View Post
Its all conditions that must be met....but elders zone really doesn't matter much after entry...
How about Smooth Candle...candlestick body must be above smooth candle or more than 50 %. What is real function for smooth candle......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #42 (permalink)  
Old 01-28-2009, 07:34 PM
Junior Member
 
Join Date: Jan 2009
Posts: 1
tradeit007 is on a distinguished road
Hello everyone,

looking at EldersSafeZone.mq4 I got puzzled by this:

...
double Pen=0;
int Counter=0;
if (EMA0 > EMA1)
{
for(int value1=0;value1<=LookBack; value1++)
{
if (Low[shift+value1] < Low[shift+value1+1])
{
Pen=Low[shift+value1+1] - Low[shift+value1] + Pen;
Counter=Counter + 1;
}
}
if (Counter!=0) SafeStop=Close[shift] - (StopFactor * (Pen/Counter));
else SafeStop=Close[shift] - (StopFactor * Pen); <---------

Looking at the last line, if Counter is 0, isn't Pen = 0 ?

Is the code correct ?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #43 (permalink)  
Old 01-30-2009, 10:52 AM
Junior Member
 
Join Date: Jan 2009
Posts: 1
p23ss is on a distinguished road
Question ElderSafezone, SmoothCandel and Ehlers Fisher REPAINTS?

Osaze,
Your system is very sound when looking back.
But ElderSafeZone, SmoothCandle and Ehlers Fisher Transform, they all repaints while testing forward.
I observed it repaints at least the last 2 candles, the last and the current one.
How many candles to look back to confirm a switch of trend?
Thank you Osaze.
And keep up the great work.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #44 (permalink)  
Old 01-30-2009, 12:26 PM
kol8701's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
kol8701 is on a distinguished road
...

Keep up the good work.
Strictly 9ja.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #45 (permalink)  
Old 02-03-2009, 12:04 PM
Member
 
Join Date: Sep 2007
Posts: 54
osaze is on a distinguished road
Am not a coder....really

Quote:
Originally Posted by tradeit007 View Post
Hello everyone,

looking at EldersSafeZone.mq4 I got puzzled by this:

...
double Pen=0;
int Counter=0;
if (EMA0 > EMA1)
{
for(int value1=0;value1<=LookBack; value1++)
{
if (Low[shift+value1] < Low[shift+value1+1])
{
Pen=Low[shift+value1+1] - Low[shift+value1] + Pen;
Counter=Counter + 1;
}
}
if (Counter!=0) SafeStop=Close[shift] - (StopFactor * (Pen/Counter));
else SafeStop=Close[shift] - (StopFactor * Pen); <---------

Looking at the last line, if Counter is 0, isn't Pen = 0 ?

Is the code correct ?

Thanks

I really don't get the difference.....if you do pls correct it. tanxs
__________________
I have so many commercial trading systems, indicators n robots. I still keep them to remind me that am better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #46 (permalink)  
Old 02-03-2009, 12:08 PM
Member
 
Join Date: Sep 2007
Posts: 54
osaze is on a distinguished road
Quote:
Originally Posted by p23ss View Post
Osaze,
Your system is very sound when looking back.
But ElderSafeZone, SmoothCandle and Ehlers Fisher Transform, they all repaints while testing forward.
I observed it repaints at least the last 2 candles, the last and the current one.
How many candles to look back to confirm a switch of trend?
Thank you Osaze.
And keep up the great work.
I haven't really noticed that they all repaint. I trade this system. Will use 1min timeframe to check your claim. I will also appreciate if you can post screenshots to illustrate what you are saying.

tanks for the observation
__________________
I have so many commercial trading systems, indicators n robots. I still keep them to remind me that am better.

Last edited by osaze; 02-03-2009 at 12:19 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #47 (permalink)  
Old 02-04-2009, 02:56 PM
Member
 
Join Date: Sep 2007
Posts: 54
osaze is on a distinguished road
Updates

I really noticed people have a hard time making profits with this system because of two reason.

1. It doesn't follow the main trend
2. The Elders Safezone is too confusing.

Not to worry, my gmail group is researching and has found better ways of trading this system by removing Elders Safezone and at the same time following the main trend. I will soon get it across to you all. I am currently testing and making a pdf for that purpose.


The testing will soon commence.......

HAPPY TRADING
__________________
I have so many commercial trading systems, indicators n robots. I still keep them to remind me that am better.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #48 (permalink)  
Old 02-04-2009, 03:44 PM
Senior Member
 
Join Date: Mar 2006
Posts: 312
vladv is on a distinguished road
I can't wait to get the new update of this system.....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #49 (permalink)  
Old 02-05-2009, 05:27 PM
Junior Member
 
Join Date: Jan 2009
Posts: 22
adewale001 is on a distinguished road
I dont know how to install

I dont know how to install Trend compass on my MT4. I have only the PDF file.......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #50 (permalink)  
Old 02-05-2009, 07:54 PM
kol8701's Avatar
Member
 
Join Date: Sep 2008
Posts: 79
kol8701 is on a distinguished road
...

do this step by step my computer- local disk c- program files- (name of ur platform)- experts- indicator then save the trend compass in there and open up ur mt4 platform.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
trend compass system, trend, Trend compass, compass, trend-compass system


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
need opinion with my PROFITABLE system stevenali Brain Systems 12 06-21-2009 04:58 PM
EA request for profitable gbp/jpy system lepiricus Expert Advisors - Metatrader 4 110 04-11-2009 03:48 PM
Trend Catcher/ Profitable System JaneFX General Discussion 43 05-10-2008 09:50 PM
15min Profitable System FXBabe Suggestions for Trading Systems 23 09-23-2007 12:27 PM
GMG - profitable system need EA atlist Expert Advisors - Metatrader 4 31 01-31-2007 12:30 PM


All times are GMT. The time now is 10:17 PM.



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