Jump to content

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

Leaderboard

Popular Content

Showing content with the highest reputation on 03/25/2026 in all areas

  1. kimsam

    Leavitt Autotrader -

    https://workupload.com/file/HZAkFnjHLqw
    3 points
  2. KJs

    Leavitt Autotrader -

    Signal Logic Signal Condition Long Entry Leavitt Projection crosses above Leavitt Convolution AND Convolution Slope < 0 Long Exit Convolution Slope is declining (current < previous) Short Entry (optional) Leavitt Projection crosses below Leavitt Convolution AND Slope > 0 Short Exit Convolution Slope is rising The Leavitt crossover signal is selective — it requires a specific crossover + slope condition. To test immediately: Backtest first: Right-click chart → Strategy Analyzer → run on recent data to confirm signals exist Reduce LeavittLength to 10 for more frequent signals Configurable Parameters (NQ, ES) Parameter Default Purpose Leavitt Length 20 Main linear regression period Quantity 1 Contracts/shares per trade Profit Target Ticks 0 (off) Set > 0 to enable Stop Loss Ticks 0 (off) Set > 0 to enable Recommended Scalping Settings Setting ES/MES NQ/MNQ Timeframe 1 min 1 min Leavitt Length 14–20 10–16 Profit Target 8–16 ticks 20–40 ticks Stop Loss 12–20 ticks 30–50 ticks Allow Shorts Yes Yes Instrument: ES, NQ, MES, MNQ (or any liquid futures/stocks) Timeframe: 1-minute or 2-minute bars for scalping Profit Target: 8-16 ticks (ES) or adjust per instrument Stop Loss: 12-20 ticks Trail Stop: 8-12 ticks Best Tested For NQ- Sniperbar/Ninjarenko 20-40, Leavitt Length- 40 (Other Suggestions Most Welcome) Event What Gets Printed Strategy goes live Confirmation with instrument, account, all settings Every 10th bar Bar number, time, close, projection, convolution, slope, position Entry signal LONG/SHORT with all indicator values Exit signal Direction with slope values Order filled Price, quantity, time, unrealized PnL Order rejected Error code and native error message Order cancelled Order name and time Position change New position direction, quantity, average price Strategy terminated Shutdown confirmation Leaveitt Auto.zip
    2 points
  3. apmoo

    codentrade.com

    Thanks codentrade.com.zip
    2 points
  4. Here you go. AdvancedVolumeProfile.zip
    2 points
  5. Effectivly Windows Defender detect a malware. If you want to be sure download this: https://workupload.com/file/6QGanPYZ78p In Version there is 19.0. If you have Metastock 20 insert 20.0.
    2 points
  6. axsx

    KimSam NT8 GEX Calc

    MAX PAIN addition if possible. For a candidate settlement price P: Call payoff at strike K: max⁡(0,P−K)×OI_call[K]max(0,P−K)×OI_call[K]. Put payoff at strike K: max⁡(0,K−P)×OI_put[K]max(0,K−P)×OI_put[K]. Total payout to all option holders at P: TotalPayout(P)=∑K[max⁡(0,P−K) OI_call[K]+max⁡(0,K−P) OI_put[K]]TotalPayout(P)=K∑[max(0,P−K)OI_call[K]+max(0,K−P)OI_put[K]] You want the P that minimizes the above function if the Truth Engine has per‑strike open interest and option type, For each candidate settlement price, compute total payoff to calls and puts using OI. Choose the price with minimum total payout. This is the Max Pain level. Max Pain is the strike where option writers (dealers) pay out the least at expiration, i.e., where total option holder P&L is minimized. def calc_max_pain(call_oi, put_oi): strikes = sorted(set(list(call_oi.keys()) + list(put_oi.keys()))) if not strikes: return 0.0 best_price = strikes[0] best_payout = float('inf') for p in strikes: payout = 0.0 # Calls: holders get paid when price finishes ABOVE strike for k, oi in call_oi.items(): if oi <= 0: continue intrinsic = max(0.0, p - k) payout += intrinsic * oi # Puts: holders get paid when price finishes BELOW strike for k, oi in put_oi.items(): if oi <= 0: continue intrinsic = max(0.0, k - p) payout += intrinsic * oi if payout < best_payout: best_payout = payout best_price = p return best_price
    2 points
  7. I use this one OrderLineDecoratorOrderFlowHUB-hjcdfp.zip
    2 points
  8. Robots specializing in MGC, with good results, apparently have a machine ID query for release. https://onset-hub-lead-captu-uv1r.bolt.host/ @kimsam@N9T can you support? 830666ee-8883-453e-8be5-423beb284222.zip e154321a-e50e-492c-8154-d4f728e4bc3d.zip
    1 point
  9. kkreig

    FlowMatrix

    https://www.flowmatrix-nt8.com/ FlowMatriXFreePack.rar
    1 point
  10. Cheers. https://workupload.com/file/rSnaTjnWqdk
    1 point
  11. kimsam

    KimSam NT8 GEX Calc

    https://ibb.co/Y7qG2vzP https://ibb.co/3mn8vj7k
    1 point
  12. KJs

    Leavitt Autotrader -

    Thank you so Much.
    1 point
  13. Yes, I do like it. The only thing I would do is to actually copy its other strats specifically for the target/stoploss and trailing and then use that with the strategy I pick. I dont like its original one as I notice, when you are already way deep and huge profit, yet, the stop doesnt move. This, leaving the whole profit in potential danger. Its other strats that have other trailing stoplosses suit better as the trailing continues to moves to lock in and to protect my profits. Yes, I can move the stoploss manually but some of the strats, won't let you do this part manually. The stoploss would then move back to its original place after you moved it. Annoying.
    1 point
  14. This one is probably the most helpful one out there. Simple, straight to the point for most needs. Obviously there are other indicators that can do the job but yes, I like this one the most.
    1 point
  15. @apmoo This is an updated version which is a 14 day trial. As time allows, would you take a crack at this. 🙏 https://workupload.com/file/243pCTSRU4v CodeNtrade.net
    1 point
  16. This is the crack: https://www.mediafire.com/file/67g34shacu4v2k2/Metastock+20+R.T.+GUI+crack.zip/file Run as administrator. In DataFeed there is Unknow; select ReuterDataLink. Push Build offlinecache. This fix the crash in system test and Explorer. The file is clean, there is no malware.
    1 point
  17. In the crack of Metastock in DataFeed select ReutersDataLink. This fix the crash in system test and Explorer.
    1 point
  18. kimsam

    KimSam NT8 GEX Calc

    @axsx check this update .. https://ibb.co/RT7YTSyn
    1 point
  19. Tested this combination, the Captain Optimus Strong dll here + Eva's Resource file works. Thanks
    1 point
  20. drop this to the custom folder then compile and restart ninja, it worked for me with the resources eva provided https://workupload.com/file/2dnaBF2Z8E2
    1 point
  21. Smooth Original Qzeus NQ 5min.xmlZeus 10Min CL.xmlZeus 5Min GC.xmlZeus 1Min NQ.xmlQZeus 1.2 - Default ATS.xmlQZeus - MNQ - Shinobi.xmlThese are the default templates they provide. Hope that helps.
    1 point
  22. @kimsam @Minigems @apmoo please https://workupload.com/archive/6kMMfUL7UC
    1 point
  23. CaptainJack

    ChartToolBar

    ChartToolBar is a toolbar indicator that centralizes commonly used charting tools and practical functions at the top of the chart, allowing for easy one-click access without having to switch back and forth through menus. It supports one-click switching/hiding of chart objects, batch deletion of charts, one-click management of indicator visibility, and includes built-in ATR volatility value, market latency (Lag), and time display. It also provides enhanced user experience features such as left-click free-dragging (Panning) and scroll wheel zooming. ChartToolBar.zip
    1 point
  24. Simion_Aretz

    ChartToolBar

    its called PATS Toolbar
    1 point
  25. delta profile : https://ninjatraderecosystem.com/user-app-share-download/legtolegdeltaprofile-rotation-based-delta-volume-profile/ created by : Fahmy aka Swoosh https://x.com/fahmyeu
    1 point

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

×
×
  • Create New...