Jump to content

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

All Activity

This stream auto-updates

  1. Past hour
  2. Thxs..
  3. Today
  4. 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".
  5. Hi guys, I haven't had a chance to test it yet. So, can you confirm that the package I uploaded does not work with N9T's package? I was under the impression that it did. The package I uploaded includes many indicators along with the resource file; I thought it was a unified solution.
  6. @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.
  7. I thought I did those already: https://workupload.com/file/XguA7uXFnYk
  8. looks like pretty good start! If you'd share the strategy code, I'll play with it too.
  9. No rush on the VWAPflux, but the educated ones in @Luke SteelWolf's Ninza Reup folder I thought should work. I will look for other educated Ninza indicators and keep testing. Thank you for your ongoing work.
  10. The VWAP Flux is not yet educated, I think. I can have a look at it when I get some time.
  11. @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.
  12. @apmoo @redux @N9T Please help us to educate this algo.. thanks https://workupload.com/archive/uesmc9uEmD
  13. Did you remove conflicting packages beforehand?
  14. Welcome to Indo-Investasi.com. Please feel free to browse around and get to know the others. If you have any questions please don't hesitate to ask.

  15. Can someone please educate this one? It requires a license code in settings. let me know if this downloads https://1drv.ms/u/c/1cd8c9ed5b41c794/IQCMUkFbMiHgSKWH_GFAoWpBASIYQEXPnFHCRf6n1DKR7E4
  16. I think we need to start with small while learning and choose any reputed broker like hfm, octa, exness, lmfx etc as our trade partner. Learn the skills carefully and pratice on demo or either with those small funds and grow.
  17. Working beautifully! Thanks @N9T
  18. https://workupload.com/archive/TVZDvCuKbW @N9T @redux @kimsam @apmoo
  19. currently developing a strategy for the indicator on TDV. Needs more progress and backtesting.
  20. 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)
  21. Hello, Have you got the setting?
  22. Yes, just import my package. Remove all olders one that you may have first.
  23. You're the man, great job everyone! So, just to confirm: can all those indicators I showed you in the archive, plus the Infinity Engine, run using a single resource file?🔝
  24. I have created a separate post so others can easily refer to :
  25. 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.
  1. Load more activity

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

×
×
  • Create New...