⤴️-Paid Ad- Check advertising disclaimer here. Add your banner here.🔥
atljam
Members-
Posts
46 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Everything posted by atljam
-
Any one interested in discuss / learn to crack
atljam replied to ⭐ SignalTime's topic in Ninja Trader 8
I use dnSpy to open dll files to take a peak at structure and opening non protected or "edu" dll file in dnnSpy can view pretty much all the logic behind the code, I have done several dll to NT source code conversions but have hit or miss with dnSpy "attach to Process" ie Ninjatrader.exe to get the code close to NT source -
How it works: kiss algo waits for IB 930-1030 to complete, calculates fib values based on: total range of IB, double num = this.ibHigh - this.ibLow; then computes two values: this.fib35Price = this.ibLow + 0.35 * num; for short Close < fib35 this.fib65Price = this.ibLow + 0.65 * num; then for long: Close > fib 65 It's basically the Initial Balance strategy which has been around a long time, but is hit or miss
-
@Fielpo i believe breakeven is causing the strategy error("Unable to change order") in combination with fast price action, going to test with BE off.
-
-
wow, I cut the trade off way to soon, but very profitable but had I left it alone, the trade today would have made $3400 1036am
-
Fielpo , nice version, it might even put a smile on the very depressed Jake, I used these times for me EST US only change to your template and got descent results:
-
gotV1.1 running earlier got values but now shows error , also looking forward to the latest iteration, compliments to all contributors. Thanks
-
not a great wk for Axios, but mrkt kinda crazy too, even Jake didnt do good, still think it has value. it lost but not badly.
-
Using a QQE indicator from ecosystem added arrows when the signals cross, added 20 ema to filter, then created a swing indicator to act as a trailing stop, Using Predator I tweaked it till i got some interesting results for this week, its basically a rip of how axios trades without axios.
-
Axios had a good week, if i had just used the strategy instead of adding in my own manual trades, nevertheless, Axios helped even rescue those dumb a** mistakes. the version posted exposed all the code even chatgpt reads the logic Main logic RSI Smoothed RSI ATR of RSI QQE factor bands Trend line (Fast ATR RSI TL) Long/Short arrows when RSI crosses the TL
-
-
the Plots match perfectly and the arrows we would have to add to the qqe indicator ill be working on it, once i get sometime. The arrows follow the next bar after the plots cross.
-
the secret sauce as the creator of Axios calls it, the green and red arrows is a simple QQE indicator with 8,2,1.3 settings , see this https://ninjatraderecosystem.com/user-app-share-download/xtrends-qqe-indicator-for-nt8/
-
used trader432 template with secondary turned off started an eval to test , we'll see where it goes from here, i turned it off for this account after this profit:, but shifted to Sim account for rest of day10am-12pm window
-
thanks Apmoo, anybody testing this, I tried the dttw8tradeScalper it has buy/sell signals LCCT and SCCT works well with Predator Order Entry, been testing unirenko 7/11/33 on ES and it seems to do pretty well
-
a
-
https://docs.google.com/spreadsheets/d/1zOr7Sv_pnAWm3uGM_mRZMgIub6YD904KNl12Ht5frww/edit?gid=1521486672#gid=1521486672
-
i have a ninza resource file that was added with RenkoKings SolarWind indicator and its add under References but still same error comes up
-
-
weird, must have changed since i joined, didnt know users were paying that much, feel bad for those folks, because its not the holy grail and a lot of them have been losing lately
-
change to xml place in nt-templates- strategy predator order entry folder A42Signal.txt
-
as the autoentry is a ATM type strategy you would only be able to do market replay to test, but the indicator has the FourTwoSignal exposed so I use Predator order entry strategy and use custom signal and can backtest any time period on a chart. so here is the last 20 days with 100 stop, 45 tgt 1 NQ in 1 min chart
-
they only have a discord https://discord.gg/MTQUSTmA here's a video: https://www.loom.com/share/5bcc832a985d4852a6bcaccbe28f3d50
-
there are no wrong settings. there are no definitive settings, only settings that work for a particular user's preference