Metatrader 4 fib extension

 
In MetaTrader 4, Is there a simple custom tool like the fibonacci retracement tool that only shows the extension levels (ie 1.272, 1.618) and not the retracement levels as well? I know the fib retracement tool in metatrader can be customized to show only the extension levels however that requires constant changing back and forth to be able to use it for retracements as well. Also I know that it can show both the retracement and extension levels at once however this clutters my screen too much. What I need is a fib extension indicator that is seperate from the retracement tool.

Anyway, I would be very grateful to the person who has information on this.
 
how to customize fibo retracement to extension
 

Program an indicator by yourself.

and use CreateObject(....) .... to create and set fib object

Reason: