Hi Matt Thanks for the lesson you have answered a lot of my concerns Neville
@infotrading-x10 ай бұрын
Hi, thanks for the video, do you happen to have a video explaining how to carry out this condition? - Opens a Long -> If the Long operation closes at Stop loss -> Opens Short position
@8888mm3 күн бұрын
Hi Matt , thanks for the detailed explanation of the strategy and conversion to RealTest cheers michaelb
@curtisjackson3377 Жыл бұрын
Thanks for the wonderful video. Would love to explore RealTest more with your teachings 💓
@GreenStickStrategies Жыл бұрын
Great lesson as always. I vote for Real Test Software videos, it looks really interesting. Greetings from South America.
@Jerry327565 Жыл бұрын
Hi Matt, I tried the script on Index and sector ETFs and the results were really bad across a broad range of options. Any thoughts as to why it would perform so poorly at the index and sector level, but do well on individual stocks? Thank you so much for your awesome videos!
@BluDragonTrading Жыл бұрын
index work on traps so usually break out fails. This strategy is based on break out so it will never work
@OnlyLevels Жыл бұрын
Pl make video on real test software also .on every new script you developed pl show the real test results. By the way very very useful stuff I learnt from you. Pl keep doing
@ammarhadwan1261 Жыл бұрын
Yes we would like to see more videos on real backtesting methods
@alfredociniglio545010 ай бұрын
congratulations for the video Have you ever had a percent profitable ratio above 35% but a net profit in the red? because I don't understand how this is
@jaimeurjel2427 Жыл бұрын
Hi! Quick question: Why do you use 15 weekly bars on the Channel Lookback?.. btw i really like your channel!!
@yaaymaiko1629 Жыл бұрын
Real Test seem very useful for me, i would be interested on learning that in the future
@norbertszabo53445 ай бұрын
Hi Matt, Is that possible if I add this script to my chart does not generate any trades on any chart? Tried on stock, crypto no trades. Thanks
@ianarstall Жыл бұрын
Interested in Realtest videos thanks.
@MrSrikanth91478 ай бұрын
Brother i have a one question, if you are please explain or please prepare send that code. i want to get a last week high, close and low using request .Secuity function. but in that i want high, close and low of last week of Tuesday to this week Monday.
@renaissancefam5465Ай бұрын
Do these pine scripts work in the WeBull script editor?
@martinshi2258 Жыл бұрын
Please make videos demonstrating real backtesting of crypto trading.
@RodrigoMoreno-e3w Жыл бұрын
How can I implement a daytime strategy in real time coded with PineScript? I do not understand how to implement with binance or Bingx. Did you have some tutorial explaining that?
@RodrigoMoreno-e3w Жыл бұрын
Real test video!!!
@zackm47908 ай бұрын
hey matt..how to setup a strategy that uses trailing stop AND fixed stoploss? i cant find any ways to do that in pinescript..
@travisbuddock87788 ай бұрын
just a guess but maybe set the fixed stop with strategy.exit(), then plot your trailing stop loss and have an if statement e.g.(close < trailing) triggering strategy.close()
@Alphaa101 Жыл бұрын
Interested in Real Test Video
@ProTrader-rq7zc Жыл бұрын
Hi mat love from India I need your help. I've been trying to write that program since 3 weeks
@atulbhaigandhi6540 Жыл бұрын
How can I connect with you to discuss few more questions.?
@andrzejdrop86 Жыл бұрын
I'm also interested about Real test tutorial
@Alphaa101 Жыл бұрын
19:04 Regime Filter links are not in video description.
@TheArtOfTrading Жыл бұрын
Sorry about that, here's the video link - kzbin.info/www/bejne/g4eZYoqZidCJa5Y
@Alphaa101 Жыл бұрын
@@TheArtOfTrading Do you have plan to update your RSI divergence video?
@hangtuahTRADING10 ай бұрын
i have 3.2 profit factor bot , max dd 12%
@asrulae396218 сағат бұрын
tahniah🎉
@Tom-bc9zj Жыл бұрын
Looks like AmiBroker, just coincidence?
@TheArtOfTrading Жыл бұрын
Yeah you're right Tom, RealTest is very similar to AmiBroker, there are some subtle differences but the two platforms are capable of similar core things. The main differences are that RealTest supports backtesting multiple strategies simultaneously on one account balance so it's easier to test how two or more strategies affect an equity curve, and the scripting language for RT is a lot easier/more efficient to code in (in my personal opinion)