Do your own programming.
You can create indicators using Dynamic Link Libraries (DLLs). A DLL
is a subroutine that Fibonacci Trader can link to and use dynamically. The DLL will be
created using Visual Basic 6. In order to use this feature you will need some knowledge of VB6 programming. The Fibonacci Trader will pass
the information needed to your DLL which will then return the value of your indicator for each bar
in addition to the position of the market for that indicator and prices of
any signals using that indicator. The Fibonacci Trader will display the indicator and
any alarms set for that indicator.
In addition, you will be able to use your DLL indicators in your systems.
We are including in version 3.04 and later two new indicators: The 'Dual Moving Average' and the
'Three Moving Averages'. These 2 indicators were created using this method.
Read it.
Download document and example. (The document is in
Word format).