Skip to main content

Posts

Budget Strategy for 2021

 Budget Strategy for 2021 India The Budget Strategy for 2021 as the budget is been announced on 1st of February 2021 in India there is High possibility of the volatile market so to gain the profit on this Day you can use Butterfly Strategy or Hedge Strategy. Mostly as per previous Data, the market is very volatile so there is a high possibility of high losses when you only Buy or Sell. To overcome this problem you can use Butterfly strategy or Hedge Strategy. In this Strategy, you will Buy and Sell both the option as it is Monday the Teta value will not reduce very much and the time value will also reduce 1x compare to Friday.  To make a Profit on Monday you can use NIFTY 50 or Bank Nifty option ATM (At The Money) premium. As Nifty 50 is on 13634 and Bank Nifty on 30565 . You can Buy Nifty 50 Feb 13700 CE and 13700 PE at the same time on Friday 3.20 PM or Monday at 9.20 AM and For Bank Nifty you can Buy and Sell 30700/30600 CE and 30600/30500 PE the difference should be least only 15-3

GameStop Stock the real Game Changer

GameStop Stock the real Game Changer By the retailer. GameStop Corp. is an American video game, consumer electronics, and gaming merchandise retailer. The company is headquartered in Grapevine, Texas, United States, and is the world's largest video game retailer. The company was first founded in Dallas, Texas in 1984 as Babbage's, and took on its current name in 1999. It came into Headlines when the company was almost going to shut down and the Stock price goes Sky Rocket. As in the Chart, it was clearly showing consolidation for a long time. But GameStop’s story has become the centrepiece of global financial markets after a bunch of retail traders part of a Reddit group called WallStreetBets discovered that if they buy and hold a stock with heavy short positions, the short-sellers will be forced to run from pillar to post to cover positions. The result will be a tremendous in size short squeeze, the likes of which even Wall Street has not seen. Due to this the shares of the

How to add ads.txt in Blogger

How to add ads.txt in Blogger when you get Earnings at risk – You need to fix some ads.txt file issues to avoid severe impact on your revenue. When you are Qualified for Adsense and you get a notification that Earnings at risk – You need to fix some ads.txt file issues to avoid severe impact to your revenue. To solve this problem Just Click On Fix Now or it will take you to the Site page. As you can See in the above image there is Download TAB just Click on that the ads.txt file will be downloaded automatically or  Click On Account  → Account Information you will get Publisher ID. Now Just Copy paste your Publisher ID in this format. google.com, pub-your ID, DIRECT, f08c47fec0942fa0 Now go to the Blogger settings page → Monetisation → Custom ads.txt Copy-paste  google.com, pub-your ID, DIRECT, f08c47fec0942fa0 over there and save it. To check whether you have added ads.txt successfully you can write your  https://yourdomainname.com/ads.txt it will reflect the same text in it if it fa

How to create Sub Domain with any Domain provider

  How to create Sub Domain with any Domain provider Like Go Daddy, Hostinger, BlueHost and Google Domain. In this blog, I will tell you how to create a subdomain if you buy a domain from Hostinger, GoDaddy or google domain in very easy steps. You should have Paid Domain name register it doesn't matter whether it is .com .net .in .tech you should have at least one Domain register. Which is paid one so that you will get that provider, DNS Zone. If you are using Hostinger, Go Daddy or Google Domain then Go to log in Page as for demonstration I will use Hostinger Website. Login to Hostinger or Google Domain or GoDaddy or BlueHost. After Login Click on Manage. Afterwards, click on DNS Zone. Now go to Blogger or your Hostinger and add CNAME and Points to Which would be shown in Blogger. If CNAME which you got in Blogger is Saved at Hostinger CNAME and Host Point is same it will save without any error and within few Minutes or Hour, your Subdomain is activated. Hope, you will find it easy

iPhone 12 , Iphone 12 Mini, Iphone 12 Pro and Iphone 12 Max Specfication

iPhone 12, iPhone 12 Mini, iPhone 12 Pro and iPhone 12 Max Specification and Prices. Apple has introduced its new model in October. The company has confirmed that the whole range of iPhone products in 2020 is 5G-ready, allowing you to enjoy super-fast download and browsing speeds on your phone. All four handsets feature a new design, including new colours, and there are a variety of changes to the camera on the rear, the power inside each phone and other features.  The apple Four Models iPhone 12 Mini iPhone 12 iPhone 12 Pro iPhone 12 Pro Max With all that choice, you might be wondering exactly how the four phones different. Below you'll find a comparison of the specs, design, and features of all four models, so you can see what they have in common and what they don't. We've also included pricing for all four iPhone 12 models, so you can see at a glance how much you'll have to shell out for each. iPhone 12: all you need to know iPhone 12 mini: all the facts on the small

How to Index your Blog or website in google

 How to Index your Blog or website in a google search engine in just a few Minutes To index your blog of the blogger or your website in the google search engine you can follow the following steps which Index your blog or website in a few minutes. To the intermediate who has recently started blogging in blogger or making his first website through WordPress or directly hosting it. Steps For Blogger to Index post in Google   Search Engine Whether you have blogger domain or custom paid domain you can follow the same steps. It doesn't matter whether you have www.domain.blogspot.com or www.domain.com the process is the same. Step 1: Search Google webmaster and Sign in there and add a property in there add your domain name of the blogger or custom domain name in add property. Step 2: If your domain is not index then Click  URL inspection  and write down your domain. For example: https://domain.blogspot.com or https://www.domain.com  and click on Enter or  https://domain.blogspot.com/newpo

CEH V11 vs CEH V10 Difference

 CEH V11 vs CEH V10 Latest Certification By EC-Council CEH V11 is recently introduced by EC-Council as the Latest Basic Certificate for Cyber Security As Certified Ethical Hacker V11. But many of you want to the Key difference between CEH V11 vs CEH V10. What are the changes are brought for the CEH V11?  Let's find out. CEH V11 has introduced with Adhering to their approach of thinking like a hacker, EC-Council is all set to launch the latest version of CEH: CEH v11, adding in the curriculum the latest advancements in the field of cybersecurity. Domains have been kept intact, but new segments have been introduced with the addition and removal of a few topics. The latest version will see the addition of OT Technology, Serverless Computing, WPA3 Encryption, APT, File less Malware, Web API, and Web Shell on the list. On the practical aspects, the OS used for labs includes Windows 10, Windows Server2016, Parrot Security, Windows Server2019, Android, and Ubuntu Linux. CEH V 11 will teac

Odoo ORM (Object-relational Mapping)

ORM (Object-relational Mapping) in Odoo Object relation mapping is a technique that lets you query and manipulates data from a database using an object-oriented paradigm. When talking about ORM, most people are referring to a library that implements the Object-Relational Mapping technique, hence the phrase "an ORM". In simple terms, it is also defined as in Odoo a concept or technique which acts as a bridge between your programming language and your database. The Object Relational Mapping helps to execute SQL queries without writing them explicitly. Once the ORM is configured in an application, the user can use the OOP concepts like classes and objects to interact with the database.  As the database in Odoo is in Postgresql so instead of writing query each time you can define one time. For example, here is a completely imaginary case with a pseudo-language: You have a student class, you want to retrieve all the student of which the branch is "Computer". Manually, yo

Odoo ORM Object relation mapping

ORM (Object-relational Mapping) in Odoo Object relation mapping is a technique that lets you query and manipulates data from a database using an object-oriented paradigm. When talking about ORM, most people are referring to a library that implements the Object-Relational Mapping technique, hence the phrase "an ORM". In simple terms, it is also defined as in Odoo a concept or technique which acts as a bridge between your programming language and your database. The Object Relational Mapping helps to execute SQL queries without writing them explicitly. Once the ORM is configured in an application, the user can use the OOP concepts like classes and objects to interact with the database.  As the database in Odoo is in Postgresql so instead of writing query each time you can define one time. For example, here is a completely imaginary case with a pseudo-language: You have a student class, you want to retrieve all the student of which the branch is "Computer". Manually, yo