python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
The script calls alert after 2 candles after the condition to buy triggered. How do I fix the delay?
The VuManChu Cipher B + Divergences indicator script shows the buySignalDiv condition on the chart as a big green dot, but the alert is triggered only after 2 bars confirmation.
here is example of ale...
SomeUser
Votes: 0
Answers: 1
Passing array to a procedure, accessing elements using Base+Offset
I am trying to iterate through a 10 element SDWORD array in a procedure. I believe the array has all the expected values, because when I display them in main, it is how it should be.
When I pass the a...
BAS
Votes: 0
Answers: 1
Offset function in excel to skip 0s and sum a dynamic range of rows
I am trying to use offset function in excel to dynamically calculate sales since launch of products (3 months after, 6 months after etc.). For eg. for item 1 first 3 months of sale is 2557+10000+14487...
romi
Votes: 0
Answers: 1
Change the offset of a fade in when in-view javascript
I have a fade in function in js for a website, to be activated when the element is in the vertical viewport. Thing is, the element has to be completely in the viewport for the function to activate, an...
Valentin Mars
Votes: 0
Answers: 2