Page 3 of 5 FirstFirst 1 2 3 4 5 LastLast
Results 21 to 30 of 49
Like Tree11Likes

TradeStation Story

This is a discussion on TradeStation Story within the Trading tools forums, part of the Trading Forum category; There is the link with a lot of TradeStation indicators to download...

      
   
  1. #21
    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
    There is the link with a lot of TradeStation indicators to download
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  2. #22
    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


    • BBands_Stop_v3 indicator is on this post
    • AllAverage_v3.1 indicator is on this post
    • Advanced Parabolic SAR indicator is on this post.
    • AllMACD indicator is on this post
    • TSM Divergence strategy is on this post. TSM Divergence version 1 strategy is on this post - 2 new parameters added to the TSM Divergence EA: InitialStop and TakeProfit in pips, together with optimized settings
    • AllAbsoluteStrength_v2 indicator is on this post.
    • AllAbsoluteDiffrence_v2 indicator is on this post.
    • AllAbsoluteStrengthTrend_v1 indicator is on this post.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  3. #23
    Junior Member
    Join Date
    Sep 2014
    Posts
    2
    Hi there...
    I tried opening the ELD file but i got error messages.
    When it finally opened i got this message from the EL development environment.
    {!!!!!! protection violation !!!!!!!!!!!!!!!!!!!!!!!!
    Indicator: AllAbsoluteStrengthTrend_v1
    is "Token-file only". It cannot be opened
    !!!!!!!!!!!!!!!!!!!!!!!!! }

    Any idea on how i can get it to open?

  4. #24
    Junior Member
    Join Date
    Sep 2014
    Posts
    2
    Quote Originally Posted by igorad View Post
    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
    Hi...
    I tried downloading the ELD file and got the following error message...
    {!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Protection Violation

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Indicator: AllAbsoluteStrengthTrend_v1
    is "Token-file only". It cannot be opened.

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}

    Do you have any idea on how i can access it correctly?

  5. #25
    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
    Quote Originally Posted by TonyLii View Post
    Hi there...
    I tried opening the ELD file but i got error messages.
    When it finally opened i got this message from the EL development environment.
    {!!!!!! protection violation !!!!!!!!!!!!!!!!!!!!!!!!
    Indicator: AllAbsoluteStrengthTrend_v1
    is "Token-file only". It cannot be opened
    !!!!!!!!!!!!!!!!!!!!!!!!! }

    Any idea on how i can get it to open?
    Right mouse click - "Save as..."
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  6. #26
    igorad
    Guest
    Quote Originally Posted by TonyLii View Post
    Hi...
    I tried downloading the ELD file and got the following error message...
    {!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Protection Violation

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Indicator: AllAbsoluteStrengthTrend_v1
    is "Token-file only". It cannot be opened.

    !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!}

    Do you have any idea on how i can access it correctly?
    Hi TonyLii,

    Sorry but this indicator is source protected and it can be attached to the chart only.

    Regards,
    Igor

  7. #27
    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
    Quote Originally Posted by igorad View Post
    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
    This one is for MT4:

    - AllAbsoluteStrengthTrend_v1 600+ indicator is on this post. This version works with Metatrader 4 build 600 and above.
    - AllAbsoluteStrengthTrend_v1.1 600+ indicator is on this post. This is fixed and updated AllAbsoluteStrengthTrend indicator with ability to calculate for MathMode = 3(MACD Mode). This version works with Metatrader 4 build 600 and above.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  8. #28
    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
    Quote Originally Posted by igorad View Post
    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
    Just some updfate for MT4:

    AllAbsoluteStrength_v2.3 600+ indicator is on this post. This is improved indicator with 3-MACD feature added. This is fixed and updated AllAbsoluteStrength indicator. The version works with Metatrader 4 build 600 and above.

    AllAbsoluteMarket_v2.2 600+ indicator is on this post. This is fixed and updated AllAbsoluteMarket indicator with ability to calculate the MACD mode (MathMode = 3). The version works with Metatrader 4 build 600 and above.
    Premium Trading Forum: subscription, public discussion and latest news
    Trading Forum wiki || MQL5 channel for the forum
    Trading blogs || My blog

  9. #29
    Junior Member
    Join Date
    Oct 2015
    Posts
    3
    Hello,
    I am in search for an easylanguage version of StepMA indicator
    could anybody help please?

    thanks in advance
    kon

  10. #30
    igorad
    Guest
    Quote Originally Posted by trader65 View Post
    Hello,
    I am in search for an easylanguage version of StepMA indicator
    could anybody help please?

    thanks in advance
    kon
    Hi Kon,

    Please check out the updated StepMA indicator for the TradeStation.

    Attachment 16248

    Regards,
    Igor

Page 3 of 5 FirstFirst 1 2 3 4 5 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
  •