All the tools for TradeStation platform please upload here.
This is a discussion on TradeStation Story within the Trading tools forums, part of the Trading Forum category; All the tools for TradeStation platform please upload here....
All the tools for TradeStation platform please upload here.
Hi,
please check out BBands_Stop_v3 for TradeStation with settings as follows:
Code:Inputs: UpBandPrice ( C ), // Upper Band Price(eg.High) LoBandPrice ( C ), // Lower Band Price(eg.Low) MA_Length ( 20 ), // Bollinger Bands Period MA_Mode ( 0 ), // Mode of Moving Average: 0-SMA,1-EMA,2-SMMA,3-LWMA Deviation ( 1 ), // Deviation DeviationLength ( 20 ), // Period of Standard Deviation MoneyRisk ( 1 ), // Offset Factor SignalMode ( 1 ), // SignalMode: Display signals mode: 0-only Stops,1-Signals & Stops,2-only Signals AlertMode ( 1 ); // Alert Mode: 0-off,1-on
Regards,
Igor
Hi,
One more stuff on EasyLanguage is AllAverage_v3.1 with settings as follows:
Code:Inputs: Price (Close), //Applied Price Length (14), //Period of smoothing MA_Method (0), //MA_Method Displace (0), //Dispalce in bars ColorMode (0), //Color Mode(0-off,1-on) ColorBarsBack (0), //Color Bars Back (0 or 1) UpTrendColor (Blue), DnTrendColor (Red);
Regards,
Igor
Hi All,
Please check out the AdvancedParabolic_v2 for TradeStation:
Code:inputs: Price (Close), //Applied to HiLoMode ( 0), //0-off,1-on StartAF ( 0.02), //Start value of Acceleration Factor Step ( 0.02), //Acceleration Factor increment MaxAF ( 0.2), //Maximum value of Acceleration Factor Filter ( 0.0), //Filter in pips MinChange ( 0.0), //Min Change in pips SignalMode ( 1), //SignalMode: 0-only Stops,1-Signals & Stops,2-only Signals AlertMode ( 1); //Alert Mode: 0-off,1-on
Regards,
Igor
Hi,
Please take a look at the AllMACD for TradeStation which is identical to the MT4 version.
Code:Inputs: fastPrice (Close), //Fast Price Mode fastLength ( 12), //Period of Fast MA fastMode ( 1), //Method of Fast MA slowPrice (Close), //Slow Price Mode slowLength ( 26), //Period of Slow MA slowMode ( 1), //Method of Slow MA signalLength ( 8), //Period of signal MA signalMode ( 0), //Method of Signal MA OscillatorMode ( 0), //0-off,1-on ColorMode ( 0); //0-off,1-on
Attachment 1787
Regards,
Igor
Hi,
Just want to pay attention the .ela code for the TSM divergence is working because I fixed and improved it recently. So you could try to test/optimize this strategy.
Attachment 2216
Attachment 2217
Regards,
Igor
Hi,
Please take a look at the AllAbsoluteStrength_v2 for TradeStation.
Attachment 2668Code:Inputs: MathMode ( 0), // Math method: 0-RSI;1-Stoch;2-DMI Price (Close), // Apply to Price Length ( 10), // Period of Evaluation PreSmooth ( 1), // Period of Pre-Smoothing Smooth ( 10), // Period of Smoothing Signal ( 5), // Period of Signal Line MA_Method ( 3), // See list above LevelsMode ( 2), // Levels Mode: 0-Standard OverBought/OverSold // 1-StdDev Bands // 2-High/Low Channel StrengthLevel ( 80), // Strength Level (ex.70) WeaknessLevel ( 20), // Weakness Level (ex.30) LookBackPeriod ( 20), // LookBack Period for LevelsMode=1,2 UpperMultiplier ( 1), // Upper Band Multiplier for LevelsMode=1 LowerMultiplier ( 1); // Lower Band Multiplier for LevelsMode=1
Regards,
Igor
Hi,
Please take a look at the AllAbsoluteDiffrence_v2 for TradeStation.
Attachment 2685Code:Inputs: MathMode ( 0), // Math method: 0-RSI;1-Stoch;2-DMI Price (Close), // Apply to Price Length ( 10), // Period of Evaluation PreSmooth ( 1), // Period of Pre-Smoothing Smooth ( 10), // Period of Smoothing Signal ( 5), // Period of Signal Line MA_Method ( 3), // See list above LevelsMode ( 2), // Levels Mode: 0-Standard OverBought/OverSold // 1-StdDev Bands // 2-High/Low Channel OverboughtLevel ( 80), // Overbougt Level (ex.70) OversoldLevel ( 20), // Oversold Level (ex.30) LookBackPeriod ( 20), // LookBack Period for LevelsMode=1,2 UpperMultiplier ( 1), // Upper Band Multiplier for LevelsMode=1 LowerMultiplier ( 1); // Lower Band Multiplier for LevelsMode=1
Regards,
Igor
Hi,
Please take a look at the AllAbsoluteStrengthTrend_v1 indicator for TradeStation.
Attachment 2687Code:Inputs: MathMode ( 1), // Math method: 0-RSI;1-Stoch;2-DMI Price (Close), // Apply to Price Length ( 9), // Period of Evaluation PreSmooth ( 1), // Period of Pre-Smoothing Smooth ( 1), // Period of Smoothing MA_Method ( 0), // See list above LevelsMode ( 0), // Levels Mode: 0-Standard OverBought/OverSold // 1-StdDev Bands // 2-High/Low Channel StrengthLevel ( 70), // Strength Level (ex.70) WeaknessLevel ( 30), // Weakness Level (ex.30) LookBackPeriod ( 20), // LookBack Period for LevelsMode=1,2 UpperMultiplier ( 1), // Upper Band Multiplier for LevelsMode=1 LowerMultiplier ( 1), // Lower Band Multiplier for LevelsMode=1 UpTrendColor ( Blue), DnTrendColor ( Red), ColorBarWidth ( 3);
Regards,
Igor
Bookmarks