BankNifty Intraday Trading Strategy - How to Trade Intraday?

Поделиться
HTML-код
  • Опубликовано: 12 дек 2024

Комментарии • 111

  • @SAMCOSecuritiesIndia
    @SAMCOSecuritiesIndia  2 года назад

    Dear Viewers,
    Thanks for watching this video. Please do subscribe to our RUclips channel.
    You can watch such interesting videos from other guests on our show.
    Here's the playlist - ruclips.net/p/PL2z0LjpAHSw2n3FYqWPKbCMEkPXqVmQV

    • @FKnet007
      @FKnet007 2 года назад +1

      Please share the pine script. Thanks

  • @sanjivvora2728
    @sanjivvora2728 2 года назад +2

    Sir, 5/RSI, VERY GOOD, आप ऐसा ही सजेसन नया देते, रहीये, आप बहुत अरछी तरह समजाते हो, GOOD,
    मुजे ICHIMOKU CLOUD, मे कोइ नया तरीका हो, तो PLZ SIR, समजाये,
    👍👍👍👍👍👍🙏🙏🙏🙏🙏

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад +1

      Your feedback is been noted. Please subscribe to our RUclips channel for more such insightful videos.

  • @mr.bachubhaibhigona9090
    @mr.bachubhaibhigona9090 3 года назад +1

    Thank you Vivek ji. आपने आज अलिबाबा के गुफा तक जाने का रास्ता दिखा दिया. बहुत बढिया strategy है ये.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Thank you so much..Do consider subscribing to our RUclips channel for more such insightful videos.

  • @SAMCOSecuritiesIndia
    @SAMCOSecuritiesIndia  3 года назад +10

    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)

    • @defininginvestment3802
      @defininginvestment3802 3 года назад

      Where and how to use this code?

    • @roymukesh007
      @roymukesh007 3 года назад

      Please check the codes, there might few key words be missing. getting error while plotting

    • @ManojSharma-yz9gq
      @ManojSharma-yz9gq 3 года назад

      strategy.e:ntry("long",strategy.long,25,when=(buyEntry)) -> Showing syntax error on this line look it.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      @@defininginvestment3802 You can apply this code on tradingview.com using pine script editor.

  • @sudhanshusharma4127
    @sudhanshusharma4127 2 года назад +1

    Ca we get the script of this rsi strategy Sir....?

  • @ganeshborate3188
    @ganeshborate3188 3 года назад +3

    Sir No 1 Strategy. Dip Buy Strategy & Breakout Strategy , NIFTY support dekate Main use Karunga sir👍🎉🎉🎉🎉

  • @PyDataScience
    @PyDataScience 3 года назад +2

    Thank you team SAMCO. Great learning

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      Our pleasure..Do consider subscribing to our RUclips channel for more such insightful videos.

  • @prafulvaidya757
    @prafulvaidya757 2 года назад

    thank you @apurva ,can i use this strategy in nifty in 15min for option

  • @mahavirsancheti5191
    @mahavirsancheti5191 2 года назад

    Is there a way to specify period of backtest in pine editor? And what does the drawdown column calculate in list of trades?

  • @npawar441
    @npawar441 3 года назад

    Ye future pe trade huana option me time decay ka kya kare sir?

  • @manyasingh8927
    @manyasingh8927 3 года назад +2

    Hi Sir
    Can you please share the pine scrip given in the vlog so it can be used and implemented successfully.
    Thanks

  • @financialsarthis
    @financialsarthis Год назад

    Pl share the pine script

  • @sanjayjaiswal8958
    @sanjayjaiswal8958 2 года назад +2

    Thank you Sir

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  2 года назад

      Thank you for your feedback. Please subscribe to our RUclips channel for more such insightful videos.

  • @harshponkiya251
    @harshponkiya251 Год назад

    Back tested kitane time ka tha 2 year??

  • @vinaygupta41378
    @vinaygupta41378 2 года назад

    Hi ! can we buy this strategy for self use

  • @rameshkulkarni8673
    @rameshkulkarni8673 2 года назад

    is it 1 year backtest? it is not clear time frame for back testing. appreciate

  • @anandverma9759
    @anandverma9759 2 года назад

    for long, i understood the stop loss is when rsi is down to 55, but how much target to take???

  • @tejasvsharma2793
    @tejasvsharma2793 3 года назад +1

    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.

  • @rajeshkumarsrigakolapu2656
    @rajeshkumarsrigakolapu2656 2 года назад

    A million valuable information..

  • @mayankagarwal1912
    @mayankagarwal1912 2 года назад

    Please share the pine script.

  • @rock16890
    @rock16890 3 года назад +1

    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?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      Entry must be taken only once and held on to until you get the exit signal.

    • @Vidyasagarbb
      @Vidyasagarbb 2 года назад

      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.

  • @cooltrader9904
    @cooltrader9904 2 года назад

    Is backtesting of how many years

  • @eternaltrader8960
    @eternaltrader8960 3 года назад +1

    Please share coding for pine script editor for this strategy... No comment pinned attach by you..

  • @bullsnbears1974
    @bullsnbears1974 3 года назад +1

    Can this also be applied to nifty ?
    Also can you device a short only strategy also ?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Yes, you can apply this strategy to any instrument of your choice. Make sure to backtest it on the instrument before deploying capital.

    • @Vidyasagarbb
      @Vidyasagarbb 2 года назад +1

      @@SAMCOSecuritiesIndia I checked and there is no script there. Can you post the pine script used in this video by Vivek ? Thanks.

  • @mahavirsancheti5191
    @mahavirsancheti5191 2 года назад

    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?

  • @bharticlinic4980
    @bharticlinic4980 2 года назад

    Exilent stretgey
    So thanks

  • @biswabijayeeray
    @biswabijayeeray 3 года назад

    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?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Sir, one cannot login at multiple platforms so as to avoid any kind of fraudulent activities.

    • @prakash.authar8324
      @prakash.authar8324 3 года назад

      Sahi me ye bada issue hai

  • @sanketnarkar9508
    @sanketnarkar9508 3 года назад +1

    Thank you..

  • @harikrishna-pr4bh
    @harikrishna-pr4bh 3 года назад +1

    That's awesome sir!!

  • @ramrupyadav5737
    @ramrupyadav5737 2 года назад

    But toda short time period ke same day intraday ke liye koi set up

  • @viveks955
    @viveks955 3 года назад

    Very well explained ..however what to write to book profits and how does it book profits

  • @pankajchoudhary1494
    @pankajchoudhary1494 3 года назад

    where is the script? Can not find it. Can you please post to my reply

  • @mayureshkangutkar9289
    @mayureshkangutkar9289 3 года назад

    Can u please share pine editors setting

  • @saifmohd5011
    @saifmohd5011 3 года назад

    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?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Thank you for the feedback! We'll look into your suggestions & try to incorporate them in our future videos.

  • @jigneshsakariya4284
    @jigneshsakariya4284 3 года назад

    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
      @SAMCOSecuritiesIndia  3 года назад

      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.

  • @MrShahnilesh1975
    @MrShahnilesh1975 3 года назад

    On what time frame is this RSI is used ?
    And when is the trade takes place ?

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      An hourly timeframe is used in this strategy. There are multiple trades taken.

  • @bhatParvaiz2391
    @bhatParvaiz2391 11 месяцев назад

    Can we use it manual

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  9 месяцев назад

      Hi Parvaiz, we are glad to inform you that yes you can do it manually.

  • @govindbhattacharya6326
    @govindbhattacharya6326 3 года назад

    Do we have to wait till RSI 5 goes below 55 for the exit or how can we maximize the profit...

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад +1

      Vivek has used a drop below 55 in 5 period RSI to exit. You can optimize and change your exits suitable to you.

  • @aobsnlvittalnayak8011
    @aobsnlvittalnayak8011 3 года назад +1

    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

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Hello, kindly share a detailed feedback on support@samco.in. Our team will make sure that all your queries are addressed accurately.

  • @chasingmilestones
    @chasingmilestones 2 года назад

    where is the code?

  • @abcxyz7352
    @abcxyz7352 3 года назад

    Kindly share the coding for trading view pine editor as u mentioned it will be availbale in comment section

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Code is mentioned in the pinned comment below description.

    • @abcxyz7352
      @abcxyz7352 3 года назад +1

      @@SAMCOSecuritiesIndia there is only pine editor manual link...and also mentioned there that scrit code is in comment section below

    • @Vidyasagarbb
      @Vidyasagarbb 2 года назад

      ​@@SAMCOSecuritiesIndia Wrong information. Pine script is NOT available in the pinned comment. whats wrong with you that you keep repeating the same incorrect information.

  • @rajeevmcom
    @rajeevmcom 2 года назад +1

    Good strategy. If you share coding, it is more valuable to viewers.

  • @sandeshmahaddalkar6168
    @sandeshmahaddalkar6168 Год назад

    Nice sir

  • @AM-oe7ix
    @AM-oe7ix 3 года назад +1

    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.

  • @kaminimeghani8404
    @kaminimeghani8404 3 года назад

    How to get pine script?

  • @VivekSingh-wh4dl
    @VivekSingh-wh4dl 3 года назад

    Please share the code please . Cant see any pinned comment

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      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)

  • @ghanshyamsingh-yi8sq
    @ghanshyamsingh-yi8sq 3 года назад

    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.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      We'll check how this could be made possible for you.

    • @jayantaghosh524
      @jayantaghosh524 3 года назад

      @@SAMCOSecuritiesIndia Please provide the script. It would be a great help.

  • @prakash.authar8324
    @prakash.authar8324 3 года назад

    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

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Your feedback has been noted & forwarded to the concerned department, thank you!

  • @gauravraheja8211
    @gauravraheja8211 3 года назад

    Dear Samco Team,
    Please rewrite strategy keywords again in comment box as this is now missing

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Code is mentioned in the pinned comment below description.

    • @Vidyasagarbb
      @Vidyasagarbb 2 года назад +2

      @@SAMCOSecuritiesIndia No. This the script is NOT there. its missing. please post it.

    • @sudhanshusharma4127
      @sudhanshusharma4127 2 года назад +1

      Script is missing pl upload sir

  • @pragadheeshkannan5600
    @pragadheeshkannan5600 11 месяцев назад

    any one got a code after 2 years?

  • @LLHAcu
    @LLHAcu Год назад

    Apurva ,sir pls ,jo apke bolne pr likh kr aata hai pls ise remove kr dijiye pls

  • @zerotoherotrader44
    @zerotoherotrader44 3 года назад

    sir please send above code in my comment.

  • @babyshamili105
    @babyshamili105 3 года назад

    Kindly do videos in English..

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      Your requirement has been noted & forwarded to the concerned department.

  • @srinivasannatarajan8900
    @srinivasannatarajan8900 3 года назад

    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.

    • @SAMCOSecuritiesIndia
      @SAMCOSecuritiesIndia  3 года назад

      You're feedback has been forwarded to the concerned team, thank you!

  • @sridhars9127
    @sridhars9127 3 года назад

    Sir you should talk in english

  • @bhatParvaiz2391
    @bhatParvaiz2391 11 месяцев назад

    Bakwass

  • @abhinashsingh90
    @abhinashsingh90 Год назад

    wahiyaat.....