Hello Reader, This is Observer from Vietnam. PURPOSE I'd like to share my script for Round Math, it's for only education purpose. I make the formula math_row(x, y) to round the value as we design and shorten the number appearance (value). It's more flexible than str.tostring(close,format.volume) or others. HOW TO USE Formula math_row(x,y) - x is the value...
This is good real-time / scalp indicator for those scalping Bitcoin. It is based solely on Binance's BTCUSDT Perpetuals, but can be used on any BTCUSD pair as I am requesting info directly from Binance's chart. IDEA I have spotted that many times, round nrs (most likely caused by algo-trading) mark a top / bottom on a trend. Many times have catched extremes...
Quarter Theory Levels is a script that will create level lines based on major round numbers and spilt those levels into half and quarter ranges. This tool is intended to help traders see major levels that price will likely react to in the future. The Script is inspired by Quarters Theory.
Quick Script to mark out round number levels. These levels often become reversal points or where the next price range will develop. This script is intended to be a tool to aid along with additional trading strategies.
This script is based on "Round Numbers Above and Below" by BitcoinJesus-Not-Roger-Ver, but unlike this script that only shows "Round Numbers" levels, my script also shows "Quarter Number" levels like 25 and 75 that are very important for those who follow the quarters theory. Also the original script doesn't have different colors for different levels while my...
This indicator is designed to show psychological levels/round levels. The difference between this version and the others is that : It will automatically show round levels for each symbol you select without having to enter "tick value" manually. Settings Gap : If the value is equal to zero, the round levels will be found automatically, but if you change...
Highlights the candles having round numbers or having decimals 0.1 as opening or closing
This got removed so I'm publishing it again. What it is: - This script draws in levels refereed to as bank levels. They are basically psychological/even numbers(40000, 45000, 150, 1850..) Why doesn't it work on some charts? - Each pair has a different tick value. You will have to edit the code to make it work on certain pairs. It's pretty simple, take a look.
This indicator will do a logarithmic base round in any of traditional Trading View Sources to get the Support and Resistance values, then will draw lines in the most repeated prices levels. Higher values in "Precision Digit" input will make it more precise.
I have not found this function anywhere on Tradingview but it can be very useful in setting orders in a strategy and non-integer boundaries for certain indicator designs. Its a bit underwhelming, but in other languages you can call a mod() function and the output will be the remainder of the integer. If you want to set an order at a specific tick value,...
This script is a mixture of my two previous scripts "True Strong Classical Support/Resistance Levels" and "Hidden Supports & Resistances + Round Levels". This combination brings on better identification of the most efficient support/resistance levels. Note that "Hidden SnR Levels" part of the code is only expected to work on Forex charts, but apart from that, the...
Round function in PineScript is very simple and allows you to round numbers only to the closest integer number. This is a bit irritating because I very often have to round numbers to some decimal places and not integer. So I created 2 functions I use all the time and now sharing them with you. roundn - rounds the values in its first argument to the...
If you search the internet, you won't find much about these types of resistance and support levels. Hidden levels are SnR levels calculated based on some psychological patterns and sometimes it's unbelievable that the chart responds to these levels. So use the indicator and check the idea.
//Strategy based on the idea that stop loss and take profit are often placed at full price levels or round numbers, whcih acts as resistance and supports levels //Buy Rules: //Actual price (close) is above round number. //Round number level was not touched in previous ten bars (arbitrary value). //Place a buy and follow the order with a trail step because price...
Displays round levels. Allow to create alert when price is crossing a round level.