Dear Viewers, Thanks for watching this video. Please do subscribe to our TH-cam channel. You can watch such interesting videos from other guests on our show. Here's the playlist - th-cam.com/play/PL2z0LjpAHSw2n3FYqWPKbCMEkPXqVmQV.html
Sir, 5/RSI, VERY GOOD, आप ऐसा ही सजेसन नया देते, रहीये, आप बहुत अरछी तरह समजाते हो, GOOD, मुजे ICHIMOKU CLOUD, मे कोइ नया तरीका हो, तो PLZ SIR, समजाये, 👍👍👍👍👍👍🙏🙏🙏🙏🙏
One suggestion: Please allow the guests to complete their views and trust viewers of this channel can understand the guest. Constant interruption breaks the flow of discussion.
Sir you should revise the initial capital. Pinescript doesnot considers the actual margin required, hence the returns are not realistic. When you say 25 bnf, pinescript does avg_position_size*25 which is not correct. Hence the returns have to be adjusted.
Good startegy, but 1 point I didn't understood, the chart shows multiple entries at each candle if rsi above 70 and 50, so should we take entry at each entry or only once? Does the backtesting shows result with multiple entries or single?
Interesting observation. Where did you see that? Do you have the pine script with you ? If it shows multiple entries at same candle then the strategy calculations shared in call are wrong.
I am 2 year old customer of samco But their customers Support is very poor Should support which Is keep For long term And short term And app quality is not Good
Can you make a video on how to place stop loss and Target premium both in same order in banknifty intraday and also which broker provide this facility?
This results are shown in bank nifty one lot positional for one lot positional we a want margin around 90 thousand that means 1lc around ,if we calculate max drawdown 7 present then max loss for this strategy is around 7k ,am I right?
@@SAMCOSecuritiesIndia Wrong information. Pine script is NOT available in the pinned comment. whats wrong with you that you keep repeating the same incorrect information.
CAN I HAVE THE ABOVE SCRIPT TO TEST IN 30 OR 45 MIN TIME. IF IT IS SO PLEASE MAIL ME THE SCRIPT SO THAT I CAN COPY PASTE IN PINE EDITOR. IT WILL BE HELPFUL FOR ME. THANKS AND REGARDS.
Sir samco ke api se algo trading me ek issue hai jab algo chalta hai tab yadi stock note me login karo to algo band ho jata hai please solve it other wise api documentation is excellent
There is no point in viewing this clipping as you are not neutral in selecting the language in which this session should go live. For your info the universal language that everyone can understand is English.
Dear Viewers,
Thanks for watching this video. Please do subscribe to our TH-cam channel.
You can watch such interesting videos from other guests on our show.
Here's the playlist - th-cam.com/play/PL2z0LjpAHSw2n3FYqWPKbCMEkPXqVmQV.html
Please share the pine script. Thanks
Strategy Code:
//@version=4
strategy("RSIStrat", overlay=true, initial_capital = 500000)
rsiValue = rsi(close, 5)
rsiValueSlow = rsi(close, 14)
//Get RSI Values
isRSILong = rsiValue > 70 and rsiValueSlow > 50
isRSILongExit = rsiValue < 55
buyEntry = isRSILong
//Plot RSI Values
plotshape(isRSILong, title = "Double Decker Long", location=location.abovebar, color=color.green, transp=0, style=shape.triangleup, text="DDBuy")
strategy.entry("long",strategy.long,25,when=(buyEntry))
strategy.close_all(when = isRSILongExit)
Where and how to use this code?
Please check the codes, there might few key words be missing. getting error while plotting
strategy.e:ntry("long",strategy.long,25,when=(buyEntry)) -> Showing syntax error on this line look it.
@@defininginvestment3802 You can apply this code on tradingview.com using pine script editor.
Sir No 1 Strategy. Dip Buy Strategy & Breakout Strategy , NIFTY support dekate Main use Karunga sir👍🎉🎉🎉🎉
Glad you liked it!
Thank you team SAMCO. Great learning
Our pleasure..Do consider subscribing to our TH-cam channel for more such insightful videos.
Thank you Vivek ji. आपने आज अलिबाबा के गुफा तक जाने का रास्ता दिखा दिया. बहुत बढिया strategy है ये.
Thank you so much..Do consider subscribing to our TH-cam channel for more such insightful videos.
Sir, 5/RSI, VERY GOOD, आप ऐसा ही सजेसन नया देते, रहीये, आप बहुत अरछी तरह समजाते हो, GOOD,
मुजे ICHIMOKU CLOUD, मे कोइ नया तरीका हो, तो PLZ SIR, समजाये,
👍👍👍👍👍👍🙏🙏🙏🙏🙏
Your feedback is been noted. Please subscribe to our TH-cam channel for more such insightful videos.
Ca we get the script of this rsi strategy Sir....?
A million valuable information..
thank you @apurva ,can i use this strategy in nifty in 15min for option
One suggestion: Please allow the guests to complete their views and trust viewers of this channel can understand the guest. Constant interruption breaks the flow of discussion.
Your feedback has been noted, thank you!
Thank you Sir
Thank you for your feedback. Please subscribe to our TH-cam channel for more such insightful videos.
Is backtesting of how many years
Sir you should revise the initial capital. Pinescript doesnot considers the actual margin required, hence the returns are not realistic. When you say 25 bnf, pinescript does avg_position_size*25 which is not correct. Hence the returns have to be adjusted.
Thanks for the feedback. We have noted it.
Exilent stretgey
So thanks
Hi ! can we buy this strategy for self use
is it 1 year backtest? it is not clear time frame for back testing. appreciate
for long, i understood the stop loss is when rsi is down to 55, but how much target to take???
To go long or to go long in 1 future of Bank Nifty, margin required is around 1.5 lakh, then why initial capital of 5 lakh has been put?
That's awesome sir!!
Glad you think so!
Is there a way to specify period of backtest in pine editor? And what does the drawdown column calculate in list of trades?
Thank you..
You're welcome, Sanket!
Back tested kitane time ka tha 2 year??
Pl share the pine script
Good startegy, but 1 point I didn't understood, the chart shows multiple entries at each candle if rsi above 70 and 50, so should we take entry at each entry or only once? Does the backtesting shows result with multiple entries or single?
Entry must be taken only once and held on to until you get the exit signal.
Interesting observation. Where did you see that? Do you have the pine script with you ? If it shows multiple entries at same candle then the strategy calculations shared in call are wrong.
Very well explained ..however what to write to book profits and how does it book profits
Thank you for the feedback!
Good strategy. If you share coding, it is more valuable to viewers.
Your feedback is been noted.
Hi Sir
Can you please share the pine scrip given in the vlog so it can be used and implemented successfully.
Thanks
Kindly check the pinned comment.
@@SAMCOSecuritiesIndia its not in the pinned comment. plz share
Please share the pine script.
Can we use it manual
Hi Parvaiz, we are glad to inform you that yes you can do it manually.
Can this also be applied to nifty ?
Also can you device a short only strategy also ?
Yes, you can apply this strategy to any instrument of your choice. Make sure to backtest it on the instrument before deploying capital.
@@SAMCOSecuritiesIndia I checked and there is no script there. Can you post the pine script used in this video by Vivek ? Thanks.
I am 2 year old customer of samco
But their customers
Support is very poor
Should support which
Is keep For long term
And short term
And app quality is not
Good
Hello, kindly share a detailed feedback on support@samco.in. Our team will make sure that all your queries are addressed accurately.
Can you make a video on how to place stop loss and Target premium both in same order in banknifty intraday and also which broker provide this facility?
Thank you for the feedback! We'll look into your suggestions & try to incorporate them in our future videos.
This results are shown in bank nifty one lot positional for one lot positional we a want margin around 90 thousand that means 1lc around ,if we calculate max drawdown 7 present then max loss for this strategy is around 7k ,am I right?
The max drawdown of 7% is the % fall from the highest level the total equity capital had reached. It's not on a single trade.
So Samco allows MT4 or MT5 Indicators?
One more thing why we can't use samco in both system and mobile at the same time?
Sir, one cannot login at multiple platforms so as to avoid any kind of fraudulent activities.
Sahi me ye bada issue hai
Ye future pe trade huana option me time decay ka kya kare sir?
Do we have to wait till RSI 5 goes below 55 for the exit or how can we maximize the profit...
Vivek has used a drop below 55 in 5 period RSI to exit. You can optimize and change your exits suitable to you.
Please share coding for pine script editor for this strategy... No comment pinned attach by you..
Our comment has been pinned, please check the same.
where is the script? Can not find it. Can you please post to my reply
Kindly check the pinned comment.
Nice sir
Keep watching!
On what time frame is this RSI is used ?
And when is the trade takes place ?
An hourly timeframe is used in this strategy. There are multiple trades taken.
where is the code?
Can u please share pine editors setting
Kindly check the pinned comment.
But toda short time period ke same day intraday ke liye koi set up
How to get pine script?
Kindly use the pinned comment for the same.
Kindly share the coding for trading view pine editor as u mentioned it will be availbale in comment section
Code is mentioned in the pinned comment below description.
@@SAMCOSecuritiesIndia there is only pine editor manual link...and also mentioned there that scrit code is in comment section below
@@SAMCOSecuritiesIndia Wrong information. Pine script is NOT available in the pinned comment. whats wrong with you that you keep repeating the same incorrect information.
Please share the code please . Cant see any pinned comment
Strategy Code:
//@version=4
strategy("RSIStrat", overlay=true, initial_capital = 500000)
rsiValue = rsi(close, 5)
rsiValueSlow = rsi(close, 14)
//Get RSI Values
isRSILong = rsiValue > 70 and rsiValueSlow > 50
isRSILongExit = rsiValue < 55
buyEntry = isRSILong
//Plot RSI Values
plotshape(isRSILong, title = "Double Decker Long", location=location.abovebar, color=color.green, transp=0, style=shape.triangleup, text="DDBuy")
strategy.entry("long",strategy.long,25,when=(buyEntry))
strategy.close_all(when = isRSILongExit)
Dear Samco Team,
Please rewrite strategy keywords again in comment box as this is now missing
Code is mentioned in the pinned comment below description.
@@SAMCOSecuritiesIndia No. This the script is NOT there. its missing. please post it.
Script is missing pl upload sir
any one got a code after 2 years?
CAN I HAVE THE ABOVE SCRIPT TO TEST IN 30 OR 45 MIN TIME. IF IT IS SO PLEASE MAIL ME THE SCRIPT SO THAT I CAN COPY PASTE IN PINE EDITOR. IT WILL BE HELPFUL FOR ME. THANKS AND REGARDS.
We'll check how this could be made possible for you.
@@SAMCOSecuritiesIndia Please provide the script. It would be a great help.
Apurva ,sir pls ,jo apke bolne pr likh kr aata hai pls ise remove kr dijiye pls
Sir samco ke api se algo trading me ek issue hai jab algo chalta hai tab yadi stock note me login karo to algo band ho jata hai please solve it other wise api documentation is excellent
Your feedback has been noted & forwarded to the concerned department, thank you!
There is no point in viewing this clipping as you are not neutral in selecting the language in which this session should go live. For your info the universal language that everyone can understand is English.
You're feedback has been forwarded to the concerned team, thank you!
Kindly do videos in English..
Your requirement has been noted & forwarded to the concerned department.
sir please send above code in my comment.
Code is mentioned in the pinned comment below description.
Sir you should talk in english
Your feedback has been noted!
wahiyaat.....
Hahaha
Bakwass