Skip to content

Commit

Permalink
Update ppo_alma_kama.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
yield65 authored Feb 5, 2018
1 parent 17a9e97 commit 3c9faa1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion ppo_alma_kama.txt
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?")
Expand Down

0 comments on commit 3c9faa1

Please sign in to comment.