⤴️-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
-
https://workupload.com/file/HZAkFnjHLqw3 points
-
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.zip2 points
-
2 points
-
Does anyone have the Anchored Volume Profile indicator?
techfo and one other reacted to fxtrader99 for a topic
Here you go. AdvancedVolumeProfile.zip2 points -
Metastock 20 realtime c*****d
babeonidi and one other reacted to ⭐ Atomo12345 for a topic
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 -
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_price2 points
-
I use this one OrderLineDecoratorOrderFlowHUB-hjcdfp.zip2 points
-
RObos specialist in MGC, needs to educate
⭐ goldeneagle1 reacted to Ze_Pequeno for a topic
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.zip1 point -
FlowMatrix
fxtrader99 reacted to kkreig for a topic
https://www.flowmatrix-nt8.com/ FlowMatriXFreePack.rar1 point -
Cheers. https://workupload.com/file/rSnaTjnWqdk1 point
-
https://ibb.co/Y7qG2vzP https://ibb.co/3mn8vj7k1 point
-
1 point
-
LET'S SHARE YOUR STRATS
KJs reacted to Ninja_On_The_Roof for a topic
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 -
A BIG TRADE INDICATOR ?
Kirua reacted to Ninja_On_The_Roof for a topic
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 -
codentrade.com
⭐ goldeneagle1 reacted to ⭐ rcarlos1947 for a topic
@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.net1 point -
Metastock 20 realtime c*****d
⭐ chullankallan reacted to ⭐ Atomo12345 for a topic
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 -
Metastock 20 realtime c*****d
⭐ chullankallan reacted to ⭐ Atomo12345 for a topic
In the crack of Metastock in DataFeed select ReutersDataLink. This fix the crash in system test and Explorer.1 point -
@axsx check this update .. https://ibb.co/RT7YTSyn1 point
-
Pack 205 NinZa Indicators
Eva Grey reacted to ⭐ RichardGere for a topic
Tested this combination, the Captain Optimus Strong dll here + Eva's Resource file works. Thanks1 point -
Pack 205 NinZa Indicators
⭐ goldeneagle1 reacted to Bene for a topic
drop this to the custom folder then compile and restart ninja, it worked for me with the resources eva provided https://workupload.com/file/2dnaBF2Z8E21 point -
quantvue.io
⭐ goldeneagle1 reacted to FalconFactory for a topic
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 -
ChartToolBar
pygmalion5000 reacted to CaptainJack for a topic
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.zip1 point -
1 point
-
Indicators to trade like Fabio Valentini ,Carmine Rosato ,etc.
pygmalion5000 reacted to ⭐ kapitansb for a topic
delta profile : https://ninjatraderecosystem.com/user-app-share-download/legtolegdeltaprofile-rotation-based-delta-volume-profile/ created by : Fahmy aka Swoosh https://x.com/fahmyeu1 point