Welcome Guest Search | Active Topics | Members | Login/Register
MTR signal Options
Patrick
Posted: Monday, March 01, 2010 2:29:28 AM


Rank: Admin
Groups: Admin

Joined: 4/25/2009
Posts: 74
Points: 200
Location: USA

Shanker,

I get now that you are asking about the code 4% Model posted on AmiBroker.

You can set the trade delays in the code, but I use the Trade tab on the back-tester as shown below.

billrider
Posted: Saturday, April 10, 2010 5:32:50 PM

Rank: Member
Groups: Member

Joined: 7/12/2009
Posts: 6
Points: -79
Location: USA

Patrick,

 

commenting after a long time i have looked around lot of different things. 4% model seems pretty good when markets are trending and it realy looks good now.  my only dislike it will get chopped in 2003-2004 atmosphere. how do we over come that.

1. have you considered to trade within mtr signal. say your signal is long and you look out for some revarsal bar or some other setup do go short after u are long for some time.   how are you using macd and rsi along with 4 percent model.

2.  look at this blogspot he has some goos system i am thing in those term

http://cobrasmarketview.blogspot.com

 

3. so if you are long u look for reversal to go further long in stagere manner approach. i am still working on this code.

 

also any thought on jim berg trading style -   Need to also do it in excel. Here is the amibroker code for ATR usage
EntrySignal = C > ( LLV( L, 20 ) + 2 * ATR( 10 ) );
ExitSignal = C < ( HHV( H, 20 ) - (2 * ATR( 10 )) );
Color = IIf( EntrySignal, colorBlue, IIf( ExitSignal, colorOrange, colorGrey50 ));
TrailStop = HHV( C - 2 * ATR(10), 15 );
//TrailStopforShort = LLV( C - 2 * ATR(10), 15 );
ProfitTaker = EMA( H, 13 ) + 2 * ATR(10);
/* plot price chart and stops */
Plot( TrailStop, "TrailStop", colorBrown, styleThick | styleLine );
Plot( ProfitTaker, "ProfitTaker", colorBrown, styleThick | styleLine );
//Plot( C, "Close", colorBrown, styleThick | styleLine );
/* plot color ribbon */

Plot( 1, " ", Color, styleArea | styleOwnScale | styleNoLabel, -0.1, 50 );

 

 

 

 

billrider
Posted: Saturday, April 10, 2010 6:05:19 PM

Rank: Member
Groups: Member

Joined: 7/12/2009
Posts: 6
Points: -79
Location: USA

also can you please post your MTR EM model, i haven't see the latest charts.

 

 

thanks

Patrick
Posted: Sunday, April 11, 2010 11:21:51 PM


Rank: Admin
Groups: Admin

Joined: 4/25/2009
Posts: 74
Points: 200
Location: USA

Hi Bill,

I will follow up on your post this week.

The timing model is updated each day on this site, those charts are the most up to date.

Thanks,
Patrick

billrider
Posted: Friday, May 14, 2010 3:53:26 AM

Rank: Member
Groups: Member

Joined: 7/12/2009
Posts: 6
Points: -79
Location: USA

seems like we had a 4% week over week change, why is MTR not signalling a trend chande signal.

 

thanks

Patrick
Posted: Friday, May 14, 2010 10:04:07 AM


Rank: Admin
Groups: Admin

Joined: 4/25/2009
Posts: 74
Points: 200
Location: USA

There is more than just a 4% change that is required. The trend of the wow changes need to be postive for a few days. Steep drops and peaks are tricky.

Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.