dragonzurfer·Dec 7, 2023Flipzone algorithmFlip zones(https://tradingfno.com) are a concept in technical analysis used in trading, particularly in stock, forex, and futures markets…
dragonzurfer·Dec 14, 2022Understanding Derivatives: Future and Option Contracts on NSEWhat are derivatives?
dragonzurfer·Sep 25, 2021Million Dollar Trend Trading StrategyImprovised strategy on the method Nicolas Darvas used. Author of “How I Made $2,000,000 in the Stock Market”
dragonzurfer·Apr 25, 2021How I went from Engineer to Writing OptionsIt’s been a long time since I last wrote a story on my medium page. This post tells you my story of how I started writing options on the…A response icon2A response icon2
dragonzurfer·Oct 5, 2020BargainGiven a number A. Remove some k length consecutive digits (substring) d(i),d(i+1),d(i+2)…..d(i+k) concatinate the rest of the digits…
dragonzurfer·Sep 27, 2020Sage’s BirthdayGiven an array A let’s define minima as all an element that is smaller than both its neighbours a[i] < a[i+1] and a[i] < a[i-1].
dragonzurfer·Sep 24, 2020Pokémon ArmyGiven an array find the subsequence that gives maximum alternate sum.
dragonzurfer·Sep 24, 2020Next Permuatation: LeetcodeGiven a vector of numbers. Find the next permutation.