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
T3 Dual MA using Fulks-Matulich Algorithm 5 *
A version of this was posted in the "Get your free Ninjatrader Indicators here" thread. https://nexusfi.com/elite-circle/1261-want-your-ninjatrader-indicator-created-free-549.html

It colors the region between two T3 moving averages. They are not Fulks-Matulich moving averages. I think it makes more sense to say that they are T3 moving averages calculated by a method developed by Fulks and Matulich.


I saw possibilities for improvement so took the liberty of revising it. This version will have a drastically lower usage of CPU cycles than the version that I found in the pot luck thread.
 
Suggest other entries I might like
Details: T3 Dual MA using Fulks-Matulich Algorithm


July 28th, 2012
Size: 7.09 KB
KR_Trender V3 Experimental for ToS
this is a test version of KR_Trender. pls test and provide feedback. this is not a final indicator (yet).

pls see full post here
https://nexusfi.com/stocks-etfs-trading/21886-how-do-you-define-bullish.html

RedK

quick update to V3b.. still experimental and awaiting tester's feedback
1. Fix Typo (HL3 to HLC3), the calculation was correctly using HLC3.
2. trender will be yellow in the "no-trend" zone. Cyan when positive trend detected, and Magenta when negative trend is detected. you can still trade the no-trend zone, beside being more risky and unconfirmed, profit won't be as high as within a confirmed trend.
3. added an optional "weight factor" for the fast price action. this serves to magnify the short-term move vs the longer term trend (can be set to equal weight =1 in the study options)

my kids call this "the Rainbow" - so it's aka Rainbow Trender ..
all the best,
RedK
 
Suggest other entries I might like
Details: KR_Trender V3 Experimental for ToS


July 27th, 2012
Size: 3.49 KB


Keywords: redk thinkorswim tos trend trender
mahBradientColorBars 5 *
There seems to be a problem here: I uploaded the code as mahGradientColorBars2 but it is posting it without the 2 so I am not sure why it would do that. Easiest thing to do is just edit aligator's code.

I really like this indicator so hopefully aligator doesn't mind my version. I just like having my upcolors going green and downcolors colors going red. So if you are like me, then all you have to do is open the code and change 3 things in 2 lines;

downColor = (int) (255*(Value)/100);
upColor = 255-downColor;

to;

upColor = (int) (255*(Value)/100);
downColor = 255-upColor;

Obviously, the whole rationale that aligator has posted still stands but you just have the colors plotting in the opposite direction.
 
Suggest other entries I might like
Details: mahBradientColorBars


July 25th, 2012
Size: 6.04 KB
Cleaned up SharkTrend 5 *
Zondor was kind enough to go over my code for the SharkTrend and cleaned it up for me. I am not a programmer so I can assure you that this version is better than mine.  
Suggest other entries I might like
Details: Cleaned up SharkTrend


July 25th, 2012
Size: 7.74 KB
SharkTrend
There is nothing really new in the coding here as all I did was create an indicator from the ZSharkTrendStoch that paints the background of price based on the ZSharktrendStoch being under 10 or greater than 90. I am more of a visual trader so if I can modify things into arrows, lines on price or whatever makes things easier for me to see, then that is what I do.
 
Suggest other entries I might like
Details: SharkTrend


July 24th, 2012
Size: 8.06 KB
K_betterVolume_V1 for ThinkOrSwim
This is my modified version of the default VolumeAvg study in ThinkOrSwim.

the way my simple mind interprets volume move, i expect to see the volume bar Red for "down-days" (closing below the Open) and Green for "up-days" (Closing higher than Open).
  • Default logic in ToS's VolumeAvg study is different where volume bar color is based on trend, so compares today's close to yesterday's - or prior period's - close. Green of closes higher, red if closes below.
  • this quick customization enables me to switch between the 2 logics (Day vs Trend), default is "Day", so the Volume bar is colored based on period's open/close. (see a comparison in screenshot). you can use with any period or aggregation.
  • A double moving average has been added as an extra. i can see short-term (7 day EMA by default) volume vs long-term EMA(200 by default). for a better clue on sudden shifts in volume.
  • you can change settings for the study (Fast Period, Slow, and Volume Bias logic).
hope other fellow traders will find this as useful as i do,
RedK
 
Suggest other entries I might like
Details: K_betterVolume_V1 for ThinkOrSwim


July 23rd, 2012
Size: 915 bytes


Keywords: redk thinkorswim tos volume
KR_DMI_V4b for ToS 5 *
a small visual enhancement from KR_DMI_V4:
  • since we practically care about the Net DI (difference between DI+ and DI-), which shows what price pressure is prevailing (buying vs selling) and causing the move, i removed the original lines, and replaced with a zero-base cloud that represents that Net Difference.
  • removed smoothing in calc from DI lines and Net difference. allowing it to act as a "relatively" leading indy for price move.
  • it's now easier to spot divergence between that net DI difference "cloud", and Price Action or ADX movement, suggesting current trend move maybe about to end or ease down. see attached screenshot.
  • ADX line is still the same.
  • Default "trend" level changed to 25.
thanks, RedK
 
Suggest other entries I might like
Details: KR_DMI_V4b for ToS


July 21st, 2012
Size: 2.22 KB


Keywords: adx dmi redk thinkorswim tos
ToolBarOHLDataByThatManFromTexas 4 *
This is a simple indicator that displays the O,H,L of the day data and the distance in ticks the current Price is from each, in the toolbar.
 
Suggest other entries I might like
Details: ToolBarOHLDataByThatManFromTexas


July 20th, 2012
Size: 4.67 KB


Keywords: data ohl toolbar box
KR_DMI_v4 for ToS 5 *
This is my own implementation of ADX/DMI indicator for ToS.. still keeps the original approach
  • ADX line is allowed to go negative when the trend is down
  • we use ExpAverage for calc of DI+/DI- and HullAvg for smoothing
  • some visibility enhancement adding color coding to ADX (up, down & Alert)
  • improve visibility of Net pressure of price movement (using Addcloud)
Usage is similar to the original ADX: a trend starts above/blow 20 or 30levels (adjustable)

A sell/buy is suggested when the DI lines cross *AND* the ADX line is Cyan or Red

feedback & comments appreciated...
RedK @ Live.com ..... July 2012
 
Suggest other entries I might like
Details: KR_DMI_v4 for ToS


July 20th, 2012
Size: 2.11 KB


Keywords: adx dmi redk thinkorswim tos
XavDeltaOscillator 5 *
XavDeltaOscillator

This indicator is a Market Delta Oscillator. It plots Delta (Dark Gray and Silver), a fast HMA of Delta (Green and Red), a slow HMA of Delta (Cyan and Fuchsia), and the difference between the fast and slow HMA's.

The Moving Averages are colored based on whether they are rising or not. The difference is colored based on whether it is increasing or not. Market Delta is also colored based on whether it is increasing or not. You can turn off the Market Delta plot.

I have started a thread called Delta Oscillator Discussion where anyone can post comments or suggestions.

Enjoy

Edit 7/20/2012: Fully functional GOM Framework version can be found here:
https://nexusfi.com/elite-circle/21773-delta-oscillator-discussion.html
 
Suggest other entries I might like
Details: XavDeltaOscillator


July 18th, 2012
Size: 7.08 KB
 



 
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