-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,14 @@ | ||
//@version=2 | ||
//The files in this repository are created by me and provided under the MIT License | ||
//located at https://github.com/yield65/tradingview/blob/master/LICENSE | ||
//If you find them useful please consider making a donation, thank you. | ||
//Bitcoin: 3F636VrPCdnbfrdP5kS4C6fHWVBffXNKCu | ||
//Litecoin: M9MBLWAC4puDxuqs4KfgSa216q1chLuaps | ||
//contact: [email protected] | ||
|
||
study(title="PPO ALMA/KAMA [Yield]", shorttitle="PPO ALMA/KAMA [Yield]", precision=1) | ||
shortlen = input(8, minval=1, title="Short length") | ||
longlen = input(34, minval=1, title="Long length") | ||
longlen = input(30, minval=1, title="Long length") | ||
signallen= input(34, minval=1, title="Signal length") | ||
showhist = input(false, type=bool, title="Show Histogram?") | ||
showxo = input(false, type=bool, title="Show crossings?") | ||
|