NexusFi: Find Your Edge


Home Menu

 



Categories Help    






MultiCharts
MultiCharts Downloads / MultiCharts Indicators

Share MultiCharts indicators, EasyLanguage indicators.


Sort by
Filter

Show full/short entries Entries
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.
 
Suggest other entries I might like
Details: NWT Trend Ribbon


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

Keywords: indicator trend
Easy adding and modifying of MA's 5 *
NWT MA Combo - Ver 2

One of the annoying things with MC is it's non industry standard naming of MA's and easy changing of MA types on a chart.
To change the MA type on a chart, you need to delete the first study and then pick the new one from the list of studies.
When trying to find a MA that best fits the prices, it can be somewhat difficult and or tedious.
So I have created one indicator (study) called "NWT MA Combo", this has up to 5 displayable MA averages built in. Each of these moving averages can be differnt MA types ie SMA, EMA, WMA etc and all at different periods ie a 20 MA, a 50MA etc.
In the attached picture. One indicator ( Study) has been added to the chart. This then displays 5 MA on the chart.
Possible MA types are -
  • "S" or "s" = Simple
  • "E" or "e" = Exponential
  • "W" or "w" = Weighted
  • "T" or "t" = Tema
  • "Z" or "z" = ZeroLag
Price types are the usual -

  • Open or O, High or H, Low or L, Close or C
  • Or a mathmetical type ie "(H+L+C)/3" - average price
If you don't want to use a MA then set's it's length to 0 (Zero) and it will not display. The Type and Price can stay set, just the length set to 0.


Neil.
 
Suggest other entries I might like
Details: Easy adding and modifying of MA's


April 17th, 2012
Size: 17.01 KB
Downloaded: 243 times
Easy printing of Text and Special symbols in Indicators or Signals 5 *
Hi,

Attached is a function to print text easily on a chart, from a indicator OR signal.

Prints Text or a Special Character (WindDing) at a certain Date&Time.
The font Size, position (relative to the current bar) and color can be set.
The text can be either written in a horizontal format or a vertical format.
Note - This function can be used within Signals. Greatly enhancing the veiwing of signal opeartion.

The special characters already defined are -
- Arrows Up,Dn,Left,Right, and in between ie Arrow in a North West direction (ArrNW)
- Triangles Up, Dn, Left, Right both in a Solid and Hollow form.

Examples
PrintText_S(date,time_s,High+3,1,2,black,15,True,"SHORT",False); // "Short" is written Vertically above the price

PrintText_S(date,time_s,ExitLevel,2,2,blue,10,False,"BE",False); // "BE" is written horizontally

PrintText_S(date,time_s,Low-4,2,2,DarkGreen,10,False,"TriHollowDn",True); // Display a Hollowed triangle

Note - The time input requires seconds ie 123456, which equals "12:45:56"

In the attached image, you can see - The O represents a trailing Stop Order,
vertical text, show the actual Entry and Exit. Red * indicating the trade StopLoss, moving to B to represent that the trade is now at a breakeven, and Green Triangles to represent the trailing stop.
All of these are drawn within the signal and actively show the orders as the trade progresses.


Another sample of the text and drawing can be seen here
https://nexusfi.com/attachments/61413d1328264120
In this one, I use a green triangle to show that I'm in a trade and above it, I have a two letter description of the state of the exit. ie IS (Initial Stop/StopLoss) BE (Breakeven), PA (PriceAction Stop), TS (Trailing Stop), BM (Big Mother bar) etc.

Neil.
 
Suggest other entries I might like
Details: Easy printing of Text and Special symbols in Indicators or Signals


March 10th, 2012
Size: 3.67 KB
Downloaded: 259 times
Stochastics KDJ
This is the conversion of the NinjaTrader 7 KDJ Indicator coded by aligator.

According to the author of the original indicator:

Quoting 
The J line is a measure of divergence between %D and %K. The value of J can go beyond [0, 100] range. Values of J line over 100 or under 0 are supposedly the most bullish or bearish for larger swings.

And:

Quoting 
One needs to watch as the %D is in overbought and oversold areas (20 - 80). As long as the J line is beyond 0 and 100 percent and has not hooked up or down the price is going to remain in overbought or oversold area. One needs to consider to sell the overbought or buy the oversold when %D is above 80 or below 20 and J line begins to hook down or up. Other indicators such as momentum, volume, support and resistance, etc. need to be considered for confirmation.

Thanks to SPMC for pointing out the error that got me stuck.
 
Suggest other entries I might like
Details: Stochastics KDJ


February 18th, 2012
Size: 7.26 KB
Downloaded: 271 times

Keywords: oscillator stochastics
Openings Range 5 *
This indicator plots the Openings Range as requested by Sptrader in the " Want your EasyLanguage indicator created, free?" thread.

The indicator has numerous options to customize the layout, including the option to extend the openings range untill the price close outside it. The source code is commented to make clear what's happening where, in case you want to change it.

Note: for better MultiChars performance, you might want to uncheck the option "Update on every tick", since that isn't needed here.
 
Suggest other entries I might like
Details: Openings Range


February 16th, 2012
Size: 13.01 KB
Downloaded: 633 times

Keywords: openingsrange
Economic Events - Upcoming Events 5 *
This indicator creates a text box with upcoming economic events to alert the trader of possible market moving announcements.

In this screenshot, taken on 15:56 local time (Western-Europe), you can see that Geithner was about to speak in 4 minutes (a Medium impact event) and the American business inventories were also announced in four minutes.

Most of the settings are self-explanatory. The 'TicksOffSetBottom' is the number of ticks you want the text box be displayed above the lowest value on the price scale. The 'RecalcAfter' is the number of seconds the box is updated - this is included to prevent excessive updating from MultiCharts to keep everything running smoothing.

Important note: you'll need the Economic Events Collection for MultiCharts (found here and see this thread) to use this indicator.

Changelog
v1.01 - February 15th, 2012
There was a logarithmic error in the original version published on February 14th, which would trigger a "Logarithmic error" pop-up message when the remaining minutes for an economic event was 0 minutes. This error is fixed now and the new version attached to this post.

My sincere apologies for this inconvenience.
 
Suggest other entries I might like
Details: Economic Events - Upcoming Events


February 15th, 2012
Size: 13.78 KB
Downloaded: 427 times
Economic Events - Alert Popup
This is an indicator that gives an alert popup and sound alert when an economic event is forthcoming.

The zip file contains the .pla file as well as three sound files.

Important note: you'll need the Economic Events Collection for MultiCharts, found here, to be able to use this indicator.
 
Suggest other entries I might like
Details: Economic Events - Alert Popup


February 14th, 2012
Size: 353.48 KB
Downloaded: 225 times
The Economic Events Collection for MultiCharts 5 *
This is the Economic Events Collection for MultiCharts.

The attached zip file contains the following:
  • The Economic Events PowerLanguage functions,
  • The Java program for downloading the Economic Events.
If you're worried about the safety of the Java executable, the zip file also contains to source code for this program, so you can check, verify and compile it yourself.

The PowerLanguage functions are all unprotected so you can open these in the PowerLanguage Editor to verify them yourself.

Important: go to this thread to get the pdf manual and get support or give feedback and suggestions.

Tip: the manual contains an clear overview of the steps needed for using the Economic Events Collection for MultiCharts. Please refer to that before using it.
 
Suggest other entries I might like
Details: The Economic Events Collection for MultiCharts


February 14th, 2012
Size: 40.03 KB
Downloaded: 316 times
Fibonacci Lines (Daily, Yesterday, Weekly) 5 *
Not earth-shattering, but handy nonetheless: Fibonacci Lines for different time periods.

The PowerLanguage file contains the following indicators:
  • Fibonacci Lines (Daily); this indicator plots the Fibonacci lines for the current day;
  • Fibonacci Lines (Yesterday); this indicator plots on the current day the Fibonacci lines for yesterday;
  • Fibonacci Lines (Weekly); as you guessed it, this indicator plots the weekly Fibonacci lines.
Each of these indicators have the following features:
  • Fibonacci lines 76.4%, 61.8%, 38.2%, 23.6% as well as the high, low, and 50% level;
  • Option to individually turn each of these lines off;
  • Fibonacci levels are rounded to the number of decimals of the instrument;
  • To keep MultiCharts as efficient as possible, the new Fibonacci levels are only calculated at the close at the bar instead of on every tick. You can change the code to calculate on every tick.
  • Option to only display the current Fibonacci levels and not those of the previous day(s). This prevents chart skewing at the beginning of the day, when the current price is some distance from the previous Fibonacci levels, which leads to ugly charts. (See the attached screenshot to see how not plotting the values for yesterday gives a much clearer chart).
 
Suggest other entries I might like
Details: Fibonacci Lines (Daily, Yesterday, Weekly)


February 10th, 2012
Size: 24.68 KB
Downloaded: 533 times

Keywords: daily fibonacci resistance support weekly
Volume Up-DownTicks per minute standarized 5 *
This is an indicator I've developed myself to get a better view of the UpTicks (ticks with a price higher than the preceding tick) and DownTicks (ticks with a price lower than the preceding tick).

Some features from this indicator:
  • It plots the UpTicks minus DownTicks to get an idea of the buying pressure;
  • This is divided by the time it took to form a bar, so that on tick and point charts you'll get an truer picture of the volume;
  • This buying pressure per minute is divided by the standard deviation, which helps to identify little shifts in buying pressure that would normally get lost. (This also means that any buying pressure below or above a certain number of standard deviations can be seen as significant volume).
Especially these extreme values (which are signalled in yellow) are of importance to the trader. As an interpretation tip: also look at the price action of the bar after the extreme buying or selling pressure to get an idea of where the price might go to. So, combine it with regular price action and look at the trend in the histogram.
 
Suggest other entries I might like
Details: Volume Up-DownTicks per minute standarized


February 8th, 2012
Size: 9.09 KB
Downloaded: 718 times

Keywords: buysellpressure priceaction volume
 



 
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