Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Anyone have a useful volume indicator

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Anyone have a useful volume indicator

    I have MTPredictor VSA indicator but not helping me...

    #2
    Here is a volume indicator I use in Tradestation that seems to be of value...
    here is my TS code...

    Input: Len(33);

    If (Upticks<> 0 and Downticks <> 0) then begin
    Plot1(WAverage(Upticks, Len), "volspread1");
    Plot2(WAverage(Downticks, Len), "volspread2");

    end

    Where the TS tick data is set to show trade volume.

    Would love to have this in Ninja if somone can do it in C#....
    An adaptive moving average may be better than a straightforward MA.

    The basic turning points will remain the same in time no matter what lenghth MA one uses...only the volitity character of the trend will change depending upon the MA selected...

    Thanks....
    Attached Files
    Last edited by Alfred; 10-22-2010, 08:53 AM.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by alifarahani, Today, 09:40 AM
    6 responses
    36 views
    0 likes
    Last Post alifarahani  
    Started by Waxavi, Today, 02:10 AM
    1 response
    17 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by Kaledus, Today, 01:29 PM
    5 responses
    14 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Started by Waxavi, Today, 02:00 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_LuisH  
    Started by gentlebenthebear, Today, 01:30 AM
    3 responses
    17 views
    0 likes
    Last Post NinjaTrader_Jesse  
    Working...
    X