Request, code in a Climax sound alert for any of the Climax bars into the indi with a rf shock collar around my neck to receive them.

Moderator: moderators
TheRumpledOne wrote:No, you can not change the bar colors in MT4 like you can in TradeStation.
TheRumpledOne wrote:2009.06.12 BETTER VOLUME UPDATE
I was in the VSA chat room and something said my modified version of Better Volume never showed a "low climax". I was about to load some debug code when I got the idea to display the number of bars since each bar type ocurred!!
Updated version of BetterVolume 1.4_TRO_MODIFIED_VERSION attached.
Code: Select all
if ( Value2 == HiValue2 && C > Range / 2 )
//...
if ( Value2 == HiValue2 && C <= Range / 2 )
Code: Select all
if ( Value2 == HiValue2 && C-L > Range / 2 )
//...
if ( Value2 == HiValue2 && C-L <= Range / 2 )