NeoTraders NB Indicator Lab

Share your 10.x indicators here.
Locked
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

NeoTraders NB Indicator Lab

Post by NeoTrader »

Hi all,

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
NT TMA-CSS-SP v1.0.3 with new tma slope.png
nt tma-css-sp h1 analysis with diff, ratio, base, cross values in histo mode.gif

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
Changes in Version 1.0.1
  • 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
Changes in Version 1.0.2
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)
I release this as ex4 only for now.
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


-
You do not have the required permissions to view the files attached to this post.
Last edited by NeoTrader on Tue Jul 03, 2012 6:14 am, edited 9 times in total.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

NT TMATrue SlopeHisto MTF

Post by NeoTrader »

Here we go... ;)

NT TMATrue SlopeHisto MTF
Current Version: v.1.0.0 released on 05.07.2012 New Version
NT TMATrue SlopeHisto MTF as slope and overlayed histogram.png
NT TMATrue SlopeHisto MTF 3TF, 8TF.png
Description:
TMA and TMATrue based MultiTimeFrame slope(s) and Histo (TMATrue SlopeHisto MTF)

Credits go to:
ZZNBRM - TMA & TMA True calculations


Features:
  • calculate and show up to 8 TMA Timeframes for the current Chart or any other Pair
  • symbol free selectable (view any symbols TMA on your current Chart)
  • font selectable
  • fontsize selectable
  • all timeframes selectable
  • limit the number of bars to process (better performance)
  • TMA TFs can be shown as slope/value or histogram/value combination
  • freely overlay all TFs as Histogram (change order in timeFrames to change overlay order)
  • TMA mode selectable betwen original Mode and true Mode that prevents any so-called 'repainting'
  • tmaPeriod can be changed
  • atrPeriod can be changed
  • unique window id so you can put up to 10 Indicators on 1 chart
  • Info Table shows only values of selected TFs
  • Info Table can be disabled
  • other TFs are in relation to the current Chart Period
  • Up to three Levels that you can set for the Slope View (All Levels are set automatically as + and - Levels)
  • One Level for single TF Histo Mode (like CSSDiff slope) (Level is set automatically as + and - Level)
external Parameters:
  • General Settings
  • maxBars - limits the history to this number of candles, set to 0 to disable
  • symbolToShow - select another Symbol then Chart symbol

    Timeframe Settings
  • timeFrames - set TFs (up to 8) to one of the values (M1,M5,M15,M30,H1,H4,D1,W1,MN1)

    TMA Settings
  • tmaTrueMode - uses the TMAtrue calculation, prevents any so-called 'repainting'
  • tmaPeriod - change the tmaPeriod
  • atrPeriod - change the atrPeriod

    Info Table Settings
  • showInfo - switch InfoTable on/off
  • infoCorner - select Corner in which the InfoTable is shown
  • fontName - select font to use
  • fontSize - select fontsize to use

    Histo Settings
  • showHisto - enable/disable Histo Mode
  • histoLevel - set Histo Level (only if timeFrames have one single TF to show)

    Slope Settings
  • slopeWidthTFn - select width of slope/histo
  • slopeLeveln - set Level for Slope View

    Color Settings
    Slope Mode
  • colorTFn - select color for Slope/Histo/Table and the TFs
    HistoMode
  • lineColorRange - select color for the ranging area of the Histogram
  • lineColorOverLevel - select color for over defined level of the Histogram
  • lineColorUnderLevel - select color for below defined level of the Histogram
Examples:
NT TMATrue SlopeHisto MTF Different Symbols on one chart.png
NT TMATrue SlopeHisto MTF as slope and single TF histogram.png
Usecases:
nt tmatrue slopehisto mtf as slope dashboard.gif
nt tmatrue slopehisto mtf as histo dashboard.gif
nt tmatrue slopehisto mtf as single tf histo dashboard.gif

I release this as ex4 only for now.
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


-
You do not have the required permissions to view the files attached to this post.
Last edited by NeoTrader on Thu Jul 05, 2012 9:56 am, edited 1 time in total.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

And here we go again... ;)

NT_RT_TMA
Current Version: v.1.0.1 released on 23.08.2012 New Version
nt_rt_tma all rules and manual ruleset.gif
Description:
Indicator for Testing Rules and Rulesets based on TMA and Pivots

This Indicator is meant to be used as Research/Analysis Platform to define/test Rules and Rulesets (multiple Rules) based on the TMA and Pivots.
You are able to combine different Rules into one Ruleset that will trigger buy or sell signals.
You can also use it to analyze Exit signals (opposite direction of entry signal)

This is only a subset of my main Rule/Ruleset Tester that I use to test different Strategies and Rules.
I put this together to enable our community members to do a faster research/analysis for their TMA/Pivot based strategies.

Credits go to:
ZZNBRM - TMA & TMA True calculations
Baluga - DWM Pivots indicator



Features:
  • 3 Different TMA Rules to Test Entry/Exit based on Level, Angle and/or TMA-MA Cross
  • 1 Rule to Test different Pivot and Pivot/Price Combinations
  • Up to 7 Rules can be combined in one manual Ruleset
  • Signal Trigger can be all Rules confirm one direction or number of Rules confirm one Direction
  • No external Indicator is needed...TMA and Pivots are integrated
  • All Settings for TMA available (tmaPeriod, artPeriod, tmaMode)
  • Multiple Pivot combinations available (any combination of Daily, Weekly, Monthly and Price)
external Parameters:
  • Base Settings
  • Rule - Set to 1 - 7 to display only one Rule (for testing)
    Set to 0 - Ruleset Mode ( you can define your own Ruleset )

    Rulesets
  • UseSelectedRules - If Rule=0 this must be set to true to enable Manual Rule selection
  • SelectedRulesName - You can Define your own Name for this Ruleset (It will be the Indicator Name)
  • SignalIfAllRulesComply - true = all selected rules must be in the same direction to signal buy or sell
    false = you can define the number of rules that must go to the same direction to signal buy or sell
  • NumberOfRulesToTriggerSignal - Number of rules that must go to the same direction
  • UseRule1-7 - true = this Rule will be used in the Ruleset
    false = this Rule will not be used in the Ruleset

    Global TMA Settings
  • tmaTrueMode - uses the TMAtrue calculation, prevents any so-called 'repainting'
  • tmaPeriod - change the tmaPeriod
  • atrPeriod - change the atrPeriod

    Rule 1 & 2 - TMA TF & Level
  • TmaSlopeTf - select TF for TMA
  • TmaSlopeBuyLevel - change Level for Buysignal
  • TmaSlopeSellLevel - change Level for Sellsignal

    Rule 3 - TMA 3 TF & Angle
  • TmaSlope3Tf- select TF for TMA
  • TmaBarsForAngle - change how many Number of Bars back (from the current Bar) the Angle calculation should go
  • TmaPointsForAngle - change how many Points the difference between the bars should be to trigger a buy/sell signal

    Rule 4-6 - TMA above/below MA (applied to TMA)
  • TmaMA - period for the MA
  • TmaMAMode1 - Mode for the MA (0=SMA, 1=EMA, 2=SMMA, 3=LWMA)
  • TmaMaTF1 - select TF for TMA
    Attention : If the TMA TF is other then current Chart TF the calculation can take some time. Be patient ;)


    Rule 7 - Pivot Order
  • addSundayToMonday - true = for those people who have Sunday candle
  • UseDayWeekMonth - true = Daily, Weekly and Monthly Pivots must be in order to trigger buy/sell signal
  • UseDayWeek - true = Daily and Weekly Pivots must be in order to trigger buy/sell signal
  • UseDayMonth - true = Daily and Monthly Pivots must be in order to trigger buy/sell signal
  • UseWeekMonth - true = Weekly and Monthly Pivots must be in order to trigger buy/sell signal
  • UsePriceToPivot - true = Price must be in relation (above/below Pivot) to trigger buy/sell signal
  • UseOpenPrice - true = Candle Open Price is used for Price
  • UseClosePrice - true = Candle Close Price is used for Price
Example:
nt_rt_tma all rules scalping analysis-setup.gif
I release this as ex4 only for now.
If you want to reuse your configurations save them as templates.

If you have any further Feature Requests (eg. Rules) or find any Bugs please inform me here on the thread.


NeoTrader


-
You do not have the required permissions to view the files attached to this post.
Last edited by NeoTrader on Thu Aug 23, 2012 10:55 am, edited 7 times in total.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

for further use
dentiok
Trader
Posts: 71
Joined: Tue Dec 06, 2011 3:03 pm

Re: NeoTraders NB Indicator Lab

Post by dentiok »

very welcome your interesting topic
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: NeoTraders NB Indicator Lab

Post by spotdespot »

Hey NeoTrader - thanks for sharing this - very useful. With your latest update the ratio shows as zero for all pairs and all time frames? I don't think it can be a setting at my end but....??

Cheers,
Dave.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

spotdespot wrote:Hey NeoTrader - thanks for sharing this - very useful. With your latest update the ratio shows as zero for all pairs and all time frames? I don't think it can be a setting at my end but....??
Hmmmm... since forexripper downloaded it also and confirmed that the ratio values are ok...it seems to work....( and i have it also running on multiple charts ) have you tried to delete the indicator and drag it again on the chart? Or if this also doesn't help then try to restart your MT please.
What version of Empty4 to you have?

happy trading,

NeoTrader
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: NeoTraders NB Indicator Lab

Post by spotdespot »

NeoTrader wrote:
spotdespot wrote:Hey NeoTrader - thanks for sharing this - very useful. With your latest update the ratio shows as zero for all pairs and all time frames? I don't think it can be a setting at my end but....??
Hmmmm... since forexripper downloaded it also and confirmed that the ratio values are ok...it seems to work....( and i have it also running on multiple charts ) have you tried to delete the indicator and drag it again on the chart? Or if this also doesn't help then try to restart your MT please.
What version of Empty4 to you have?

happy trading,

NeoTrader
Build 432. It is the same for me on different brokers too (same build)...weird.

Settings I am using are:
autoSymbols - true
maxBars - 150
tmaTrueMode - true
showHisto - true
histolevel - 0.4
useAlerts - false

Everything else default. I have restarted, added/removed/added.
User avatar
NeoTrader
Trader
Posts: 436
Joined: Wed Apr 04, 2012 2:52 pm
Location: small Village at Lake Chiemsee, Bavaria, Germany

Re: NeoTraders NB Indicator Lab

Post by NeoTrader »

spotdespot wrote:Build 432. It is the same for me on different criminals too (same build)...weird.
Settings I am using are:
autoSymbols - true
maxBars - 150
tmaTrueMode - true
showHisto - true
histolevel - 0.4
useAlerts - false

Everything else default. I have restarted, added/removed/added.
OK...got it... didn't test the ratio in histo mode... ;)
if histo mode is off it should work.. ;)
will look into it and will be fixed in next release... ;)

happy trading,

NeoTrader
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

Re: NeoTraders NB Indicator Lab

Post by spotdespot »

NeoTrader wrote:
spotdespot wrote:Build 432. It is the same for me on different criminals too (same build)...weird.
Settings I am using are:
autoSymbols - true
maxBars - 150
tmaTrueMode - true
showHisto - true
histolevel - 0.4
useAlerts - false

Everything else default. I have restarted, added/removed/added.
OK...got it... didn't test the ratio in histo mode... ;)
if histo mode is off it should work.. ;)
will look into it and will be fixed in next release... ;)

happy trading,

NeoTrader

Great - thanks - I should have checked that myself :oops:

Liked the Simpson's clock avatar....bring it back :lol:
Locked

Return to “10.x Indi forum”