NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Found 2328 matching entries

Sort by

Entries
NWT Bar Timer - Play a sound at a set interval prior to each bar closure 5 *
Hi All,

My main chart is a 5min chart and I place orders just prior to the completion of each bar.
I tend to get distracted looking at other things and miss the bars closure.
So I created a Bar time that plays WAV files at user defined periods prior to the end of the bars closure. Ie 30 seconds before and 10 seconds before.

Neil.


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT Bar Timer - Play a sound at a set interval prior to each bar closure
Category: MultiCharts 


July 29th, 2011
Size: 5.79 KB
Downloaded: 202 times
NWT DOW - Automatically display the DOW (Day of the week) on the chart 5 *
Hi All,

At the end of the day, I print out the days chart and file it away. I was manually writing the day of the week on the chart, to later see if there was correlation in the DOW price action.
So to make life easier I thought I might as well print this on the chart automatically as each day starts. So on the first tick of the day, it prints the DOW to the left of the first bar.
The drawing of the DOW is actually in two parts.
1. Is the calculation of the DOW and placement into a string.
2. The actual printing of the string using a function.called "printtext"
The PrintText function has input parameters for the Day,time,position,text,size,color AND printing of the text in either a horizontal or vertical format.

The printtext function could be used for a multiple of things ie vertical printing text directly above a bar ie "Inside Bar" or whatever.

Neil.


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT DOW - Automatically display the DOW (Day of the week) on the chart
Category: MultiCharts 


July 29th, 2011
Size: 12.04 KB
Downloaded: 199 times
NWT Event Reminder 5 *
Hi All,

The market I trade goes from 9:50AM to 4:30PM.
During this time I get so wrapped in the trades that I tend to forget about what time it is and other external or market related events that happen at specific times.
As an example, most morning trends tend to finish around 11:30AM.
But there are also other events that happen that can effect the price of the market I'm trading, such as Forex news announcements, CPI news etc. All of these are at specfic times of the day (I use ForexFactory.com to look up this information each morning and enter into this study)
So I tought it would be handy to have a reminder/alarm clock for these events.

So the the attached file study allows 3 time based events to be entered that will generate Alerts in Multicharts 10min prior, 5min prior and the actual event time. There is also a EOD (End of Day) time that can also be entered.

When the Alert happens, it displays the yellow Multicharts Alert box with the description of the Alert that was triggered ie "CPI News Announcement"
The Alert/Propeties can be set to automatically clear after a certain period ie 10secs or only clear by clicking on the alert with the mouse. (My preferred way)


Neil.


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT Event Reminder
Category: MultiCharts 


July 29th, 2011
Size: 4.65 KB
Downloaded: 174 times
NWT Exits - A Suite of exits for MC 5 *
Signal name = "NWT Exits" Ver 4
Disclaimer - USE AT YOUR OWN RISK

"NWT Exits" is a suite of exits that can be combined into a system.
It has been tested on Forex and Futures data

Features of the suite are -
1) The whole suite can be applied to a specifically named strategy ie I may have a strategy called "XYZ" if this "UseStrategyName" is set to true
and the StrategyName = "XYZ", then the suite of exits will only work with this strategy.
This allows multiple strategies to be used on the one instrument

2) Will work on any instrument tick size ie increments of 0.00005 to increments of 1

3) All Stops are progressive, that is, the system will move from a InitialStop to a breakeven to a trailing stop.

4) Only ONE order is placed with the broker.

5) The chart dynamically displays the current stop type ie InitialStop, Breakeven, Trailing and also displays the current stop level (Green/Red Triangle)

6) Each of the trades on the chart has a number matching the trade list report in Multicharts

7) Each of the trades in the Exits in the Multicharts Trade log has it's own unique name, showing what the current exit was that closed the trade
ie "IS_LX" Initial Stop (StopLoss) exit
"TS_SX" Trailing Stop Short Exit
Because each of the exit orders has it's own unique name, further analysis (counts) can be done on how many exits
were InitialStop, Breakeven, trailing stops, big bars etc
8) Each of the Stop types maybe individually enabled or a combination maybe selected

The types of exits currently supported are -
1) Multicharts generic types ie setprofittarget,SetStopLoss,SetDollarTrailing but all with tick/point inputs not $$$

2) Forced Exits - Ie Exit after 3 bars. This is useful for testing how good your entry signal is.
Use this exit without any other exits. If you have a good entry, youshould have > 50% winners
Now look at the MAE to see where good InitialStop levels are

3) InitialStop (StopLoss) Exit - ie 15 Pips or a calculated vale ie "ATR(14)*1.6*10000"

4) Price Action Stop - In a Long position it would use say the lowest low of the last 3 bars plus a bit ie 2 pips.

5) BreakEven Stop - Set the breakeven Level and brokerage amount

6) Stall Exit - Say after 3 bars we are still not in a profit, lift the stop to the low of the current bar. ie Squeeze the non performing trade.

7) Nake Close Stop - If Long and the close > High[1] then the stop level is set to the low of the naked close bar.

8) Trailing Stop - This is a stop amount in ticks ie in Forex a value of 5 would be equal to 5 pips ie 0.0005.
As per the InitialStop a calculated value can also be used ie "ATR(14)*1.6*10000"

9) ADX Trailing Stop - this uses a ADX to influence how close to have the stop level.
As the ADX increase with the strength of the trend, the stop tightens on the price

10) Big Bar Stop - If a big bar is detected ie 2*ATR, then the stop level is adjusted to a percentage of this bar ie 50%
We want to keep a god chunk of these profits.


Neil.

P.S.
For a couple more pics showing the trade log and further analysis,
look at Further details


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT Exits - A Suite of exits for MC
Category: MultiCharts 


May 14th, 2012
Size: 53.80 KB
Downloaded: 697 times
NWT MA Trend Filter Ver2 5 *
The "NWT MA Trend Filter Ver2" is an indicator that can be added to a chart to show the direction of the trend. Apart from showing the usual Green = UpTrend, Red = DnTrend it can also show you Blue=Sideways action.
In order to differentiate between a Up/Dn trend and sideways action, we need to look at more then just the slope of the MA. This is where the idea of bands comes into play. As seen on the example chart and it's associated properties, if the price goes outside of the bands, the MA changes to display the relevant direction. If the price stays inside the bands for greater than the Sideways_Period, then we have sideways action, so the MA is painted blue.
The MA Type ie S,E,W,Z and the MA_Length and the MA Price ie "C" or (H+L)/2 may be defined. The bands and their visibilty may also be defined. In this example they are 1*ATR(14) from the MA.
The remaining parameter relates to a minimum price movement ie where the price is extremely small ie night time, then paint the MA Blue. If you just want a colored Up/Dn (Green/Red) indicator and no blue, then make the "Band_Distance" = 0 and the Minimum_Band=0.


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT MA Trend Filter Ver2
Category: MultiCharts 


November 24th, 2012
Size: 13.67 KB
Downloaded: 416 times
NWT Session Ribbon Ver1 5 *
An indicator along the bottom that displays up to 3 different session times.


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT Session Ribbon Ver1
Category: MultiCharts 


November 24th, 2012
Size: 5.98 KB
Downloaded: 263 times
NWT Trend Ribbon
NWT Trend Ribbon - Version1
This has come up in a posting else where so I thought I might as well put it in the download area.
Basically it is a ribbon (horizontal line) that changes color to indicate the trend.
In the picture, I have put four of these onto the chart, all with the same MA periods but using different types of moving averages ie EMA, WMA, ZMA, TEMA.
It is quite simple in that it just uses a Slow and a Fast MA (example shows a 40 and a 20) but it also incorporates a spread into these two MA's ie 0.0003 (3 pips on the Forex). So the two MA's must be separated by at least 3 pips in this example before it states it is in a trend.
Green for Up, Red for Down and Blue for Stand aside (Barbwire) ie do not trade.

Note - The Study uses an external function to determine the trend, this allows the function to be easily added into a signal.
Direction = NWT_Trend(LongMALen,ShortMALen,Spread,Price,MA_Type) ;
or
Direction = NWT_Trend(40,20,0.0003,Close,"E") ;
So direction ends up with either 1 or 0 or -1. (1=Long, 0=Stand aside, -1= Short)

Compare this to the Sample ADX indicator on the bottom. The three RED lines are at 20,25 & 30.

Neil.


Category MultiCharts 
 
Suggest other entries I might like
Details: NWT Trend Ribbon
Category: MultiCharts 


May 2nd, 2012
Size: 12.63 KB
Downloaded: 533 times

Keywords: indicator trend
NYSE Composite Index Daily 12/31/1965 to 01/23/2017 5 *
NYSE Composite Index Daily 12/31/1965 to 01/23/2017

Category NinjaTrader 7 Miscellaneous 
 
Suggest other entries I might like
Details: NYSE Composite Index Daily 12/31/1965 to 01/23/2017
Category: NinjaTrader 7 Miscellaneous 


January 24th, 2017
Size: 757.68 KB
Downloaded: 36 times
NYSE TICK Advance/Decline Market Internals 5 *
Created this indicator to plot the 1 minute NYSE TICK and Advance/Decline on my range bar trading charts. I use it to see high/low TICK thresholds, TICK divergences, and A/D line market strength, used together to predict short term overbought/oversold market reversals. This can tell you when a pullback is imminent, or help trade reversals.

The necessary candles are artificially filled in to preserve the main chart bar spacing, but the high/low thresholds are retained. It also marks the 1 minute high/low TICK thresholds on the chart. The A/D line plot can be toggled on/off using CTL-ALT key stroke.

Note: You must have the NYSE TICK (^TICK) and Advanced Decline (^ADD) symbols defined in your Instrument database.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: NYSE TICK Advance/Decline Market Internals
Category: NinjaTrader 7 Indicators 


July 22nd, 2012
Size: 5.56 KB
Downloaded: 1509 times

Keywords: advance decline internal internals market monpere tick
NYSE TICK and Breadth Ratio 5 *
This is version 2 of my study.
I added a cloud on the moving averages. Visualization is key for me.

This study creates a representation of the NYSE TICK.
The 3 rows of squares across the top change colors as the tick goes above 100, 200, and 300: or below -100, -200, and -300. The colors are either bullish or bearish colors (self explanatory).

The zero line will change colors bullish or bearish based on breadth ratio.

The squares at the bottom will turn bullish or bearish colors if the breadth goes positive and tick is above 200 or breadth goes negative and tick is below -200.

The image is on a 1 min chart and I use it to fine tune entries.
It is useful for other time periods.

It is useful with a MACD or CCI. Any other study for trend following.

I use this with a cumulative tick indicator like Bru_Cumulative and it really helps light the way.


Category ThinkOrSwim 
 
Suggest other entries I might like
Details: NYSE TICK and Breadth Ratio
Category: ThinkOrSwim 


May 25th, 2017
Size: 5.51 KB
Downloaded: 477 times
 



 
Category
 




© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top