PDA

View Full Version : Changing an Indicator's Parameter


Jim W.
03-17-2008, 09:28 PM
Can an Indicator change the saved value of one of it's Parameters?

If so how would it be done?

NinjaTrader_Josh
03-18-2008, 12:04 AM
What do you mean by change? Change permanently? The indicator can change any variable you have dynamically in the code.

Paul_J
03-24-2008, 06:29 PM
Since I am C# challenged, I wonder if someone can look at the "MA_Crossover" indicator (MAxOver) (located in the 2nd page of the "Indicators" area) and add and/or change few lines of code and make it a bit more user friendly. Suggested changes and/or additions might include any or all of the following:

1. Size adjustable diamonds, arrows, circles and dots in addition to the non-user adjustable triangles presently available.

2. Add TMA, VWMA, LSMA, KAMA, MAMA and TEMA to the present group of MA's (or as many of these as possible).

3. Add an option for each MA to be based on Open, High, Low, Close, Median and Typical.

Maybe I'm asking too much (since I'm not a programmer myself) but it would be awesome if someone "fluent" in C# could do it.

Good Trading.