Build A SuperTrend Bot on Strategy Builder | NinjaTrader 8

  Рет қаралды 12,675

TradeSaber

TradeSaber

Күн бұрын

Пікірлер: 46
@BitcoinPumpItUp
@BitcoinPumpItUp 8 ай бұрын
Dude keep up the great work! One of the best NT8 and underrated YT channels!
@Lala-po9ho
@Lala-po9ho 7 күн бұрын
Very clear explanations!! Thank you!
@user-ku3ny8ue6i
@user-ku3ny8ue6i 4 ай бұрын
Thanks for the great tutorial! At the end you mentioned setting offsets. Can you elaborate on that? I'd like trades to only stop out when a bar closses and crosses over into the next trend. Currently trades are getting stopped out when they cross over intrabar, but then the trend resumes when the bar closes.
@Corypearson86
@Corypearson86 4 ай бұрын
Thanks for you lessons. Very helpful. Keep the trading bot videos coming.
@geofferywarren
@geofferywarren 3 күн бұрын
Is there a way to add a pause feature when you don’t want it to take a trade but leave it enabled so when you see your setup?
@DarriusThomas-ng8yj
@DarriusThomas-ng8yj 7 ай бұрын
BLESS YOU BRO FOR WHAT YOU DOING OUT HERE
@markfenech3904
@markfenech3904 2 ай бұрын
Great video! So underrated channel! New Sub!
@leandrorodrigues1407
@leandrorodrigues1407 10 ай бұрын
So it would be 15 minutes without a protective stop, until the next candle closes? Just a question, congratulations on the work.
@fran435
@fran435 6 ай бұрын
Amazing work, congratulations on your dedication, how can I add an ATM strategy?
@DeeVersatility
@DeeVersatility 2 ай бұрын
I followed all the steps meticulously to build this strategy in NT8, and at the end, it gave me an error when attempting to Compile. Are there changes that should be made in the Strategy Builder now with the latest NT8, since this video was created almost a year ago?
@learningtolove2591
@learningtolove2591 11 ай бұрын
I tried using your code from one of your videos with the indicator with no success.
@Kaydendooda
@Kaydendooda 7 ай бұрын
wdym it worked for me you should go through the video again
@XX-xv6xe
@XX-xv6xe 9 ай бұрын
Great! Very informative. Hey I’m having trouble with my strategy, my input parameters aren’t working. Any ideas on what I might be doing wrong?
@TradeSaber
@TradeSaber 9 ай бұрын
It'd be hard to say exactly what is happening. What do you mean they are not working? Giving an error or they are just not doing anything? You can download this entire Strategy Builder script from my discord in the #auto-trader-example room. Invite link is in the description (Free to join). May just need to compare both so you can see what the problem may be.
@XX-xv6xe
@XX-xv6xe 9 ай бұрын
@@TradeSaber thanks I figured it out, it was when I was building my conditions, when I was setting my indicator parameter I was not clicking the 'set' button and then selecting 'user input' and then clicking my custom parameter. hope that makes sense. Your videos are super helpful by the way.
@Oppo-f9i3s
@Oppo-f9i3s 3 ай бұрын
Very nice tutorial. Thanks
@leandrorodrigues1407
@leandrorodrigues1407 10 ай бұрын
I noticed that the stop is only sent after the close of the next 15-minute candle. If there is a quick movement against the position and the stop is not yet announced, will I not take any risks, as it will be operated on the time chart?
@jaychas
@jaychas 11 ай бұрын
this is great. awesome tutorial and new subscriber! I understand the Trailing Stop Loss trails with the ATR, but is there a way to add a fixed stop loss as well to say 50 ticks for example so that you always have a max loss per trade instead of where the ATR is set? Would be nice to use the ATR trail for when you're in profit but have a fixed stop loss to prevent big losses. Looking to add that setting like how you added the Profit Target settings. Thanks!
@TradeSaber
@TradeSaber 11 ай бұрын
If you are looking for an ATR trail to add to your strategy. Look at this example here: kzbin.info/www/bejne/qJCoZ2uDaJWbncksi=iIr0ANr6Fov2RO62&t=1550 This may be a bit more of what you need.
@jaychas
@jaychas 11 ай бұрын
@@TradeSaber thank you!
@learningtolove2591
@learningtolove2591 11 ай бұрын
I would like to create a strategy that uses an indicator that I have. It tells me when to enter and I will use an ATM strategy to exit and trail I have the condition but not anything else. I much will you charge to show me how to do this. Thank you.
@fran435
@fran435 6 ай бұрын
Trabalho sensacional, parabéns pela dedicação, como posso adicionar uma estratégia ATM?
@protraderchallenger8941
@protraderchallenger8941 Жыл бұрын
Really Great, thank you so much....😊
@alecl36
@alecl36 4 ай бұрын
Porque na compra ele faz preço medio usando 3 contratos?
@kabelomadubung77
@kabelomadubung77 2 ай бұрын
thanx,gud lessn..can i use it on mt4
@TradeSaber
@TradeSaber 2 ай бұрын
This one is for NinjaTrader only
@emirhansoyal9939
@emirhansoyal9939 Жыл бұрын
Hi thanks for video, how i can code if Last trade was long, wait until short trade, if Last (close) trade is long wait until long condition
@TradeSaber
@TradeSaber Жыл бұрын
Just to make sure of your conditions: You only want to Enter a long trade if the previous was a short? You only want to Enter a short trade if the previous was a long? If so, then you would need to create 2 variable bools (LongAllowed = true, ShortAllowed = true) Then switch to false when you enter a trade. It's hard to explain over KZbin comments. I have a full example with screenshots and a downloadable file in the #code-sample room on discord. Here is a direct link if you are already in there: discord.com/channels/1005954155711582279/1039008376081895484/1076746899534647479 If the link doesn't work, you have to join Discord first(its free) - Link in the description.
@anthonyvalle1729
@anthonyvalle1729 Жыл бұрын
How do you make the strategy builder actually excite the orders in a live environment?
@TradeSaber
@TradeSaber Жыл бұрын
Do you mean just in general? Are the orders not showing up for you? The steps in this video will execute trades during live markets.
@carlhartley4492
@carlhartley4492 Жыл бұрын
H Dre, whats the latest version of the inside bar indicator
@TradeSaber
@TradeSaber Жыл бұрын
The latest version of the Inside Bar Indicator is called 'InsideBarTS' Download here: tradesaber.com/indicators
@protraderchallenger8941
@protraderchallenger8941 Жыл бұрын
How do I change it so it does not trail 20 points I'd like it to be either 10 or 15... thank you
@TradeSaber
@TradeSaber Жыл бұрын
For this specific SuperTrend setup. On each line we use SuperTrend, change the settings for 'Multiplier'. Just lower it to something like 1.5 or so on each line. You will have to play around with it. It may be easier to just load the indicator by itself to get a visual, because changing all of the settings for all of the lines every time will be pretty tedious with builder. If you want to trail an exact 10-15 points every bar. You can probably just skip Set 2 and 3 of this video and just use the built in SetTrailStop() on the page after Conditions and Actions.
@protraderchallenger8941
@protraderchallenger8941 Жыл бұрын
I will try to change it tomorrow took me a long time to set it up but thank you@@TradeSaber
@MadnUSA
@MadnUSA Жыл бұрын
Hi, I wanna buy this strategy full version, can I do it?
@TradeSaber
@TradeSaber Жыл бұрын
Hello! To purchase the full Predator version you see at 4:07 of the video. Go to: tradesaber.com/predator-series However, if you want to just download the part we build today, that is free and can be found here: tradesaber.com/automated-trading-example Let me know if you have any questions!
@MadnUSA
@MadnUSA Жыл бұрын
@@TradeSaber Done. Now in process
@MadnUSA
@MadnUSA Жыл бұрын
@@TradeSaber I'm bought this
@TradeSaber
@TradeSaber Жыл бұрын
Hope you find it helpful! Remember to submit your Machine ID in order to activate your lifetime license if you haven't already. See confirmation email sent.@@MadnUSA
@MadnUSA
@MadnUSA Жыл бұрын
@@TradeSaber thanks,I'll do it
Build Your Own NinZaRenko Trading Bot | No Coding Required
1:00:46
Convert TradingView Indicators into Strategies with AI (IT FINALLY WORKS)
21:49
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 21 МЛН
Noodles Eating Challenge, So Magical! So Much Fun#Funnyfamily #Partygames #Funny
00:33
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 1,9 МЛН
Automate Your Trading with NinjaTrader's Strategy Builder
1:05:06
NinjaTrader
Рет қаралды 79 М.
Trading Without Indicators Proves 89.58% Profitable
12:26
The Transparent Trader
Рет қаралды 198 М.
Ninjatrader 8 Ninjascript Programming Basics: Key Functions
11:32
SpeculatorSeth Day Trading
Рет қаралды 43 М.
8 Trading Rules To Become Profitable in 2024...
12:07
Umar Ashraf
Рет қаралды 332 М.
Add a Kill Switch to your Bot on NinjaTrader | Strategy Builder
29:44
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 21 МЛН