NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching bmt, looking in keywords for any words
Found 37 matching entries

Sort by

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!


Category The Elite Circle 
 
Suggest other entries I might like
Details: BigMike's BMT_Envelop in Easy Language Version
Category: The Elite Circle 


March 27th, 2011
Size: 22.59 KB
Downloaded: 522 times

Keywords: bmt easylanguage tradestation bigmike envelop
Big Mike Triple Smoothed EMA Optimized 5 *
I don't deserve much credit for this as it is simply a straightforward modification of Mike's Triple Smoothed EMA using predefined instances of the external indicators for code optimization. Elite only, please.

The EMA needs to be optimized too, for best results. That may have been done in latest version of NT7.. not sure, please check release notes. I did a quick check but did not find anything on EMA.


Category The Elite Circle 
 
Suggest other entries I might like
Details: Big Mike Triple Smoothed EMA Optimized
Category: The Elite Circle 


July 7th, 2010
Size: 4.25 KB
Downloaded: 1324 times

Keywords: bmt ema zondor
OBVDiver with BBands for NT7 5 *
For NT7 compatibility, there were 2 new parameters added to one of the DrawText() statements.

I added a compiler switch that will select the correct version of the statement of the DrawText method for either 6.5 or 7.

Indicator should now work in either version of Ninjatrader. However this zip package was created by NT7 so may not import into NT6.5. However, the previous version works fine in NT6.5 so that should not be a problem.

See Post:

https://nexusfi.com/elite-circle/694-balance-volume-balance-volume-divergence-indicator-8.html

The attachment is a .cs as I did not want to load this unoptimized code. ZTR


Category The Elite Circle 
 
Suggest other entries I might like
Details: OBVDiver with BBands for NT7
Category: The Elite Circle 


June 18th, 2010
Size: 12.42 KB
Downloaded: 783 times

Keywords: bmt divergence obv zondor
Wave indicator 5 *
From https://nexusfi.com/elite-circle/693-wave-indicator.html

The inspiration came from websouth's template, which I started a discussion on here:
https://forum.bigmiketrading.com/general-discussion/691-websouths-shared-price-action-templates.html

The indicator works a little different than websouth's implementation, because he was using the displacement chart feature which puts lines behind (historical) price. Within the indicator, I just painted the line using historical data, but it still plots real-time.

At any rate, it is a very interesting indicator. Sometimes it is a thing of beauty, others the visual aesthetics are not appealing but that usually means chop. If the indicator looks like shit then the price action is probably shit, too.

All colors are fully configurable, as is the shading, and opacity. You can also control the historical period rate.

Attached are a few screens plus the indicator. It's the top panel stuff.

I look forward to your input

Mike


Category The Elite Circle 
 
Suggest other entries I might like
Details: Wave indicator
Category: The Elite Circle 


June 13th, 2010
Size: 4.12 KB
Downloaded: 920 times

Keywords: bmt wave
Big Mike's CL (crude oil) journal V1 4 *
From https://nexusfi.com/journals-daily-charts-tape-reading/627-big-mikes-cl-crude-oil-futures-contract-crude-oil-journal.html

Here is a video blog about trading CL. I also share my usual opinions on multiple time frames and indicators/simplicity, money management, etc.

Play the VLC media player if you have any issues after unzipping, just like all my videos in the Downloads section.

I'll try to keep this journal updated with CL thoughts and trades.

Small chart: 89 volume
Medium chart: 6 range
Large chart: 12 range

I've attached a screen shot (not shown here click link to see) but the main point of this post is in the video not the screen shot.

Mike


Category Educational 
 
Suggest other entries I might like
Details: Big Mike's CL (crude oil) journal V1
Category: Educational 


June 12th, 2010
Size: 102.03 MB
Downloaded: 916 times

Keywords: bmt cl video
BMT Collective MA Envelope Bands, Optimized 5 *
VIP Only, please do not distribute outside of the Elite Circle. It's based on Mike's Version 2.02 from February. This plots the same as Mike's except for two differences.
  • Quick Start Modification causes value of CMA to rapidly converge to the correct value within a few bars of startup.
  • The method of calling the EMA's was changed for greater efficiency. This causes initial loading to be much faster, and resource use while indicator runs to be much lower. Thanks to Richard of MoveTheMarkets.com for his excellent article about this subject.
  • To see the envelope bands, chart must go back at least one day. Bands begin to display on the second day.
  • As in original version, all band colors are hard coded and are best for a chart with a dark background.
... click on Magnifier for screenshot.


Category The Elite Circle 
 
Suggest other entries I might like
Details: BMT Collective MA Envelope Bands, Optimized
Category: The Elite Circle 


May 24th, 2010
Size: 8.66 KB
Downloaded: 1031 times

Keywords: bmt collective envelope ma optimzied zondor
CMA for Market Delta 4 *
guys,

This is the collective MA ported for Market Delta

Enjoy

ben


Category The Elite Circle 
 
Suggest other entries I might like
Details: CMA for Market Delta
Category: The Elite Circle 


March 19th, 2010
Size: 1.31 KB
Downloaded: 593 times

Keywords: benbrooke bmt bmtcma cma marketdelta collective
BMT Envelope Expansion Fibonacci Bands v2.02 5 *
Attached is version 2.02. It works in NT 6.5 and NT 7 prior to beta 23.

For NT7 after beta 23, go here: https://nexusfi.com/free_downloads/vip_elite_circle/737-download.html?view

Again, this is a major rewrite. Backup your old copy first, this one will overwrite it. If you don't like the new one you can go back to the old one this way.

There are two parameter options.

Multiplier - 1.0 is normal. If you feel the bands are too tight, you can raise this value, but it will no longer represent the real retracement levels of the daily ATR.

ATR Length - 7 is default. Lower will adapt more quickly to a changing market (like the recent huge fluctuations on CL). Higher will adapt slower.

I've added two extra bands to show the 100% and 161.8% levels. I've set the default colors the way I like them, which is different than the last version so take note. I also like the bands to blend into the chart, so the Alpha opacity is set for each plot.

You'll need to redo your template as the Plot names and settings have changed.

The histogram has been removed.

As far as I can tell, I've solved the math bugs. Please report any problems.

Mike

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: YES prior to beta 23 only

For NT7 after beta 23, go here: https://nexusfi.com/free_downloads/vip_elite_circle/737-download.html?view


Category The Elite Circle 
 
Suggest other entries I might like
Details: BMT Envelope Expansion Fibonacci Bands v2.02
Category: The Elite Circle 


February 5th, 2010
Size: 7.79 KB
Downloaded: 1761 times

Keywords: bands bmt envelope fibonacci
MurreyMath_NT7_v1 5 *
The Murrey Math trading system is primarily based upon the observations made by W.D. Gann in the first half of the 20th century.

While Gann was purported to be a brilliant trader in any market his techniques have been regarded as complex and difficult to implement.

The great contribution of Murrey Math (T. H. Murrey) was the creation of a system of geometry that can be used to describe market price movements in time. This geometry facilitates the use of Gann's trading techniques.

(courtesy https://www.foretrade.com/MM_description.htm)

This is modified from Big Mike's version with help from Bertrand @ NT Support

NT 7 Compatable: Yes - ZTrade101


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: MurreyMath_NT7_v1
Category: NinjaTrader 7 Indicators 


February 5th, 2010
Size: 28.35 KB
Downloaded: 3734 times

Keywords: math gann bmt murrey
BMT Divergence 5 *
VIP members only! Do NOT distribute this to anyone else!

This is an improvement over the OBV Diver previously released to VIP members. The new BMT Diver has a lot of additional options as you can see from the screen shots below. There are more too but I only wanted to take so many screen shots.

Let me also say it will not repaint unless the Plot Style is Line. Using Dot or Hash for plotstyle will prevent repainting (which by default is uses a Dot).

** DO NOT DISTRIBUTE **

Thanks to the VIP members for all their support!

This will show divergence with the following:
SMA, EMA, HMA, JMA, WMA, VMA, ZeroLagEMA, VWAP, CCI, RSX, R, RSI, Bollinger, MACD, Elliot, LinReg, and ADL.

The zero line is important. It is wise to only take longs above the Zero Line, and shorts below it. Please note, the Diamonds/Squares below are different than the OBV Diver indicator previously released, I swapped them around a bit.

Blue dot = no divergence, buy - take note of zero line
Red dot = no divergence, sell short - take note of zero line
Cyan diamond = divergence, buy with caution or look for failure then sell short
Magenta square = divergence, short with caution or look for failure then buy long

Mike

COMPATIBILITY:
NinjaTrader 6.5: YES
NinjaTrader 7.0: NOT TESTED [feedback]


Category The Elite Circle 
 
Suggest other entries I might like
Details: BMT Divergence
Category: The Elite Circle 


December 3rd, 2009
Size: 47.80 KB
Downloaded: 2351 times

Keywords: bmt divergence
 



 
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