NexusFi: Find Your Edge


Home Menu

 



Categories Help    






The Elite Circle
File sharing for Elite Members only, includes any and all platforms and file types


Sort by
Filter

Show full/short entries Entries
BigMike's BMT_Envelop in Easy Language Version 5 *
This is the EasyLanguage version of BMT_Envelop BigMike came up with.

I like the Averages & Fib Levels & since I use Tradestation, here is my version.

I made very minor changes for my use:
1. I changed 76.4% to 61.8%
2. I have commented the 100% & 161% plots (I find scaling of charts an issue with Tradestation)

Either of these changes can be un-commented very easily.

The inbuilt function in TS to get OHLC for the day is based on time so I had to customize to use sessions & have new functions attached as a part of ELD.

Enjoy!
 
Suggest other entries I might like
Details: BigMike's BMT_Envelop in Easy Language Version


March 27th, 2011
Size: 22.59 KB


Keywords: bmt easylanguage tradestation bigmike envelop
SampleMACrossOverWithButton 5 *
A quick example, to show how to add a simple ON/OFF button in a strategy.

Edit: March 22, another version added, with some cleaning in Dispose().
 
Suggest other entries I might like
Details: SampleMACrossOverWithButton


March 21st, 2011
Size: 2.90 KB


Keywords: strategy button
GW_TriDiff 5 *
Name: GW_TriDiff Version: 1.0

Platform: TOS (Use import function in TOS)

Description:

I use this indicator every day in my futures trading on 3min charts. It works on all time frames, and I often consult a higher timeframe to verify the more durable and lasting trend. You can scalp and take trend trades with it. I've used Woodie's CCI, but this indicator is sooooo much easier to read! It is totally unambiguous with extremely sensitive and clear cut signals that will keep you in a trend if you want. Simply stay long while the orange line stays above zero, and short while the orange line stays below zero. This one indicator is a complete trading system unto itself. It makes me $$$. You need to paper trade it a while to get used to it.

Here's the documentation from inside the indicator:

###################################
# Author = glennw forum: bigmiketrading.com
# Indicator Name: GW_TriDiff Version: 1.0
# Timeframe: Any
# This indicator is the plot of the difference
# between a triangular moving average and a
# weighted moving average. There is a fast and slow plot
# The slow plot denotes the longer term trend (cyan line)
# being above or below zero line.There is a cloud function to
# help visulize the longer term trend above and below the
# zeroline. (Red = downtrend, yellow = uptrend)
# You can use it to scalp by playing crossovers of the cyan
# line and the signal line (gray). The orange line being
# above/below zero is confirmation of the trade direction.
# You must wait for bar to close. Don't try to catch the
# exact top/bottom. Stop is low/high of signal bar or whatever you use.
# For higher probability trades only take setups in the
# direction of the longer term trend. I always exit when price breaks
# the low/high of the previous bar and crosses the 5 period offset moving
# average or crosses and closes above/below the 5 period ATR Stop with a
# 1.5 range multiplier.
###################################
 
Suggest other entries I might like
Details: GW_TriDiff


March 13th, 2011
Size: 1.87 KB
Ping Indicator 5 *
I've created this indicator, which pings various websites provided by the user at the end of each bar, based on the ConnectionMonitor from MXASJ ( see this thread).

Features
This indicator has the following features:
  • Ping as much websites as entered by the user,
  • Display an error to the NinjaTrader Control Center Log tab when an ping fails,
  • Custom number of milliseconds for the timeout of the ping,
  • The results of the pings (successful and unsuccessful) can be displayed in the Output Window,
  • Text box with data from the last pings (time of last pings and roundtrip time in milliseconds for each site),
  • An configurable text box (opacity, font size, background color, and an on/off setting).
As soon as there is a ping time out, you'll see an spike downwards in the indicator (i.e. there is no milliseconds response time) and a red dot drawn on the indicator panel to highlight the error. Also will the textbox print 'error' besides the website which failed to ping successfully. In that way, you can see if it's just an website which couldn't be contacted or, if all websites give errors, an potential problem with your internet connection.

Any feedback or questions are more than welcome.

Version 1.0 - exported with NinjaTrader version 7.0.1000.2.

(A special thanks for MXASJ for providing an great example with the ConnectionMonitor to learn from).
 
Suggest other entries I might like
Details: Ping Indicator


March 9th, 2011
Size: 3.67 KB


Keywords: ping
D9PO-V1 for Sierra Chart 5 *
Basic port of Sefstrat's D9PO-V2 from Ninjatrader to Sierra Chart including the RawTrend and Predictor plots only. If you would like to add the other stuff, then feel free to create V2. I validated the outputs, but didn't perform any other testing, so please let me know if you identify any bugs. Zip file includes the DLL and CPP file if you would like to make edits.

Special thanks to @Sefstrat for creating the original and to @omaha786 and @cory for helping me with the conversion, they are no less than gods among mortals.
 
Suggest other entries I might like
Details: D9PO-V1 for Sierra Chart


March 1st, 2011
Size: 39.85 KB
Murrey Math Lines Mid Points 5 *
This was done at the request of TheWizard. The indicator creates midpoints between the Murrey Math Lines. Place it in the same panel with the Murrey Math Lines indicator and be sure all the settings are the same between the two. There is an option to turn the midpoints off with a menu selection , "Show MidPoints?".

This was exported with NT v7.

Disclaimer: I am not a programmer, coach, trainer or self appointed guru and do NOT hold myself up to be a good example for anything. I do not have a book, trading room or seminar.

Have a professional review any code you receive from me before you trade real money with it.
 
Suggest other entries I might like
Details: Murrey Math Lines Mid Points


February 28th, 2011
Size: 10.10 KB
xcMovAvg2 5 *
(Ver 3.1.0) updated 04/01/2014
Added option for chart Type UniRenko....(per request from BMT member)
NOTE: The UniRenko MUST get it's chart parameters in the following format...(UniRenko requirement not mine)
...for the bar type to recognize what 'time' parameters you are passing.
- Three digits (with leading zeros) for the first UniRenko parameter
- Three digits (with leading zeros) for the second UniRenko parameter
- Three digist (with leading zeros) for the third UniRenko parameter
This means 9 digits total...,NO SPACES
-----------------------------------------------------
I also added capability for TEMA and DEMA moving averages


10/16/2011...Added option to color Up/Dn/Neutral....for xcMovAvg2 averages.
Also.....refined the algorithm to smooth out the 'stairsteps' on the chart where the main chart continues to paint bars but the larger-time-frame on which xcMovAvg2 is running...has not yet painted it's new bar.

06/05/2011... Added BetterRenko as an option for alternate chart time frame
(per request from forum members).
NOTE: Be sure BetterRenko is loaded as "Custom4" in bartype....(Custom4 is the default setting in the BetterRenko download).
05/22/2011 ... Added optional bands (per request from forum members)
Option to select Fibonacci bands...or percent bands...or
Std Deviation bands...from any moving average from any period.

04/11/2011 .... Added SMMA (per request from a forum member)

Multi Time frame indicator....(xc = 'cross chart' Moving Average)

Will allow you to plot an EMA, WMA, HMA, SMA, BMTCollectiveMA, or ADXVMA from another time period on your chart.

Typical usage has been to plot a larger time frame EMA on a smaller time frame chart....for example the 5 and 15 EMA (20) are popular EMAs, and folks sometimes like to see this plotted on a 1min, or 6 range, (or other) smaller time frame chart.

Plots are configurable for color, size, dashstyle, etc.
The ADXVMA is configurable with 'rising' 'falling' and 'neutral colors.
 
Suggest other entries I might like
Details: xcMovAvg2


February 27th, 2011
Size: 26.61 KB
Three Bars Inside Bar 4 *
This indicator is an adaptation of the Three Bars Inside Bar concept discussed in a related article in March 2011 issue of Technical Analysis of Stocks and Commodities. I have very little experience with NinjaScript and just experimented with programing this indicator. I am sure someone can check it out for potential improvements.

The indicator draws buy and sell arrows on any price chart (time and tick bars) with high, low, and close data. The three Bars Inside Bar is an old concept and trading method used by many well known old timer traders.

Exported in NT7.0.1000.2
 
Suggest other entries I might like
Details: Three Bars Inside Bar


February 16th, 2011
Size: 1.30 KB
Bollinger_v1 for NT 7 5 *
This Bollinger Band indicator is the same as the one that comes with NT. However, it has several capabilities added.

Choose from the following Moving Averages
1. EMA
2. SMA
3. LinReg
4. TMEA
5. LLMA
6. ZeroLagEMA
7. ZeroLagTEMA
8. Regression Channel

Can use an adaptive period by setting the period parameter to "1".
Choose your own colors.

Color the lines based on
1. moving average rising and falling
2. moving average is above or below price,
3. combination of both of number 1 and 2
4. outer bands compressing/decompressing
 
Suggest other entries I might like
Details: Bollinger_v1 for NT 7


February 3rd, 2011
Size: 26.96 KB
Multi MA Price Channel V2 4 *
Inspired by my time in Felton Trading live trading room, this ind. is a multi selectable MA(currently BMCollectiveMAv2, EMA, EMADouble, TEMA, EMAZeroLag, HATEMAZeroLag, TEMAZeroLag, HMA, HoltEMA, JMA, LinReg, SMA, TMA, TSF, VWMA, WMA) with offset bands based on ATR, Range, or Tick. Besides being pretty, this ind. when properly "matched" to the instrument it gives a good indication of direction change. Obviously, no guarantee for how long.
Exported from NT.0.1000.2

V2: Added more MAs as listed above. Can now access MA value. Added some extra options. Upper & Lower plots change color to match shading, when not set to Transparent.
 
Suggest other entries I might like
Details: Multi MA Price Channel V2


January 31st, 2011
Size: 36.93 KB


Keywords: channel ma price multi
 



 
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