View Single Post
  #760 (permalink)  
Old 11-30-2008, 12:20 AM
fxbs fxbs is offline
Senior Member
 
Join Date: Jan 2007
Location: not so remote
Posts: 3,272
fxbs is on a distinguished road
Quote:
Originally Posted by fxbs View Post
right, make them cross zerro...
also 4 simplicity (if we need just quick check some ideas)
may be to modify Normal zero cross to user input level cross (if A1<lvl and A0>lvl) - bulkier solution but...)
not bulkier but way mor slackier solution -
just subtract "midcross level" from Custom"Indicator" (trailor):


extern double IndMidLevel=0;
...
return (iCustom(0,0,Indicator,param1,param2,param3,/* etc. : )*/ mode,shift) -IndMidLevel);

so, rsi,sto midlevel would be 50, mom. 100, etc (if 0 - well, 0, default)...
p.s. indi from post 741; http://www.forex-tsd.com/245563-post741.html
Attached Images
File Type: gif catt1.gif (43.5 KB, 1592 views)
File Type: gif norm ML mom.gif (22.4 KB, 1602 views)
Attached Files
File Type: mq4 Normalizer_3param_ML.mq4 (4.0 KB, 156 views)
File Type: tpl normalized momentum.tpl (2.3 KB, 140 views)

Last edited by fxbs; 11-30-2008 at 12:31 AM.
Reply With Quote