December 18th, 2021
Size: 99.00 MB
Downloaded: 60 times
2472
xplorer
WMA version of 3 Ring Circus below using some different trigger numbers. Not as "loud" - You can still use it late at night and the neighbors won't complain. Market direction tool.
September 6th, 2009
Size: 40.58 KB
Downloaded: 388 times
127
websouth
This little indicator is given in humble thanks to the BMT community. Thank you!
No image....indicator has no plots and does not draw anything on the chart. except for debugging.
This BETA/Experimental code is intended to be used by other coders who want to customize it to their needs.
For example, the Quantity field on ChartTrader is converted in this code to an integer. This code does not know all the special cases possible for this Quantity field. It could be that, for example, Forex brokers use non numeric characters in this field, such as commas, or a code for 1 Million, et cetera. This code will fail with a string conversion error in these situations. It is up to you to provide the solution as you integrate this code to your usage.
USE AT YOUR OWN RISK on LIVE ACCOUNTS. Methods used to submit orders and cancel positions are not supported by NinjaTrader. Author provides no warranties of any kind.
You need to have "ATI Interface" selected on the Control Center / File / ATI Interface.
version: Beta V 1.2
Coded Actions:
Left Mouse + Shift = Place BUY with ChartTrader Account, Quantity, ATM at the price clicked on chart
Left Mouse + Control = Place SELL with ChartTrader Account, Quantity, ATM at the price clicked on chart
Space = Press ChartTrader CLOSE button (programmatically)
Change Log:
Beta 1.1 Added Globalization to set the decimal point to a period and not comma (ToString(usa))
Beta 1.2 Handle null object -- When ChartTrader is hidden Clicker will neither submit orders, nor close positions
Coders:
* There are print and draw line in code for debugging
* You will need to handle condiitions when selected ATM is Active, None, or Custom
Thanks noted in code to vvMiniTradePanel indicator and user decs0057.
January 21st, 2014
Size: 3.46 KB
Downloaded: 223 times
1507
vantojo
This simple indicator shows, on the top right hand corner of any chart that you load it on, the spread between the bid and ask prices. I find it very helpful to use if you have a strat running on a chart (versus trading manually off the chart using the ChartTrader button).
October 27th, 2012
Size: 1.96 KB
Downloaded: 487 times
1287
minsalaco
Forex Tick Data ready to be uploaded to Ninja Trader 7.
Each tick includes a time stamp, price and volume.
The ticks time zone is EST.
The time stamp is at 1 second resolution.
The price is at 0.1 pips resolution.
Total of 54 months of data, starting from April 2007.
I couldn't find an indicator that accomplished what I wanted, so I just made one. The indicator simply plots the Up volume and Down volume separately, as an average.
Simple concept - price closes above the typical (H+L)/2 then it's marked as up volume, and vice versa for down volume.
- If the up volume band is higher than the down volume band, then market is probably moving up.
- If both bands are declining, there is not much interest at these prices.
- If bands are moving towards each other, trend reversal.
- If bands are moving away from each other, trend continuation.
Anyway, don't read too much into it.
Here is the code, some screen shots, and a MultiCharts pla.
February 21st, 2014
Size: 2.24 KB
Downloaded: 722 times
1521
ceramictilepro
Version 1.0
This is the popular SuperTrend Indicator (original version) which was first developed by Olivier Seban and later recoded by Jason Robinson in 2006 for the MT4 platform. This indicator has the benefit of being able to work on all time frames and all price based charts.
Logic of SuperTrend
This indicator is based on ATR (average true range). If price is above Green Trend line, market is bullish. If price is below red trend line, market is bearish. This indicator can be used for buy and sell signals or as a trailing stop.
February 24th, 2014 01:35 AM zohar Perfect excellent very helpful to understand what's happening at a glance immediately see the market situation of the mo
ment. I adopted the indicator for all. Thank you
February 23rd, 2014 08:08 PM ceramictilepro hi Zondor, thank you for your comments. It works great for real time which is how I use it. Feel free to correct the cod
e to make a more valuable indicator
February 23rd, 2014 03:22 PM Zondor I THINK that this MAY work for real time, but the historical data generated by this coding approach is COMPLETELY WRONG
and will give meaningless results.
Due to the one second time stamps and lack of synchronization between the bid, ask, and last files. the bid and ask data