⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥
Leaderboard
Popular Content
Showing content with the highest reputation on 01/20/2026 in Posts
-
Leave a like if it works: https://workupload.com/archive/VYzJ6Bjerj18 points
-
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
-
Holy Grail Algo need EDU
alpinestrading and 4 others reacted to ⭐ ajeet for a topic
An attempt to assist others always deserves a "Like," regardless of whether it works or not.5 points -
I thought I did those already: https://workupload.com/file/XguA7uXFnYk3 points
-
Here are the settings which quantvue is sharing with all subscribers 5Min Regular candles QZeus 1.2 - Default ATS.xml QZeus - MNQ - Shinobi.xml2 points
-
The VWAP Flux is not yet educated, I think. I can have a look at it when I get some time.2 points
-
2 points
-
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
-
Yes, just import my package. Remove all olders one that you may have first.2 points
-
Ninzaco Infinity Algo Engine$
AllIn and one other reacted to Luke SteelWolf for a topic
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 -
order flow analysis
lalelulilo reacted to ⭐ aotegaoteg for a topic
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 -
1 point
-
https://workupload.com/archive/hVSTJPC6vt1 point
-
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
-
lastest version predator traesaber version 3.6.0.0.0 need to edu
⭐ FFRT reacted to ⭐ rcarlos1947 for a topic
@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 -
Ninza stuffs - AIO
N9T reacted to ⭐ rcarlos1947 for a topic
@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 -
1 point
-
Ninzaco Infinity Algo Engine$
⭐ SignalTime reacted to N9T for a topic
I have created a separate post so others can easily refer to :1 point -
Ninzaco Infinity Algo Engine$
Luke SteelWolf reacted to N9T for a topic
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 -
Ninzaco Infinity Algo Engine$
Luke SteelWolf reacted to N9T for a topic
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 -
Ninzaco Infinity Algo Engine$
⭐ SignalTime reacted to kimsam for a topic
update .. not edu .. https://workupload.com/file/uBu78gk4X2Z1 point -
1 point
-
Timingsolution & Nifty Updates - 3
⭐ ahmed ibrahim reacted to ⭐ daya for a topic
Thanks for reply.. But not working for me.1 point -
lastest version predator traesaber version 3.6.0.0.0 need to edu
⭐ SignalTime reacted to N9T for a topic
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 -
lastest version predator traesaber version 3.6.0.0.0 need to edu
⭐ SignalTime reacted to traderex for a topic
Try this https://workupload.com/file/CxEzHBCMp7X1 point -
@apmoo @kimsam @redux Please help us to educate the Qzeus 1.2 version.. thanks QZeus_1_2_0_3_RC_VendorATS.zip1 point
-
FIXED NT8 -NinjaTrader8 8.0.27.1 - 8.1.4.1
⭐ SignalTime reacted to shyan for a topic
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 contributions1 point -
Trading Services Group Buy - Telegram Group
⭐ mangrad reacted to Traderbeauty for a topic
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-Jane1 point -
1 point
-
NinZaVoluTankArmy Needs EDU
fxzero.dark reacted to ⭐ apmoo for a topic
https://workupload.com/file/kWm3FAzSxkk Thanks1 point -
twst.store
⭐ RichardGere reacted to alodante for a topic
this are for ATIBX Autotrader ATIBX ALL SetUps.zip1 point -
Ninza stuffs - AIO
Luke SteelWolf reacted to ⭐ rcarlos1947 for a topic
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 -
0 points