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
tiyfTradePlanFactory 5 *
The indicator name is tiyfTradePlanFactory. Once installed in Ninjatrader, you'll find it within a folder named TrendIsYourFriend in the indicator panel.

I have created a thread dedicated to it. Every new update will be described there. So if you want to ask any question or just give your feedback then go ahead and visit this page :

I have made a small video to describe how to use it. (link to the video is in the thread)



Have fun.

Changelog:

yyyy-MM-dd - reasons
---------------------------------------------
2021-05-03 Version 1: first time released on Futures.io
2021-05-04 Version 1a: added the [NinjaScriptProperty] attribute to the 'Indicator_Version' property to expose it to the user
2021-05-05 Version 1b:
- the highlighted or dimmed settings will no more be applied to a user drawn rectangle
- modified the default list of prefix "S&D, Fib, MM, MP, Vwap"
- changed the location of the Indicator_Version value. It is now part of the parameter name to avoid problems when the user has created templates with prior version of the indicator
2021-05-07 Version 1c: when the user click on a rectangle the indicator displays its Tag name at the upper left of the chart
2021-05-08 Version 1d: a selected rectangle will also display the distance it is from the last bar close
2021-05-11 Version 1e: new button added to forecast levels
2021-05-12 Version 1f:
Forgot to reset the count of forecasted areas when a new category of Rectangles was Highlighted.
- changed the method for evaluating the average gap between rectangles. New method is more logical.
2021-05-13 Version 1g:
The Highlight and Forecast functions have been reworked to ease the job of forecasting
- it is no more necessary to load a trade plan to use the forecast option
- If there is no trade plan loaded, The highlight button will display the "Rect" prefix only
2021-05-15 Version 1h: Added the ability to save multiple forecasts in a file
2021-05-16 Version 1i: forgot to dispose of the new button Forecast in the State.Terminated event.
- Modified the tooltip message associated to the Add prefix button when the save button displays "Save Forecast".
2021-05-17 Version 1j: Removed the required step to reset/erase a previous forecast before generating a new one
- the indicator can now sniff out if a series of user drawn rectangles have been modified (Rect. moved/added/removed)
- any selected rectangle (no more restricted to rectangles from a loaded TP) will display the distance it is from the last bar close
2021-08-09 Version 1k: I have modified the method to assign a unique name or version number to the indicator (see method DisplayName)

---------------------------------------------
 
Suggest other entries I might like
Details: tiyfTradePlanFactory


May 11th, 2021
Size: 12.84 KB
VisWMA 5 *
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is WMA MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.
 
Suggest other entries I might like
Details: VisWMA


February 28th, 2021
Size: 3.48 KB
VisSMA 5 *
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is SMA MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.
 
Suggest other entries I might like
Details: VisSMA


February 28th, 2021
Size: 3.33 KB


Keywords: mtf nt8 sma_mtf visula
VisLinReg 5 *
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is LinReg MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.
 
Suggest other entries I might like
Details: VisLinReg


February 28th, 2021
Size: 4.83 KB


Keywords: mtf nt8 visual linreg_mtf
VisHMA
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is HMA MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.
 
Suggest other entries I might like
Details: VisHMA


February 28th, 2021
Size: 4.91 KB


Keywords: mtf nt8 visual hma_mtf
VisEMA 5 *
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is EMA MTF for NT8 again - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.
 
Suggest other entries I might like
Details: VisEMA


February 28th, 2021
Size: 3.24 KB


Keywords: ema mtf visual ema_mtf
VisDEMA
While still waiting for Fat_Tails Visual MTF MA I have tweaked some other indicators and was able to get it working in other timeframes.
I am using Vis... description - let's reserve the Visual name for original.

Here it is DEMA MTF for NT8 again with minor cleaning up in the code - plus it was exported as not assembled file.
I think it is easier to get into the code if one wants to change anything.
 
Suggest other entries I might like
Details: VisDEMA


February 28th, 2021
Size: 4.47 KB


Keywords: dema mtf nt8 visual
Richard 5 *
Here is a tool bar clock for Ninjatrader . Not my work I was looking for a clock and found this one
Thanks to who ever built it.
 
Suggest other entries I might like
Details: Richard


February 20th, 2021
Size: 3.96 KB
VisDEMA_NT8 5 *
Hi All,

I think I have successfully tweaked the script from EMAon5minData to achieve MTF EMA.
This encouraged me to play some more - and converted few more.
Story is the same as with VisEMA, VisSMA and VisWMA.

The sad part so far is - there was NO COMMENTS!
And no single THANK YOU.

I have to thank here the contributors to this conversion - @ TakingStock12, @ michaelf and @ cory - who started it and gave me the idea to do some more.

From my trials - they work with Tick, Range and Renko charts as well!

Please try - and let me and others know - hope some find it useful.
Any further enhancements welcome!

Cheers!
 
Suggest other entries I might like
Details: VisDEMA_NT8


June 17th, 2020
Size: 162.12 KB
VisLinReg_NT8 5 *
Hi All,

I think I have successfully tweaked the script from EMAon5minData to achieve MTF EMA.
This encouraged me to play some more - and converted few more.
Story is the same as with VisEMA, VisSMA and VisWMA.

The sad part so far is - there was NO COMMENTS!
And no single THANK YOU.

I have to thank here the contributors to this conversion - @ TakingStock12, @ michaelf and @ cory - who started it and gave me the idea to do some more.

From my trials - they work with Tick, Range and Renko charts as well!

Please try - and let me and others know - hope some find it useful.
Any further enhancements welcome!

Cheers!
 
Suggest other entries I might like
Details: VisLinReg_NT8


June 17th, 2020
Size: 162.48 KB
 



 
Category
 




© 2025 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 - Sitemap - Downloads - Top