Trend Catching System - perfect... - page 11

 
therumpledone:
It has to do with not wasting your time and money on something that doesn't work. I was trying to save you from yourself. But if you insist, then the next time I am programming, I'll see about adding an alert to the code. I am not making any promises. In case someone else wants to do it, here's the code needed:
extern bool   Send.Mail      = true ;


extern bool Sound.Alert = true ;


datetime Trigger ;



bool AlertLong, AlertShort ;


if ( Trigger != Time[0] )
{
if( Sound.Alert )
{
if( AlertLong) { Trigger = Time[0] ; Alert(symbol," ", " Long " + DoubleToStr(Close[0] ,digits)); }
if( AlertShort ) { Trigger = Time[0] ; Alert(symbol," ", " Short "+ DoubleToStr(Close[0] ,digits)); }
}

if( Send.Mail )
{
if( AlertLong) { Trigger = Time[0] ; SendMail(symbol, " Long "); }
if( AlertShort ) { Trigger = Time[0] ; SendMail(symbol, " Short "); }
}
}

Wow Thanks Tro been on your site more than a few times..good stuff

From my experience all hour 1 chart trading systems need some kind of alert

its harder than one first thinks to hang about watching hour candles on your

comp and if you miss one it will be the long run for sure ha....I have no idea

how to attach this code is there somebody on this forum that can take this

code the rest of the way I dont mind paying I belive trend catcher is worth

it...Ian

 
utrevelix:
Hi all, I'm looking for a very experianced forex trader to test my new system. Based on the trend catching system but it's now called "Forex Trend Hopper". The test results are very good. yesterday i started with the new system and in the first trade i made a profit of 200+ pips (much more then i expected) and started at the start of a trend and stoped at the end of a trend. I think it's 95% accurate but i need to know from other traders. The system can be downloaded at my signiture link below(screenshots available on website)!

Hi. You can add a few more filtering system, such as SMA8 (low price) and SMA10 (high price), EMA15 can also be added (optional) for Xtreme scalpers out there...hehehe...

How this filters works? Simple, since The Exsiting system use's MACD standard setting, each time MACD crossess Zero (down), look for Bull closing in-between SMA8 & SMA10, take the SELL position, TP10 or 15, SL (depends on your risk appetite!!.. Cannot guarantee profit instantly, coz its depends on your equity size and lot size taken!!.... Give it a try, I have used this simple setting for few months, its sure fire for me....

 

Hi, can you share the period of the White Channel please!

Thanks again!

 

It is eye catching system, for sure.

Hermes

 

Dear Traders


Swing Trading is easy for most of the Traders in the manner to take an ENTRY. But Exit.... it is a million dollar question .....What to do ?????

I have made a simple method to exit in a safer way .....

Exit with 23, 2 Bollinger Bands close above / below the Bands....

Find the pic I have attached.....

Files:
trade1.gif  49 kb
 

This is a great post. Thanks for sharing this

 

Great system. Thanks for sharing.

 

This system does not fit to intraday traders. It is based on hude money accounts. Please avoid.

 

Thanks a lot dear - Ravidev

 

Can this be done fully automatic?

The system does look nice