3 questions from the last 30 days
0 votes
0 answers
51 views
How to plot with offset in multi-timeframe script?
I am developing pinescript indicator with multi timeframe support indicator("My indicator", timeframe = "") I want to plot somevalue with offset plot(somevalue, offset = 5) This ...
-1 votes
0 answers
25 views
Code help to read ta.lowest and ta.highest figures for dol
enter image description here I have a script which reads lowest lows and highest high. What I want help with is to do a draw on liquidity alert where a candle low is below previous ta.lowest low and ...
0 votes
1 answer
60 views
Broker emulator triggers stop loss order even though price action should not trigger it
Entry price is at the blue rectangle, and exit ( stop loss ) price is at the purple rectangle. This image exactly denotes what the broker emulator executed. According to the documentation https://www....