Dude keep up the great work! One of the best NT8 and underrated YT channels!
@Lala-po9ho7 күн бұрын
Very clear explanations!! Thank you!
@user-ku3ny8ue6i4 ай бұрын
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.
@Corypearson864 ай бұрын
Thanks for you lessons. Very helpful. Keep the trading bot videos coming.
@geofferywarren3 күн бұрын
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-ng8yj7 ай бұрын
BLESS YOU BRO FOR WHAT YOU DOING OUT HERE
@markfenech39042 ай бұрын
Great video! So underrated channel! New Sub!
@leandrorodrigues140710 ай бұрын
So it would be 15 minutes without a protective stop, until the next candle closes? Just a question, congratulations on the work.
@fran4356 ай бұрын
Amazing work, congratulations on your dedication, how can I add an ATM strategy?
@DeeVersatility2 ай бұрын
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?
@learningtolove259111 ай бұрын
I tried using your code from one of your videos with the indicator with no success.
@Kaydendooda7 ай бұрын
wdym it worked for me you should go through the video again
@XX-xv6xe9 ай бұрын
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?
@TradeSaber9 ай бұрын
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-xv6xe9 ай бұрын
@@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-f9i3s3 ай бұрын
Very nice tutorial. Thanks
@leandrorodrigues140710 ай бұрын
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?
@jaychas11 ай бұрын
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!
@TradeSaber11 ай бұрын
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.
@jaychas11 ай бұрын
@@TradeSaber thank you!
@learningtolove259111 ай бұрын
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.
@fran4356 ай бұрын
Trabalho sensacional, parabéns pela dedicação, como posso adicionar uma estratégia ATM?
@protraderchallenger8941 Жыл бұрын
Really Great, thank you so much....😊
@alecl364 ай бұрын
Porque na compra ele faz preço medio usando 3 contratos?
@kabelomadubung772 ай бұрын
thanx,gud lessn..can i use it on mt4
@TradeSaber2 ай бұрын
This one is for NinjaTrader only
@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 Жыл бұрын
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 Жыл бұрын
How do you make the strategy builder actually excite the orders in a live environment?
@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 Жыл бұрын
H Dre, whats the latest version of the inside bar indicator
@TradeSaber Жыл бұрын
The latest version of the Inside Bar Indicator is called 'InsideBarTS' Download here: tradesaber.com/indicators
@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 Жыл бұрын
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 Жыл бұрын
I will try to change it tomorrow took me a long time to set it up but thank you@@TradeSaber
@MadnUSA Жыл бұрын
Hi, I wanna buy this strategy full version, can I do it?
@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 Жыл бұрын
@@TradeSaber Done. Now in process
@MadnUSA Жыл бұрын
@@TradeSaber I'm bought this
@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