Skip to main content

Questions tagged [indicator]

Measureable information used to determine if a program is implementing their

indicator
0 votes
0 answers
26 views

How to Plot Supply Zones Based on Daily Timeframe Data When Viewing Lower Timeframes in Pine Script (TradingView)?

I am trying to create a TradingView indicator using Pine Script that calculates supply zones based on daily timeframe data. However, I want these supply zones to remain plotted and accurately ...
Tony maxx's user avatar
0 votes
1 answer
39 views

pine script - modifying right side of rectangle doesn't work

this pine script code suppose to draw a rectangle everyday at 00:00 and at 01:00 change the right side position of rectangle to the bar index at 1:00 . but modifying the right side only work ...
Mohsen Farghadani's user avatar
0 votes
0 answers
12 views

Coding an RSI-like indicator

I am creating an MT4 indicator that will look a little like the RSI indicator. I have the basic functionality working. In very simple terms my indicator is plotting the difference between 2 Moving ...
StuartM's user avatar
  • 85
0 votes
0 answers
83 views

Combining LuxAlgo - Nadaraya-Watson "Smoothers" and "Envelope" Indicators

I am new to trading actions. I am free user of Trading View. There is indicator limit to use for free users. So I want to try combining LuxAlgo - Nadaraya-Watson "Smoothers" and "...
Seyyah-ı Kainat's user avatar
0 votes
0 answers
30 views

Pinescript lines - Problem with scale / chart reset

Sorry for my english, i just started to lern pine script I make an Indicator wir support and resistance lines with some help von AI. It works good, but i have a Problem if i want to "Reset chart ...
Karol's user avatar
  • 1
0 votes
0 answers
18 views

Understanding Inconsistent Results in Pine Script

This Pine code give us strange results for example it gives us t = 0 , Result = 6552 , close = 6593, so why ( t = close - Results ) give us 0 which is correct, but There is so difference between ...
BALJIT SINGH CHAHAL 's user avatar
0 votes
0 answers
28 views

I can not install a new custom indicator to Tradingview because the paste function does not appearin the drop down menu fix this problem?

How do I fix the following problem? I am adding a new custom indicator to Tradingview by going to Pine editor, add new indicator, open but there is no paste option in the drop down menu to paste the ...
Ro Ola's user avatar
  • 1
0 votes
0 answers
60 views

Simple Moving Average Indicator showing angle in degrees

Could you please advise how to write a code to make a 20 period Simple Moving average with showing angle value in degrees between the close price of last 5 (or N) candles close price? i.e. considering ...
INZU PK's user avatar
0 votes
1 answer
44 views

How can I check if a session is in a specific date? [TradingView Indicator]

I'm writing a pine script for TradingView (Indicator), and I have a specific session. I want that the session will be drawn on the chart only on the previous day. for example today is 03/05/24, I want ...
Yenon's user avatar
  • 1
0 votes
0 answers
25 views

How to combine two indicators in Traidingview (Pine Editor)

Traidingview has an indicator called "Nadaraya-Watson Envelope [LuxAlgo]". I want to run this indicator two at a time. This is the normal way of working I want it to look like this Indicator ...
user24439813's user avatar
0 votes
0 answers
30 views

Renko Indicator - 1% block size defined brick size, and 1s timeframe

I am scripting this Renko indicator. It uses basically WaveTrend by Lazybear as a start: when wt1 crosses wt2, beyond the -60/60 threshold, and with a correct green/red candle accordingly, it will: ...
Marcel Nachtigall's user avatar
0 votes
0 answers
23 views

Create Alert when color changing - Indicator TradingView

I'd like to create an alert when the line of the Accummulation/Distribution indicator changes from Green to Red and Red to Green. This is the code : study("Accumulation/Distribution - with ...
Robin Delforge's user avatar
0 votes
0 answers
20 views

EMA crossovers with plotting vertical lines

Any idea how to change the style=shape.triangledown to plot vertical line only on chart? I've change to vline, it does not work. //@version=5 indicator("EMA Crossover", overlay=true) // ...
Wae Hun's user avatar
0 votes
1 answer
31 views

Alert when change of color indicator

Hello everyone I'm looking to create an alert every time this tradingview indicator changes his colors ! This is the script, could you help me please ? //@version=3 study("OBOS") hline(100) ...
Robin Delforge's user avatar
0 votes
2 answers
87 views

How to create MQL5 Keltner Channel programmatically

I'm trying to create/use Keltner Channel indicator in my MQL5 Expert Advisor but for some reason it is not working. I know that at the moment MQL5 doesn't have a built-in indicator, so I am trying to ...
Geraldo Isaaks's user avatar

15 30 50 per page
1
2 3 4 5
45