Search found 2 matches

Go to advanced search

by dandy
Sun Dec 06, 2020 1:59 am
Forum: Pine Script Q&A
Topic: Struggling with 'undeclared identifier issue'
Replies: 3
Views: 8799
 
Jump to post

Struggling with 'undeclared identifier issue'

So this script does so far what it should - it plots higher highs as blue bars on the chart: //@version=4 study("Strat3", overlay=true) // get user input rsiLength = input(title="RSI Length", type=input.integer, defval=14) rsiOB = input(title="RSI OB", type=input.float, defval=70.0) rsiOS = input(ti...
by dandy
Wed Sep 30, 2020 5:11 pm
Forum: Request Scripts
Topic: How to add limit buy/sell in strategy
Replies: 1
Views: 1536
 
Jump to post

How to add limit buy/sell in strategy

Hi there! Happy to be a new member of the forum. I've followed the course and I am quite new to this. I understand how an entry signal works when the signal to enter is buying/selling when one indicator crosses the other for example.. But what if I want to trail a limit order that is triggered when ...

Go to advanced search