Search found 1 match

Go to advanced search

by cjsgarbi
Mon Feb 12, 2024 7:42 pm
Forum: Share Your Scripts
Topic: Pls help on this script conversion
Replies: 2
Views: 3815
 
Jump to post

Re: Pls help on this script conversion

// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © investimentos254 //@version=5 indicator('RSI', overlay=true) rsic(c) => //rsi custom r = ta.rsi(close[c], 9) r rsi_low(l) => //rsi minima v = rsic(1) < l and rsic(0) > rsic(1) and...

Go to advanced search