python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Pine Script - Entry Based on Price reached Certain Level or %
I am developing a strategy which is based on two condition.
First it look candle crossover the 200 EMA and once the crossover/crossunder happened. it will take the entry after the price reached 0.7% U...

Mahmud Ayaz
Votes: 0
Answers: 1
Incorporating open-source indicator into your strategy that pine doesn't have a built-in function for
I'm trying to create a pine strategy making use of the Chandelier Exit indicator. CE indicator plots a "Buy" and "Sell" notice on the chart at optimal conditions. How can I get my ...
JaCrispy
Votes: 0
Answers: 1
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
Stop loss in Pine?
I would like to set a stop loss on each of my entries. The stop loss would triger if the price goes down by 2% from the entry price
//@version=5
strategy(title="Test ", calc_on_every_tick=fa...
RandomFellow
Votes: 0
Answers: 1