since I don't want to overload Baludas Thread with topics that go away from his indicators and I plan to develop and extend some NB related indicators I thought it would be time for my own Thread.
Here is my first Indicator
I hope you find it useful and find some new informations that allow you to trade better.
NT TMA-CSS-SP
Current Version: v.1.0.3 released on 01.07.2012 New Version
Description:
TMA based Currency Slope Strength for Single Pair Charts (TMA-CSS-SP)
based on CurrencySlopeStrength.mq4 and CSSDiff from Baluga
This Indicator shows only the CSS for the two currencies on the active chart.
The CSS Value is calculated as the original from baluda.
It is only reduced to pairs that are relevant to the current chart.
Credits go to:
Baluga - original CurrencySlopeStrength indicator
Simeon Semenych - original ccfp indicator
ZZNBRM - TMA & TMA True calculations
Changes to original CSS
- fontsize selectable
- calculate and show only the Slope and Values for the current Pair
- timeframe selectable
- added Diff Line that shows the difference between the two CSS as Value, as a third slope or as a histogram
- The histogram Level can be changed
- all slopes can be enabled/disabled
- added Alerts for Level Crosses
- TMAtrue Mode that prevents any so-called 'repainting'
- optimized overall execution speed (about half the time)
- unique window id so you can put up to 10 Indicators on 1 chart
- New Feature: Slope for Ratio between weakest/strongest Currency.
Feature requested by Forexripper see
http://www.stevehopwoodforex.com/phpBB3 ... 268#p16268 - New Parameter: showRatioLine - enable/disable the view of the Ratio Slope
- New Parameter: colorRatio - color for the Ratio slope and value
- Fixed: Alerts should not fire as much as before when slope is jumping around on a Alert Level
- Change: New IndexBuffer for Ratio Slope/Value
See this post for all changes
Changes in Version 1.0.3
See this post for all changes
external Parameters:
- general Settings
- autoSymbols - set to true to let SlopeStrength use all symbols available in the Market
- Watch window. Overrules 'symbolsToWeigh'
- symbolsToWeigh - comma delimited list of symbols to use.
- maxBars - limits the history to this number of candles, set to 0 to disable
- font - font to use
- fontSize - fontsize to use
- tmaTrueMode - usees the TMAtrue calculation, prevents any so-called 'repainting'
Line/Histo Settings - showBaseSlope - enable/disable the view of the CurrencyBase slope (1st Currency of the Pair)
- showCrossSlope - enable/disable the view of the CurrencyCross slope (2nd Currency of the Pair)
- showDiffSlope - enable/disable the view of the Diff slope
- showRatioSlope - enable/disable the view of the Ratio slope
- showHisto - enable/disable Histogramm Mode;
- histoLevel - set Histogramm Level where the color changes
Timeframe - autoTimeFrame - set to true to use the timeframe of the chart, this overrules 'timeFrame'
- timeFrame - set to one of the values indicated (M1,M5,M15,M30,H1,H4,D1,W1,MN1)
Colors - colorCurrencyBase - color for the Base Currency slope and Value
- colorCurrencyCross - color for the Cross Currency slope and Value
- colorDiff - color for the Diff slope and Value
- colorRatio - color for the Ratio slope and Value
- lineColorRange - color for the ranging area of the Histogram
- lineColorOverLevel - color for over defined level of the Histogram
- lineColorUnderLevel - color for below defined level of the Histogram
Alerts - useAlerts - enable/disable alerts
- emailAlert - enable/disable email alerts
- popupAlert - enable/disable popup alerts
- soundAlert - enable/disable sound alerts
- soundFileName - set your prefered alertsound (only for sound Alerts)
- diffCrossAlerts - enable/disable crossing alerts ( I had more alert Modes before )
- diffAlertLevel1-5 - enable/disable alert levels (99 vor disable)
If you want to use some setups more often save them as templates.
If you have any further Feature Requests or find any Bugs please inform me here on the thread.
NeoTrader
-