Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Getting the max price from the past x ticks

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

  • NinjaTrader_Jesse
    replied
    Hello jertrade,

    You can find a sample of the MAX here:


    Assuming the series being used is a 1 tick series, the syntax would be the same as the sample replacing the 20 with 5 for your use case.



    I look forward to being of further assistance.

    Leave a comment:


  • jertrade
    replied
    Originally posted by NinjaTrader_Jesse View Post
    On a 1 tick series, you could just use the Max indicator with a lookback of 5. If you are using a different time frame, you would need to create logic to gather the last 5 ticks and then see which is the biggest number of those 5 numbers.
    I am thinking, because I am building a scalping script, about using ticks. I thought about using seconds or minutes but I think that I am going to miss out on too many opportunities. Given this information, what would the syntax be for the Max indicator with a look back of 5 be? I cannot seem to find it.

    Leave a comment:


  • NinjaTrader_Jesse
    replied
    Hello jertrade,

    Can you provide more detail about how this code would be used and executed? Are you using a 1 tick series or something else?

    On a 1 tick series, you could just use the Max indicator with a lookback of 5. If you are using a different time frame, you would need to create logic to gather the last 5 ticks and then see which is the biggest number of those 5 numbers. You can do that in a variety of ways, most would involve a loop and a variable which denotes the currently found max value. For this question, I would suggest doing a general web search for C# solutions as well. For example "C# find max value of array" or "C# find max value of List" are a couple of more simple ways to approach this concept.

    If you have tried something which is not working, it also helps to provide a specific example instead of pseudo code.

    I look forward to being of further assistance.

    Leave a comment:


  • jertrade
    started a topic Getting the max price from the past x ticks

    Getting the max price from the past x ticks

    I'm trying to get the max price from the past x number of ticks but I just don't know how to write that into the script. Ideally I would want to use something like maxbars = max.bars[5]; and this example would be looking at the past 5 ticks to get the max price, but I am not getting the max price from this and am stuck. Where am I messing up?
    Last edited by jertrade; 07-17-2019, 02:57 PM.

Latest Posts

Collapse

Topics Statistics Last Post
Started by CarlTrading, 03-31-2026, 09:41 PM
1 response
47 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 04-01-2026, 02:41 AM
0 responses
23 views
0 likes
Last Post CarlTrading  
Started by CaptainJack, 03-31-2026, 11:44 PM
0 responses
33 views
1 like
Last Post CaptainJack  
Started by CarlTrading, 03-30-2026, 11:51 AM
0 responses
50 views
0 likes
Last Post CarlTrading  
Started by CarlTrading, 03-30-2026, 11:48 AM
0 responses
42 views
0 likes
Last Post CarlTrading  
Working...
X