Started 1 day, 13 hours ago (2008-09-06 10:09:00)
by Anonymous
Can someone please help me convert this so that it works with Ninjatrader 6.5. Many thanks and kind regards. Code: inputs: Price( (High+Low)/2 ), FastLength( 8 ), SlowLength( 144 ),
MACDLength( 8 ) ; variables: MACDValue( 0 ), MACDAvg( 0 ), MACDDiff( 0 ), MACDDiff1( 0 ) ; MACDValue = MACD( Price, FastLength, SlowLength ) ; MACDAvg = XAverage( MACDValue, ...

Started 1 week, 4 days ago (2008-08-27 12:51:00)
by Anonymous
Can one of you coders create an ELD.
Special thanks to Barry taylor for providing this. Better Volume Indicator Inputs: LowVol(True), ClimaxUp(True), ClimaxDown(True), Churn(True), ClimaxChurn(True), Color(Cyan), LowVolColor(Yellow), ClimaxUpColor(Red), ClimaxDownColor(White), ChurnColor(Green), ClimaxChurnColor(Magenta) , AvgColor(Red); Variables: BarColor(Cyan), Lookback(20);...

Started 1 week, 3 days ago (2008-08-28 08:10:00)
by Anonymous
great volume indicators with alot of filters i got it in mq4 language if someone can translate it or have it on easylanguage ? thanks

Started 1 week, 5 days ago (2008-08-26 16:46:00)
by Anonymous
anyone know of a
renko charts script for multicharts or tradestation?

Started 2 weeks ago (2008-08-24 02:47:00)
by Anonymous
Welcome to the forum. What you have posted is based on the infinite impulse filter (IIF) described by John Ehlers in his 2002 article, " Zero-Lag Data Smoothers ." You can just copy and paste and verify the TS code portion in that Ehlers' article. The
Moving Average Triangular that is built into TS is another option if you can't get this to work.

Started 2 weeks, 2 days ago (2008-08-22 15:02:00)
by Anonymous
Quote: chipeur59700 hi i can help you write to chiara-bijoux@hotmail.fr regards chip' Why not just post it here for all to see? Why the mysterious email?

Started 2 weeks, 2 days ago (2008-08-22 17:50:00)
by Anonymous
can anyone help me and writting code for me . please . thanks

Started 2 weeks, 2 days ago (2008-08-22 11:44:00)
by Anonymous
hi every body i thank soultrader for code of pivots.. i add code to have quart middle pivots..see code above i need help to have label and value of every
pivot point like picture attached... for every ligne the value on the right of the chart thanks chipeur code for pivots ... inputs: DailyHigh( 0 ), DailyLow( 0 ), DailyClose( 0 ), WeeklyHigh( 0 ...

Started 3 weeks ago (2008-08-17 21:55:00)
by Anonymous
Does anyone have an indicator you like for the E Signal platform? Thanks!

Started 1 month, 2 weeks ago (2008-07-24 16:20:00)
by Anonymous
https://www.
tradestation.com/Discuss...=53982&PAGE =58 It is officially called " volume splitter " splitting traded size into: 1. Small 1-10 2. Medium 11-50 3. Large >50
