NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 18 of 18
Search: Posts Made By: mpe66
Forum: NinjaTrader January 20th, 2014, 12:37 PM
Replies: 21
Views: 14,100
Posted By mpe66
Great indicator. I was hoping it would work in...

Great indicator. I was hoping it would work in the market analyzer though, since you can't seem to see the net change there when the market is closed. I would also really like to be able use this to...
Forum: NinjaTrader August 30th, 2010, 09:21 AM
Replies: 31
Views: 10,660
Posted By mpe66
Thanks Zondor. Looks real good. How would you go...

Thanks Zondor. Looks real good. How would you go about changing from rising/falling to positive/negative colors?

if (denom != 0)
{
Values[0].Set((Close[0] - vwap) /...
Forum: NinjaTrader August 29th, 2010, 08:32 AM
Replies: 31
Views: 10,660
Posted By mpe66
Figured it out: { // Use this...

Figured it out:

{
// Use this method for calculating your indicator values. Assign a value to each
// plot below by replacing 'Close[0]' with your own formula.
...
Forum: NinjaTrader August 29th, 2010, 08:18 AM
Replies: 31
Views: 10,660
Posted By mpe66
Or could I do something like this: TimeSpan...

Or could I do something like this:

TimeSpan endtime = new TimeSpan(0,0,0);
TimeSpan starttime = new TimeSpan(0,0,0);
double vwap =...
Forum: NinjaTrader August 29th, 2010, 06:47 AM
Replies: 31
Views: 10,660
Posted By mpe66
I'm trying to add a positive and a negative plot...

I'm trying to add a positive and a negative plot with different colors. If indicator value is > 0 plot "Positive" plot etc but don't really know how to do it.

protected override void Initialize()...
Forum: NinjaTrader August 28th, 2010, 07:27 PM
Replies: 31
Views: 10,660
Posted By mpe66
Beautiful. I got it working now. Thanks a lot for...

Beautiful. I got it working now. Thanks a lot for all your help. I want to get different colored histogram for positive/negative values. When I get that figured out I'll post it for anyone who wants...
Forum: NinjaTrader August 28th, 2010, 07:00 PM
Replies: 31
Views: 10,660
Posted By mpe66
I have 2 different ones but can't export them...

I have 2 different ones but can't export them with errors(?). The first one, MooreTech's, looks like this:

public class VwapOscillator4 : Indicator
{
#region Variables
//...
Forum: NinjaTrader August 28th, 2010, 06:37 PM
Replies: 31
Views: 10,660
Posted By mpe66
Guys, I appreciate your help and tried your...

Guys,

I appreciate your help and tried your suggestions but get the same error message in both when I try compiling: CS1501 "No overload for method VWAP takes 1 argument". Any thoughts on how this...
Forum: NinjaTrader August 28th, 2010, 11:49 AM
Replies: 31
Views: 10,660
Posted By mpe66
Thanks for all your help. I don't really know...

Thanks for all your help. I don't really know what I'm doing but I tried pasting the 3 lines into my script in onbarupdate(?) and parameters into VWAP() and got it to compile without errors. However,...
Forum: NinjaTrader August 28th, 2010, 10:14 AM
Replies: 31
Views: 10,660
Posted By mpe66
How do I do that? Been going through the help...

How do I do that? Been going through the help guides but can't get this to work.
Forum: NinjaTrader August 28th, 2010, 09:45 AM
Replies: 31
Views: 10,660
Posted By mpe66
Thanks, I'll try that.

Thanks, I'll try that.
Forum: NinjaTrader August 28th, 2010, 09:39 AM
Replies: 31
Views: 10,660
Posted By mpe66
Maybe I should have the settings under...

Maybe I should have the settings under Initialize() like in the original vwap indicator?

protected override void Initialize()
{
Add(new Plot(Color.Orange, "VWAP"));
...
Forum: NinjaTrader August 28th, 2010, 09:21 AM
Replies: 31
Views: 10,660
Posted By mpe66
Ok I tried inputting all the settings and got: ...

Ok I tried inputting all the settings and got:

Value.Set (((Close[0]) - (VWAP(00:00:00, 00:00:00, False, True, VWAP,1).VWAP[0])) / ((VWAP(00:00:00, 00:00:00, False, True, VWAP,1).SD1Upper[0]) -...
Forum: NinjaTrader August 28th, 2010, 09:04 AM
Replies: 31
Views: 10,660
Posted By mpe66
I'm using the indicator from post 258 in this...

I'm using the indicator from post 258 in this (http://www.ninjatrader.com/support/forum/showthread.php?t=2767&page=3) thread on the NT forum. I'm pretty sure the name of the plot is just VWAP or at...
Forum: NinjaTrader August 28th, 2010, 08:37 AM
Replies: 31
Views: 10,660
Posted By mpe66
Thanks, that fixed the errors. But I get new ones...

Thanks, that fixed the errors. But I get new ones when I try to compile, "NinjaTrader.Indicator.Indicator.VWAP() is a method which is not valid in the given context."

Any thoughts one this one?
Forum: NinjaTrader August 28th, 2010, 06:42 AM
Replies: 31
Views: 10,660
Posted By mpe66
A little programming help plz

I'm trying to create a VWAP Oscillator in NT7 and thought I'd use the NT indicator Volume Oscillator as a template.
The Volume Oscillator code looks like this:

{
...
Forum: NinjaTrader May 6th, 2010, 10:55 AM
Replies: 89
Views: 67,239
Posted By mpe66
Thanks, I'll try that. Mpe

Thanks, I'll try that.

Mpe
Forum: NinjaTrader May 5th, 2010, 10:39 AM
Replies: 89
Views: 67,239
Posted By mpe66
Great work as always Gomi. One thing I have...

Great work as always Gomi. One thing I have noticed is that my indicator settings are not saved in my templates. Color bar mode and Daily bar mode always change back to Timecolor and true when I open...
Showing results 1 to 18 of 18

What unexpected challenges have you encountered while trading on a "Funded Trader" platform?

 


 
 


© 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