Quote:
Originally Posted by fxbs
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