NexusFi: Find Your Edge


Home Menu

 





I need help with ... (ask any question)


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one bobwest with 153 posts (93 thanks)
    2. looks_two Big Mike with 90 posts (88 thanks)
    3. looks_3 Philip Hutchinson with 10 posts (0 thanks)
    4. looks_4 xplorer with 10 posts (6 thanks)
      Best Posters
    1. looks_one josh with 3.7 thanks per post
    2. looks_two Daytrader999 with 2.5 thanks per post
    3. looks_3 Big Mike with 1 thanks per post
    4. looks_4 bobwest with 0.6 thanks per post
    1. trending_up 511,902 views
    2. thumb_up 402 thanks given
    3. group 343 followers
    1. forum 617 posts
    2. attach_file 46 attachments




 
Search this Thread
  #611 (permalink)
traderj01
Sydney Australia
 
Posts: 5 since Nov 2022
Thanks Given: 0
Thanks Received: 0

Hi there

I was wondering if anyone in the community could assist. I have spent over 6 hours trying to get this sorted out with Chatgpt and Deepseek but the more it fixes the more errors it gives. I am simply trying to import this and and happy to share it with the community as it's publicly available.

The error I get when importing is "Import Failed. The ninjascript archive file may contain duplicate method names that already exist on your PC, modify a method signature that other scripts were dependent on, or be missing a required file on either your pc or in the import archive". I then thought I could solve it by manually adding the .cs file in the editor and tried editing as per AI but as mentioned that didn't work and I wasted over 6 hours.

Any help would be appreciated.

Thank you


Attached Files
Elite Membership required to download: ORB_Saber_V1.4.zip
Reply With Quote
  #612 (permalink)
 mrashfal 
Duluth, Georgia/USA
 
Platform: NinjaTrader/Tradingview
Trading: Futures
Frequency: Several times daily
Duration: Minutes
Posts: 19 since Oct 2024
Thanks Given: 0
Thanks Received: 7

Hi Everyone,

I am trying to create a robust strategy that works to trade NQ futures intraday on a 5-minute chart. I like the idea of trading from pivot to pivot. However, while this often catches large moves, it also gives back a lot when price consolidates. I do like the LSMA (set to 20, 5), as I can get a feel for when the trend is weakening, but this too has issues when price consolidates. I do feel like the 13 EMA may be a line in the sand for me, for when a trend reverses. Quite frankly, I feel like I have a few pieces of a puzzle that I just can’t string together for a proper strategy. Do you have any thoughts on what I should include/modify to create a decent trading strategy to trade NQ intraday? Or is there a good system out there that is already known that I can follow?


Reply With Quote
  #613 (permalink)
 
forgiven's Avatar
 forgiven 
ashville NC
Market Wizard
 
Experience: Intermediate
Platform: nijia trader
Broker: A.M.P. I.Q. ....C.Q.G.
Trading: ym es
Frequency: Every few days
Duration: Days
Posts: 929 since Mar 2012
Thanks Given: 309
Thanks Received: 666

you could try overlaying your 5min chart with the 8 period moving average from a daily chart . if price is trading below the average only take short trades , above it only take long trades. what ever your set ups and triggers are the R&R will need ti be 2 to 1 to work . BY using the daily 8 period MA as a bias indicator , the winning trades will have a better chance of reaching the target. if your winning % is to low work on better stop management . A 50/50 winning % is very good .


Follow me on X Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #614 (permalink)
 mrashfal 
Duluth, Georgia/USA
 
Platform: NinjaTrader/Tradingview
Trading: Futures
Frequency: Several times daily
Duration: Minutes
Posts: 19 since Oct 2024
Thanks Given: 0
Thanks Received: 7


forgiven View Post
you could try overlaying your 5min chart with the 8 period moving average from a daily chart . if price is trading below the average only take short trades , above it only take long trades. what ever your set ups and triggers are the R&R will need ti be 2 to 1 to work . BY using the daily 8 period MA as a bias indicator , the winning trades will have a better chance of reaching the target. if your winning % is to low work on better stop management . A 50/50 winning % is very good .

Thank you so much! I’ll try that


Reply With Quote
Thanked by:
  #615 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


mrashfal View Post
I am trying to create a robust strategy that works to trade NQ futures intraday on a 5-minute chart. I like the idea of trading from pivot to pivot. However, while this often catches large moves, it also gives back a lot when price consolidates. I do like the LSMA (set to 20, 5), as I can get a feel for when the trend is weakening, but this too has issues when price consolidates. I do feel like the 13 EMA may be a line in the sand for me, for when a trend reverses.

@mrashfal,

Your pivot-to-pivot approach shows solid understanding of market structure, but you've identified the key challenge - consolidation periods eroding profits. Let me suggest some refinements to make your NQ strategy more robust.

Market Context Filter

Before entering any trade, assess the broader market context. NQ responds strongly to overall market sentiment and VIX levels. During high VIX periods (above 20), expect more volatile swings that favor your pivot approach. During low VIX periods, markets tend to grind and consolidate more.

Multi-Timeframe Confirmation

Your 13 EMA concept is sound, but consider confirming with higher timeframes. If the 15-minute or hourly trend aligns with your 5-minute signal, you'll have higher probability trades. This reduces false signals during consolidation.

Volume and Order Flow

NQ futures are heavily algorithmic. Look for volume spikes at your pivot levels - this indicates institutional participation. Low volume pivots often fail, leading to the consolidation whipsaws you're experiencing.

Risk Management Enhancement

Instead of static stops, consider using ATR-based stops. NQ's daily ATR provides context for reasonable stop distances. Also, implement partial profit-taking at key levels rather than holding entire position to target.

Time-Based Filters

Avoid trading during 11:30 AM - 1:30 PM EST when institutional flow typically dies down. Focus on 9:30-11:30 AM and 2:00-4:00 PM for cleaner price action.

The LSMA you're using is excellent for trend strength assessment. Consider adding momentum divergence signals to identify when trends are truly exhausting versus temporary pullbacks.

Your foundation is strong - these refinements should help reduce drawdown during consolidation periods while maintaining your ability to capture trending moves.

TGIF! Have a good weekend!

-- Fi
"There is no spoon" - The Matrix


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.

Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
Reply With Quote
  #616 (permalink)
 mrashfal 
Duluth, Georgia/USA
 
Platform: NinjaTrader/Tradingview
Trading: Futures
Frequency: Several times daily
Duration: Minutes
Posts: 19 since Oct 2024
Thanks Given: 0
Thanks Received: 7


Oracle View Post
@mrashfal,

Your pivot-to-pivot approach shows solid understanding of market structure, but you've identified the key challenge - consolidation periods eroding profits. Let me suggest some refinements to make your NQ strategy more robust.

Market Context Filter

Before entering any trade, assess the broader market context. NQ responds strongly to overall market sentiment and VIX levels. During high VIX periods (above 20), expect more volatile swings that favor your pivot approach. During low VIX periods, markets tend to grind and consolidate more.

Multi-Timeframe Confirmation

Your 13 EMA concept is sound, but consider confirming with higher timeframes. If the 15-minute or hourly trend aligns with your 5-minute signal, you'll have higher probability trades. This reduces false signals during consolidation.

Volume and Order Flow

NQ futures are heavily algorithmic. Look for volume spikes at your pivot levels - this indicates institutional participation. Low volume pivots often fail, leading to the consolidation whipsaws you're experiencing.

Risk Management Enhancement

Instead of static stops, consider using ATR-based stops. NQ's daily ATR provides context for reasonable stop distances. Also, implement partial profit-taking at key levels rather than holding entire position to target.

Time-Based Filters

Avoid trading during 11:30 AM - 1:30 PM EST when institutional flow typically dies down. Focus on 9:30-11:30 AM and 2:00-4:00 PM for cleaner price action.

The LSMA you're using is excellent for trend strength assessment. Consider adding momentum divergence signals to identify when trends are truly exhausting versus temporary pullbacks.

Your foundation is strong - these refinements should help reduce drawdown during consolidation periods while maintaining your ability to capture trending moves.

TGIF! Have a good weekend!

-- Oracle
"There is no spoon" - The Matrix

Thank you. I’ll try those


Reply With Quote
  #617 (permalink)
kiransp11
London + England + United Kingdom
 
Posts: 1 since May 2026
Thanks Given: 0
Thanks Received: 0

Hi all,

Just came across this forum recently and it's beautiful to see with Mike has set up!

I am working on a simple strategy focussing on Futures Market and wanted to do some backtesting for the last 3 years. I have the Level 1 tick data (NQ, GC, ES & CL) from 1 April 2025 - 31 March 2026 downlaoded from NinjaTrader but NT doesn't have anything older than that. I wanted to ask whether anyone may perhaps have access to the data for these 4 markets from 1 April 2023 - 31 March 2025?

Let me know!

Regards,

Kiran


Reply With Quote
  #618 (permalink)
 
Fi's Avatar
 Fi 
NexusFi
 


kiransp11 View Post
I have the Level 1 tick data (NQ, GC, ES & CL) from 1 April 2025 - 31 March 2026 downloaded from NinjaTrader but NT doesn't have anything older than that. I wanted to ask whether anyone may perhaps have access to the data for these 4 markets from 1 April 2023 - 31 March 2025?

@kiransp11,

Welcome to NexusFi, Kiran! You're definitely not alone in running into NinjaTrader's historical data limitation - here are a few solid paths for filling that two-year gap:

1. DTN IQFeed
This is probably the cleanest option for all four instruments. @DTN IQFeed provides deep historical tick data for NQ, ES, GC, and CL - going back well beyond your 3-year window. It integrates directly with NinjaTrader, so the workflow is straightforward. It's a subscription service, but if you're serious about backtesting it's well worth evaluating.

2. Kinetick (NinjaTrader's own feed)
NinjaTrader's paid data service, Kinetick, offers more history than the free bundled data. I'm not 100% certain how far back their tick-level data goes for all four instruments, so worth checking with their team directly - but it's worth a look before going third-party.

3. Elite Circle File Sharing
We have a long-running thread ( Elite Circle) where members share historical data files directly - including ES tick data going back to 2003. You'll need an Elite membership to access those threads, but it's one of the better ways to get data without a subscription.

For a 3-year backtest on liquid futures like ES and NQ, tick data quality really matters - gaps or bad ticks can skew your results significantly, so verifying the data integrity after download is worth the extra step.

-- Fi

"Good backtesting starts with knowing exactly what your data is - and isn't."


Learn more about Fi AI trading companion
IMPORTANT: I can make mistakes! Always verify data before relying on it.

Please leave feedback here. You can disable my ability to reply to your posts by placing me on your ignore list.

Fi provides educational information on a best-effort basis only. You are responsible for your own trading decisions and for verification of all data. This message is not trading advice.
Reply With Quote




Last Updated on May 10, 2026


© 2026 NexusFi®, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Downloads - Top
no new posts