Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged Pine

0 votes
1.4k views
1 answer
    I'm a very novice pine-script programmer, but trying to do this: If ADX(10,10) changes direction then SellLong SellLong = ... /how-to-make-a-function-if-adx-is-moving-up-or-down...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm trying to plot BTC over the M1 money supply, but without a coefficient, it is hard to compare the result ... -todays-not-current-price-of-the-unrelated-security-in-the-pinescri...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have created a plots based on higher timeframe to be viewed on lower timeframe. however, no plots ... -not-plotting-higher-resolution-calculations-on-lower-timeframe-charts...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Thank you all for your help so far. I have been coding many different strategies in pinescript so far, and ... 65839439/how-exactly-does-trail-price-trail-offset-work-in-pinescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Question 1: I need SPDR Gold Trust GLD Holdings data(Tonnes). Reference: https://www.spdrgoldshares.com/usa ... -spdr-gld-etfs-holdings-tonnes-on-tradingview-from-quandls-datasourc...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I'm trying to create a strategy that includes 2 basic factors: Creating a label that marks the second green ... .com/questions/65843133/how-do-separate-panes-work-in-pinescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    EDIT: For anyone interested, I ended up writing my own version of a Renko that keeps track manually rather ... .com/questions/65847030/renko-function-updating-when-it-shouldnt-be...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
876 views
1 answer
    Afternoon all, I am not sure if what I have in my head is possible. Is it possible to capture Price Action over a set ... pa-for-a-set-time-then-use-this-as-a-baseline-for-analysis...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am using the following code to calculate Daily High and LowdayHigh = security(syminfo.tickerid, 'D', high, ... 65853437/not-getting-proper-daily-high-and-low-on-historical-bars...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
942 views
1 answer
    I am buying up to 2 orders at the same time. Both of them have their own Entry ID. For each Entry I save ... /strategy-exit-sells-the-wrong-entry-even-with-my-specific-entry-id...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I would like to apply the below to several securities. The end product would display 3 lines showing ... com/questions/65858641/how-to-apply-formula-to-several-securities...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I'm trying to create alerts with variables. I've seen this thread and this article, but I believe because ... add-variables-to-an-alertcondition-when-your-condition-is-a-security...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
879 views
1 answer
    In Pine Script, I want to write a code that first, detects low price of the look back period 200 candles, then adds a plus ... -to-add-a-plus-sign-to-my-chart-how-can-i-do-that...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have two different conditions that colors bars accordingly. If these two conditions aren't met, bar colors ... -bar-colors-same-until-another-condition-occurs-in-pinescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am new in pine script and I would like to calculate EPS q/q (for example, Q42020/Q42019) of one ... stackoverflow.com/questions/65862061/how-to-calculate-eps-q-q-in-pinescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
941 views
1 answer
    I'm trying to fix mistakes in this source code, I'm still pretty new, but I think there all easy fixes ... ://stackoverflow.com/questions/65862856/why-am-i-getting-mismatched-input...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
888 views
1 answer
    I'm trying to create alerts based on conditions that derive from security functions. Below, the relevant piece ... -fails-when-the-condition-comes-from-a-security-function...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    This is a snippet of the script. The strategy is meant for the daily chart and each bar is for the day. The script will ... -end-of-day-and-close-order-at-open-of-the-next-day-on...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am trying to make a trailingstop multiple of the ATR, since a buy or sell signal has occured. Naturally I try the ... the-study-error-invalid-value-of-the-length-argument-0-in-th...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    UPDATE: Adding complete script. Objective: Create a line (similar to hline) on close price of the most recent ... on-the-closed-price-of-the-first-bar-that-meets-condition...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I illustrate what I want: We are on 30 min time frame and alert condition is RSI < 50. Normally if RSI ... save-amount-of-variable-function-like-time-in-a-specific-constant-varia...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to draw a hline that crosses the most candlestick, how do I find the price of this hline? question from ... /65874094/how-to-draw-a-hline-that-crosses-the-most-candlestick...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm trying to make an indicator that identifies the High/Low range of every Sunday/Monday and plots horizontal lines ... -plotting-sunday-monday-high-low-for-duration-of-whole-week...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    i am very new to pinescript. I have a very simple question. I am watching 1min charts. The volume of 1mins charts ... learn-volume-changes-sec-by-sec-in-a-1min-candle-at-pinescript...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    The docs state: Pine Scipt functions do not support recursion. It is not allowed for a function to ... .com/questions/65888462/tradingviews-pinescript-why-isnt-recursion-allowed...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
859 views
1 answer
    I keep getting the error no viable alternative character at line 147 where // functions start. Not quite sure ... (heikinashi(syminfo.tickerid), _tf, close, barmerge.gaps_off,...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I apologize if this question comes off as redundant. I'm trying to create a strategy or study that ... -track-indicator-movements-and-mutiple-conditions-for-strategies-or-study...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am trying create three functions inside a main function but am getting syntax error in input in ... /stackoverflow.com/questions/65898345/pinescript-function-inside-a-function...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...