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
Moving Averages Two Lines V1 5 *
This is the default thinkorswim MovAvgTwoLines indicator modified. The two lines can now be different average types. Additional features include a cloud, vertical lines and arrows; all with on/off switches in the input parameters. Cloud color can be changed in the Globlals option. For now the moving average types are the ones I use, EMA, SMA & WMA; might add more to the list later on.
 
Suggest other entries I might like
Details: Moving Averages Two Lines V1


March 1st, 2014
Size: 2.32 KB


Keywords: movingaverage thinkorswim
VWAP SD Bands V2 3 *
This is a modified version of the default thinkorswim VWAP indicator combined with the thinkscripter Chart Period VWAP and Standard Deviation Bands (https://www.thinkscripter.com/indicator/chart-period-vwap-and-standard-deviation-bands) to have three standard deviations rather than the default one sd. Has other options to calculate the bands but they may or may not be accurate.

* The "standard" Band Type is the default thinkorswim VWAP indicator formula.
* Cloud color can be changed under the "Globals" option.


Update 3/7/2014
* Available Time Frame was: Day, Week, Month, Chart.
Available Time Frame now: Day, Week, Month, Year, Minute, Hour, Chart, "Opt Exp", Bar.
* Added option to hide cloud.
* Added option to hide SD lines.
 
Suggest other entries I might like
Details: VWAP SD Bands V2


February 23rd, 2014
Size: 4.62 KB
PriceLine with Bid/Ask Color Option 4 *
Plots a Horizontal Line at Current Price with option of Color Coding based on Bid/Ask.

Price Marker needs to be set to "False" via Data Series window to allow Bid/Ask Colors to Paint on chart.

Thank You !
 
Suggest other entries I might like
Details: PriceLine with Bid/Ask Color Option


February 21st, 2014
Size: 2.24 KB
vvMiniTradePanel 5 *
This is an experimental indicator that can enter and exit live positions. Use entirely at your own risk and with extreme caution! You have been warned, so don't blame me! I will not accept liability for anything!

By now most of you probably have figured out my love for floating windows.

This is a little window with a few buttons that allows you to enter and exit trades.

Most stuff is pretty self-explanatory. The only thing worth mentioning is the Close button, which will first cancel all orders for the selected Instrument-Account combination and then close any open position for the selected Instrument-Account combination. Edit: Is now default NT behaviour when there is an open position, if flat it will cancel all working orders for that Instrument-Account combination.

Account, Instrument and Quantity are bootstrapped from ChartTrader, so if you want to change them, you will have to do it there. Edit: Now has dropdowns that always have the same value selected as ChartTrader, that means no matter where you change it the other one will also reflect that change. For that reason vvMiniTradePanel will enable ChartTrader when it starts up. You can hide, disable, show or enable it later. ChartTrader has to stay enabled, a warning will be shown if it is disabled.
The Account can also be set manually, however, Quantity and Instrument will still be bootstrapped from ChartTrader.
In terms of size, location and some other settings it is quite configurable.

In order to use the advanced buttons (Lim or Stop +Offset buttons) the AT Interface has to be enabled (ControlCenter ->File ->AT Interface)!

Please only download if you understand the risks of using such an indicator and accept that you will use it entirely at your own risk!

Thread is here: https://nexusfi.com/elite-circle/25431-vvminitradepanel.html

Current version is v3.6

Changelog


01.Feb.2013 v2.1
Fixed null reference bug in OnTermination.
Changed Close button logic, now exactly the same than the ChartTrader Close button.

05.Feb.2013 v2.2
Fixed bug where the first strategy change was not reflected by ChartTrader.
v2.3
Added dropdown for account selection.
Added Quantity up down for quantity selection.
v2.4
Fixed bug where quantity was not updated after strategy change.

06.Feb.2013 v2.5
Increased max value for quantity to 1m.
Fixed bug with quantity update.
Improved layout a bit, dropdows are larger now.
Put instrument label on Close button.
Added option to hide ChartTrader on startup.
v2.6
Fixed resizing issue.
v2.7
Fixed quantity increments for forex and stocks to NT defaults (.1m and 100).
Max quantity is now 50m for forex, 1m for stocks and 10,000 for futures.

07.Feb.2013 v2.8
Relocated show ChartTrader button so that it does not hide the "F" for unfixing the y scale.

12.Feb 2013 v2.9
Improved the handling of ChartTrader toggle, Button is now in the normal spot and the little "F" as well. If you use vvTrendLineTrader, please update that too.

05.Mar 2013 v3.0
Fixed a bug where button location got messed up on resize or minimize.

13.Mar 2013 v3.1
There was a problem with changing live orders as they might have the order state "Working" whereas the same order on an NT sim account has "Accepted". This version should now work correctly for live and sim.

02.Apr 2013 v3.2
Corrected quantity increment for currencies to 0.01M.

08.Apr 2013 v3.3
Added option to show reverse button.

15.Jul 2013 v3.4
Added functionality to "Close" button, left click same as ever, right click brings all targets to last traded price (i could do best offer too).

04.Nov 2013 v3.5
Fixed a bug (again) where button location got messed up on resize or minimize.

15.Feb2014 v3.6
Added some buttons to place stop or limit orders in an easy way. They are placed x ticks away from the current price, where x is a setting in the properties dialog.
Of course all this is optional, no need to have the buttons on there when you don't want them...
To use the new buttons the AT Interface has to be enabled (ControlCenter ->File ->AT Interface)!

vvhg
 
Suggest other entries I might like
Details: vvMiniTradePanel


February 15th, 2014
Size: 18.59 KB
vvDepthRadar 5 *
A little indicator that spawns a window showing the total depth over n levels. It can also warn when total depth drops below a threshold.

Thread for discussion is here: https://nexusfi.com/elite-circle/24373-vvhg-s-little-helpers-keeping-them-one-place.html

Current version: 1.0


vvhg
 
Suggest other entries I might like
Details: vvDepthRadar


February 15th, 2014
Size: 5.50 KB
DateChecker: Identifies possible data gaps
I build this indicator to help me identify possible data gaps after importing historical data.

At this point, v001 simply looks at the yearly and monthly changes to make sure that if there is a change that the change is predicted (ie, 2009 comes after 2008; month 1 after month 12; month 4 after month 3).

I could have gotten more fancy with for statements and such, but instead I opted for a simple if-else framework so you can easily see what's going on.

If there is a data gap (ie, current month is 4 but the previous month is 11; current year is 2009 but the previous year is 2007), the indicator gives you a text visual alert.

I set up tick offsets off the High for the alert, month and year labels.

At some point in the future I may add in daily checks (or less), as well, but for the time being this serves my needs.

I'm happy to answer any reasonable questions or consider any reasonable improvements.

Good luck,

Aventeren
 
Suggest other entries I might like
Details: DateChecker: Identifies possible data gaps


February 11th, 2014
Size: 2.31 KB


Keywords: alert date datechecker check year month
vvAggregatedTS 5 *
This indicator aggregates trades to approximate the original market orders that triggered these trades.

Columns:
1 Time (cutting off hours for easier visibility)
2 Size of the print
3 Price
4 # of penetrated price levels
5 Ticks
6 Dominant Limit

Special thanks go to (alphabetical order): Big Mike, ktrader, rounder8, Xav1029 and Zondor

Thread with detailed description and discussion is here:
https://nexusfi.com/elite-circle/22235-aggregated-time-sales.html


Current version: 6.3

Changelog:
(earlier changes can be found in post #1 in the thread)

April 16 2013: v5.8
Important Bug Fix: fixed rounding error that pretty much messed up everything, please ALL update to this version!
v5.9
Apparently v5.8 did not fix the issue, hence this update.

May 5 2013: v6.0
Fixed a bug that could result in large trace files.

June 10 2013: v6.1
Improved window position handling. Now has 5 modes:
Auto: Default location and size
Manual: location and size are set manually
DockRight: Docks to the right of the parent chart
DockLeft: Docks to the left of the parent chart
RememberPosition: this will remember position and size

Feb 07 2014: v6.2
Added option to show the Dominant Limit or Largest Limit in a print, setting for this is: Parameters-->#12
v6.3 Fixde a bug in the RememberPosition function.

vvhg
 
Suggest other entries I might like
Details: vvAggregatedTS


February 7th, 2014
Size: 29.17 KB
vvHideTitleBar 5 *
Modifies the Window style of NinjaTrader windows.
This indicator has a global scope (inside NT) and can influence nearly every window of NT.
Current Version is v3.1

Thread is here: https://nexusfi.com/elite-circle/22097-hidetitlebar-indicator-ninjatrader-title-bar-window-frame-modification.html

Changelog:
Uploaded new version with increased scope, now all windows (exception: vendor indicators) can be modified.
this does also work together with the FocusTitlebar indicator, in that case set Chart changes disabled to TRUE.

Changed the name to vvHideTitleBar.

September 3 2012: v1.5
Removed bug which led to link button reappearing after workspace change.

14 Sept 2012 v2.0
Fixed issue where reloading charts or reconnecting applied the original style
Added hotkey Alt+B to switch between Standard and user selected style (only charts)

14 Sept 2012 v2.1
Bug fix: indicator windows weren't handled correctly

15 Sept 2012 v2.2
Bug fix: multi-workspace visibility issues fixed

16 Sept 2012 v2.5
Bug fix: maximized windows are now treated correctly.
Toggling between Standard and user selected style now works for all windows.
Added the functionality of vvFocusTitleBar as an option, if chosen, charts and indicator windows will display the titlebar when they have focus.
Made the hotkey for toggling (Alt+b) global, so it will work regardless of which window has focus.

17 Jan 2013 v2.6
Added support for Jigsawtrading Depth&Sales Beta V4. Its border can now be manipulated too.

01 Feb 2014 v2.7beta
Hopefully fixes NT crashes on Windows8, lots of beta testers appreciated!
The only thing that changed is that I added some error handling blocks, so on Win7 and older it will behave exactly like v2.6.
Please note that this is a beta version that might still crash NT on Win8!

06 Feb 2014 v3.0
Changed hot key for toggle from Alt+B to Alt+W.
Fixed bug where indicator windows didn't get enabled again.
I expect it to work correctly on Win8 now.
v3.1
Disabled forcing Classic Theme for NT on Win8 machines as it messed with the buttons.

There is a known incompatibility with the indicator WorkSpaceChanger.

vvhg
 
Suggest other entries I might like
Details: vvHideTitleBar


February 6th, 2014
Size: 11.54 KB
vvVolumeAndRangeToAverage 5 *
Based on Fat Tails brilliant anaIntraDayVolume.

This indicator shows the session volume so far compared to the average for that weekday and time of day.

Thread for discussion: https://nexusfi.com/elite-circle/24373-vvhgs-little-helpers-keeping-them-one-place.html


Current Version: 1.0


Feb 04.2014
Renamed to vvVolumeAndRangeToAverage.
Now can also show (total) Range to average range.

vvhg
 
Suggest other entries I might like
Details: vvVolumeAndRangeToAverage


February 5th, 2014
Size: 6.77 KB
NT7.0 Chart Trader addon indicator 5 *
February 7 2014
version 1.3

Added a close position button and renamed flatten button to flatten account to be more precise.


////////////////////////////////
February 6 2014
version 1.2

Fixed a minor bug where it would not save button colors in settings when loading up new charts with script.


///////////////////////////////////////////
February 5 2014
version 1.1

First a big thanks to vvhg & Xav1029 for some awesome scripts and great ideas which I added to mine.

I completely rearranged the chart trader removing buttons I never use. The ONLY buttons left from the original panel are Buy & Sell Market. Those are the only two which will engage the ATM strategies.

In the custom strategies & entries I added break even +1 and nudge stop to previous low or high, both which will adjust stops accordingly once in a position. The flatten button will get you out of all positions in every chart.

The trail button will engage once pressed if you are in a position and trail via an EMA or SMA. Anything goes wrong the flatten button will get you out and cancel everything. Still doing more testing for bugs.

A nice added feature is the green box below the current profit/loss display, which will tell you the spread from level 2 data and cumulative bid and ask volumes. The box color will change from green to yellow to red if spread gets too large.

This script is still in beta, trade at your own risk. It should show you how easy it is to customize the chart trader to your liking. Sky is the limit in terms of juggling buttons and adding new stuff.

enjoy
/////////////////////////////////////
A big thanks to all the contributors.

Unsure where I originally found this script. I modified it to add two buttons to chart trader for entering buy and sell stops.

It will do so 1 tick above or below the bid/ask. It will insert an 8 tick stop loss & target. If you go on indicator settings and put the ticksTarget to 0, it will only add a stop loss to position.

Hope this helps some of you.

PS. Wishing NT8.0 will eventually let us add/modify ATM within an indicator.
 
Suggest other entries I might like
Details: NT7.0 Chart Trader addon indicator


February 5th, 2014
Size: 10.04 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