=========== Fixed Percent Stop Loss & Take Profit % =========== A neat example of how to set up Fixed Stops and Take Profit as a percent of the entry price. Yup, that's about it! You can ignore the actual entry/exit orders - they're based on a simple MA cross and are therefore NOT relevant, NOT really profitable and NOT recommended! You should be using...
// Fixed error message "Index should not be negative(-8)" // // @author lonestar108 // study(title = "3/9/27/9 Zero Lag EMA / EMA / Pivots / Dynamic Support", shorttitle="3/9/27/9 ZLEMA/EMA/Pivots/Support", overlay=true) src=close lengths=input(3, title="Short Period Length") length=input(9, title="Fast Period Length") length2=input(27, title="Slow Period...
This script shows several EMAs and MAs, fully editable The moving averages dont change when changing candlelength Unedited it gives: - 4 EMA (weekly, monthly, quarterly, anual) - 3 MA (7day, 14day, 28day) based on daily close In the script are two additional EMAs and MAs mutet, easy to activate with pine editor