I have a few NinjaTrader indicators that I want converted to MultiCharts (EasyLanguage). In all cases, the NinjaTrader code is complete (no external indicators or DLL’s).
Indicator 1:
NinjaTrader code is only a dozen lines long. The code simply paints a candlestick based on the Close of the prior bar.
Indicator 2:
NinjaTrader code is only a couple dozen lines long. The code simply draws 11 plots, each plot has a unique color. There is a base (midline) plot, and then 5 upper and 5 lower plots. The midline plot is calculated very simply. The upper and lower plots are just very simple math above and below.
Indicator 3:
Creates a daily ATR, regardless of what size/time frame the indicator is added to, it will always output the daily ATR. The NinjaTrader source is about 30-40 lines of code.
Indicator 4:
Fibonacci retracements and day markers. I have NT source but probably better to just create from scratch. Plots Day High, Day Low, Yesterday High, Yesterday Low. Then plots Fib levels between the current Day high and current Day low, marking -61.8%, 23.6%, 38.2%, 50%, 61.8%, 76.4%, and 161.8%.
Indicator 5:
Weekly pivots. Just need some visual enhancements over the basic floor pivots/weekly pivots. Also add a couple new plots for Prior Week high and low.
In each case, I have screen shots and working code from NinjaTrader. I just want to convert these to MultiCharts (am using 6.0) and maintain the same visual appearance I am accustomed to with NinjaTrader.
I will retain complete copyright and own the property after you do the conversion. You cannot resell the NinjaTrader code I give you, nor can you resell the EasyLanguage code you create for me.
Thanks,
Mike