NexusFi: Find Your Edge


Home Menu

 



Showing results 1 to 21 of 21
Search: Posts Made By: forrestang
Forum: NinjaTrader July 19th, 2011, 03:31 AM
Replies: 27
Views: 8,201
Posted By forrestang
futuretrader Didn't do much with my script...

futuretrader
Didn't do much with my script yesterday. I probably won't till this weekend. But I did add that line in just to try it out.

Added it to the first three user inputs for the part of...
Forum: NinjaTrader July 18th, 2011, 07:10 AM
Replies: 27
Views: 8,201
Posted By forrestang
Fat Tails Would that mean that I couldn't...

Fat Tails

Would that mean that I couldn't add the configurable option to be able to adjust the plots on the indicator itself at the bottom? I planned on adding that in at some point.
Forum: NinjaTrader July 18th, 2011, 06:51 AM
Replies: 27
Views: 8,201
Posted By forrestang
Idea..... I could just add that condition in the...

Idea..... I could just add that condition in the market anaylzer via the 'cell conditions' block by adding the 13 ma as a new column. The problem would be that I coudln't set it for each instruemnt....
Forum: NinjaTrader July 18th, 2011, 04:49 AM
Replies: 27
Views: 8,201
Posted By forrestang
Ah cool! I didn't know about that option. ...

Ah cool!

I didn't know about that option. So it's just adding this one line to my parameter blocks for each one I want to rename?

[Gui.Design.DisplayName("1. Master for Speech")]
Forum: NinjaTrader July 18th, 2011, 04:35 AM
Replies: 27
Views: 8,201
Posted By forrestang
Here is what mine looks like now as I have not...

Here is what mine looks like now as I have not cleaned it up yet. So it's rather busy at the moment. But I plan on removing most of those things @ the bottom.

Since I don't have any plot options...
Forum: NinjaTrader July 18th, 2011, 04:33 AM
Replies: 27
Views: 8,201
Posted By forrestang
Just to clarify, do you mean that I can leave my...

Just to clarify, do you mean that I can leave my variables the same way they are declared in my 'variables' section up top. And just change the name down at the bottom?

From This:
...
Forum: NinjaTrader July 18th, 2011, 04:29 AM
Replies: 27
Views: 8,201
Posted By forrestang
Good idea. I used the letter "A" in previous...

Good idea. I used the letter "A" in previous studies.... but the numbers are an even better idea.

Here's another thought, something I haven't tried yet but i will later when i shut down my...
Forum: NinjaTrader July 18th, 2011, 04:04 AM
Replies: 27
Views: 8,201
Posted By forrestang
New idea...... The trading I'm doing is...

New idea......

The trading I'm doing is partially dependent on pullbacks to the 13ma. And attached is a picture of what my Market Analyzer looks like now.

Right now I will usually consider...
Forum: NinjaTrader July 18th, 2011, 03:02 AM
Replies: 27
Views: 8,201
Posted By forrestang
More random thoughts..... Cleaning up the...

More random thoughts.....

Cleaning up the script. I have stuff everywhere.

Also need to clean up the user input interface..... wtf is there no way to reorder things the way you want other...
Forum: NinjaTrader July 17th, 2011, 11:50 AM
Replies: 27
Views: 8,201
Posted By forrestang
Jeez.....

Finally got this P.O.S. indie doing what I want for the most part!

Also added the necessary dataSeries to get this thing to work with Market Analyzer.
Forum: NinjaTrader July 17th, 2011, 02:16 AM
Replies: 27
Views: 8,201
Posted By forrestang
May have gotten somewhere? Deleted the 'if'...

May have gotten somewhere?

Deleted the 'if' statements at the beginning of onBarUpdate and I have my indicator working. Still need to poke around though.

Notice the commented lines. Not sure...
Forum: NinjaTrader July 16th, 2011, 10:53 PM
Replies: 27
Views: 8,201
Posted By forrestang
It looks like this is my problem. Checking...

It looks like this is my problem.

Checking for Null References - NinjaTrader Support Forum (http://www.ninjatrader.com/support/forum/showthread.php?t=4226)

Some null crap. I don't even know...
Forum: NinjaTrader July 16th, 2011, 09:17 PM
Replies: 27
Views: 8,201
Posted By forrestang
I think it's one of those errors due to not...

I think it's one of those errors due to not having enough data? No compiling errors, but I see this in my output.
Forum: NinjaTrader July 16th, 2011, 09:08 PM
Replies: 27
Views: 8,201
Posted By forrestang
WTF? Wanted to change the display name of...

WTF?

Wanted to change the display name of the indie to something different. Then Bam! All my colors changed, and now nothing shows up in my indie pane. WTF?
Forum: NinjaTrader July 16th, 2011, 07:14 PM
Replies: 27
Views: 8,201
Posted By forrestang
HH/HL above BLUE Cloud = Green LL/LH below...

HH/HL above BLUE Cloud = Green

LL/LH below RED Cloud = red

Neither = yellow
Forum: NinjaTrader July 16th, 2011, 06:54 PM
Replies: 27
Views: 8,201
Posted By forrestang
Please ignore the randomness of these posts.........

Please ignore the randomness of these posts...... it's just how I think, and I happen to be thinking out loud :becky:

Tracking color changes of IchiCloud, shown by red and green debug arrows.
Forum: NinjaTrader July 16th, 2011, 06:15 PM
Replies: 27
Views: 8,201
Posted By forrestang
Moving right along............

Moving right along............
Forum: NinjaTrader July 16th, 2011, 06:08 PM
Replies: 27
Views: 8,201
Posted By forrestang
Jeez I'm such a newb. Got the first part...

Jeez I'm such a newb.

Got the first part working. Got to add in some other stuff. Arrows are just there for debugging.
Forum: NinjaTrader July 16th, 2011, 06:05 PM
Replies: 27
Views: 8,201
Posted By forrestang
Ah, Got it.

Ah, Got it.
Forum: NinjaTrader July 16th, 2011, 05:54 PM
Replies: 27
Views: 8,201
Posted By forrestang
How would I go about populating an oscilator...

How would I go about populating an oscilator panel with a color?

Say for example I am able to draw arrows on the price chart with various conditions. How do I instead of doing that.... just draw...
Forum: NinjaTrader July 16th, 2011, 04:31 AM
Replies: 27
Views: 8,201
Posted By forrestang
Can I add existing indicators to an indicator I am creating?

Howdy,

I am wanting to create a new indicator that will be referencing some other studies.

Is there a writeup somewhere that explains how I could in a sense ADD these indicators to MY...
Showing results 1 to 21 of 21

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