Page 1 of 5 1 2 3 ... LastLast
Results 1 to 10 of 49
Like Tree11Likes

TradeStation Story

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....

      
   
  1. #1
    Administrator newdigital's Avatar
    Join Date
    Feb 2013
    Posts
    10,473
    Blog Entries
    2909
    Follow newdigital On Twitter Add newdigital on Facebook Add newdigital on Google+ Add newdigital on MySpace
    Add newdigital on Linkedin

    TradeStation Story

    All the tools for TradeStation platform please upload here.

  2. #2
    igorad
    Guest

    BBands_Stop_v3

    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

    TradeStation Story-ts_bbstop_1.gif


    Regards,
    Igor

  3. #3
    igorad
    Guest

    AllAverages_v3.1

    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);
    TradeStation Story-ts_allavgs_1.gif

    Regards,
    Igor
    jtrade and vishal gandhi like this.

  4. #4
    igorad
    Guest

    Advanced Parabolic SAR

    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


    TradeStation Story-advpsar_ts_1.gif

    Regards,
    Igor
    vishal gandhi and freebooter7 like this.

  5. #5
    igorad
    Guest

    AllMACD

    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
    vishal gandhi likes this.

  6. #6
    igorad
    Guest

    TSM Divergence

    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
    vishal gandhi and krull like this.

  7. #7
    igorad
    Guest

    AllAbsoluteStrength

    Hi,

    Please take a look at the AllAbsoluteStrength_v2 for TradeStation.

    Code:
    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
    Attachment 2668


    Regards,
    Igor

  8. #8
    igorad
    Guest

    AllAbsoluteDifference

    Hi,

    Please take a look at the AllAbsoluteDiffrence_v2 for TradeStation.

    Code:
    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
    Attachment 2685


    Regards,
    Igor

  9. #9
    igorad
    Guest

    AllAbsoluteStrengthTrend

    Hi,

    Please take a look at the AllAbsoluteStrengthTrend_v1 indicator for TradeStation.

    Code:
    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);
    Attachment 2687

    Regards,
    Igor

  10. #10
    Junior Member
    Join Date
    May 2013
    Posts
    10
    Quote Originally Posted by igorad View Post
    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
    dear igorad,
    can you make it for amibroker or metastock please?

Page 1 of 5 1 2 3 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •