Jump to content

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

Leaderboard

Popular Content

Showing content with the highest reputation on 01/20/2026 in all areas

  1. N9T

    Holy Grail Algo need EDU

    Leave a like if it works: https://workupload.com/archive/VYzJ6Bjerj
    18 points
  2. N9T

    Ninza stuffs - AIO

    So, here is my Ninza package with what Ninza stuffs I have on my PC: https://workupload.com/archive/tE5ZmLngsx I can load all the indicators without any errors in the logs or the chart on a fresh uneducated NT. Solar thing didnt work. It was patched by Val but that one showed errors so I fixed it myself. Credits go their respective educators. Let me know if that works.
    8 points
  3. An attempt to assist others always deserves a "Like," regardless of whether it works or not.
    5 points
  4. I thought I did those already: https://workupload.com/file/XguA7uXFnYk
    3 points
  5. Boka

    quantvue.io

    Here are the settings which quantvue is sharing with all subscribers 5Min Regular candles QZeus 1.2 - Default ATS.xml QZeus - MNQ - Shinobi.xml
    2 points
  6. N9T

    Ninza stuffs - AIO

    The VWAP Flux is not yet educated, I think. I can have a look at it when I get some time.
    2 points
  7. FCScalper

    Delta scalper

    currently developing a strategy for the indicator on TDV. Needs more progress and backtesting.
    2 points
  8. FCScalper

    Delta scalper

    I will say this again. I create my own version of this DeltaScalper. this is to mirror the indicator, it is not the same. Leaving the TV code for some that already asked for: //@version=6 indicator("Clean Color Custom Imbalance", overlay=true) // Inputs int volumePeriod = input.int(20, "Volume Lookback") float volumeMultiplier = input.float(1.5, "Volume Multiplier") // COLOR OPTIONS color bullLineColor = input.color(color.green, "Bullish Line Color") color bearLineColor = input.color(color.red, "Bearish Line Color") color bullLabelColor = input.color(color.green, "Bullish Label Color") color bearLabelColor = input.color(color.red, "Bearish Label Color") color textColor = input.color(color.white, "Text Color") // STYLE OPTIONS int lineWidth = input.int(2, "Line Width", minval=1, maxval=5) int lineLength = input.int(40, "Line Length") // Detection float avgVolume = ta.sma(volume, volumePeriod) bool highVolume = volume > avgVolume * volumeMultiplier float bodyRatio = math.abs(close - open) / (high - low) bool strongBullish = highVolume and close > open and bodyRatio > 0.6 bool strongBearish = highVolume and close < open and bodyRatio > 0.6 // Draw imbalances if strongBullish line.new(bar_index, low, bar_index + lineLength, low, color=bullLineColor, width=lineWidth) label.new(bar_index, low, "BULL", color=bullLabelColor, textcolor=textColor, style=label.style_label_up) if strongBearish line.new(bar_index, high, bar_index + lineLength, high, color=bearLineColor, width=lineWidth) label.new(bar_index, high, "BEAR", color=bearLabelColor, textcolor=textColor, style=label.style_label_down)
    2 points
  9. N9T

    Ninza stuffs - AIO

    Yes, just import my package. Remove all olders one that you may have first.
    2 points
  10. Thank you so much for what you are doing! I think this is a great and useful initiative for everyone—having the ability to manage all ninZa products with just a single resource file. I tried to do something myself, but had no luck. You guys are awesome!
    2 points
  11. I have been backtesting nearly 10 years of historical data across different asset classes using Ninjatrader market replay data. What I'm about to describe may be controversial, but I have to say it: using order flow as a strategy does not work and provides no real edge. I backtested the following order flow strategies using high-quality data: Footprint Absorption Imbalance Delta Delta divergence Cumulative Volume Delta Volume Profile Iceberg Order block Market depth I can conclude that 90% of these strategies produced no meaningful results. After digging deeper to confirm this, I discovered changes that occurred in 2017 to the real-time streaming trading data distributed by the CME. In 2017, the CME significantly altered order flow data through the introduction of the Market by Order MBO data format, which is now used by most retail traders and trading platforms. This new format changed how trading data is streamed to platforms. It's well documented that these changes obstructed the visibility of traditional order flow data compared to pre-MBO feeds. The current MBO format obscures aggregated orders at price levels and provides only snapshots of executed trades. This masks resting orders, making footprint analysis and similar techniques far more complicated. So why do many traders still try using order flow strategies for day trading if they're largely useless? As I noted earlier, 90% of these strategies produced no meaningful results. The only ones I found with some potential edge are those focused on imbalances between bids and asks. Additionally, analyzing delta and cumulative volume delta can help spot traps and divergences in buying versus selling pressure. Other strategies, like absorption and iceberg orders, are simply not visible in the streaming data.
    1 point
  12. apmoo

    twst.store

    Thanks https://workupload.com/file/mvLYvNqTCuy
    1 point
  13. https://workupload.com/archive/hVSTJPC6vt
    1 point
  14. Hi Mestor! 👋 Thank you so much for sharing the Telegram group here Everyone from Indo Investasi is more than welcome to join us! 🤝 If anyone has any questions about the subscriptions or how the group buy works, please feel free to ask me right here in this thread. I'll be happy to help Happy trading everyone! 🚀📈
    1 point
  15. @traderex Thank you for your contribution, even if it was not the version that We were looking for, this works well in the mean time, which is one version newer that our previous versions.
    1 point
  16. rcarlos1947

    Ninza stuffs - AIO

    @N9T I installed your package on an edu NT8, the installation and indicators worked flawlessly. I think I misunderstood the AIO concept because when I import an indicator from @Luke SteelWolf's Ninza Reup and respond "No" to each replacement request, I still get the "This computer is not licensed" message. Just in case, I also imported VWAPflux (unedu), same procedure, got the same result. Don't know if anyone else is getting same result.
    1 point
  17. AllIn

    Holy Grail Algo need EDU

    Working beautifully! Thanks @N9T
    1 point
  18. I have created a separate post so others can easily refer to :
    1 point
  19. The resource dll definitely needs to be looked into. I just didnt spend time on it since it was educated by kimsam. Will look into if after testing my exported package to a fresh NT instance doesnt work. I just need to find some time.
    1 point
  20. Let me try to export all my Ninza stuffs and try on a fresh uneducated NT later and see if all works fine. If it does, I will share the package.
    1 point
  21. update .. not edu .. https://workupload.com/file/uBu78gk4X2Z
    1 point
  22. kimsam

    VWAP Flux

    https://workupload.com/file/qLmNAVcvETE
    1 point
  23. ajeet

    twst.store

    https://workupload.com/file/9n6w2PNEseU
    1 point
  24. Thanks for reply.. But not working for me.
    1 point
  25. Here is mine: https://workupload.com/file/eG7TBdtFkxf Havent tested much and still learning how to use it. Let me know your results.
    1 point
  26. Try this https://workupload.com/file/CxEzHBCMp7X
    1 point
  27. Boka

    quantvue.io

    @apmoo @kimsam @redux Please help us to educate the Qzeus 1.2 version.. thanks QZeus_1_2_0_3_RC_VendorATS.zip
    1 point
  28. I try to download Rext 4 from this link, https://indo-investasi.com/topic/94289-ninjatrader8/?&_rid=148603#findComment-728900 after so many times chrome and window defender block and delete the file immediately, I turn off every security or antivirus, and put password and rezip again to make it downloadable so Rext 4 file is here https://workupload.com/file/VaFm6n2Re9x Password is 1234 Since these patched file always identify as virus, For those who want to install these patched file in a safety sandbox, I also put window iso here, Guys can run the iso with virtualbox. After checking everything good then can transfer to own machine. Win7 Aio 22in1.iso https://mega.nz/file/pthCRD6Q#J0cBfgtP52F6aB94LneVi8jQMxB6I4zSgoRNankY3UQ Win10 LiteOS 21H2 Pro Gamer19044.1387.iso https://mega.nz/file/QopQ0AoR#pP-vebA2jM2FuN10WAmPT-C_hrW8JeC9CoTbOCr_Bvk https://www.virtualbox.org/wiki/Downloads For those who needs NT8.0.27,pls refer this link https://u.pcloud.link/publink/show?code=kZaMesVZB6CGXDcPwbLlXhSwNLwbdLrSCm27#/filemanager?folder=15488259031 Credit to ngatho254 contributions
    1 point
  29. Just keep in mind that there is no control in telegram, you have no idea who is there at the other side. Telegran has become a very valuable tool for us just be careful. Traderbeauty-Jane
    1 point
  30. Oana SSS

    quantvue.io

    Does anybody have the settings for 15s Qzeus? It seems that it is doing very good.
    1 point
  31. https://workupload.com/file/kWm3FAzSxkk Thanks
    1 point
  32. alodante

    twst.store

    this are for ATIBX Autotrader ATIBX ALL SetUps.zip
    1 point
  33. I tested some in your folder, some in another edu'd folder, and some that were not edu'd. Same result on all counts, "Your computer is not licensed".
    0 points

⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥

×
×
  • Create New...