DislikedThanks mkvy alot. Just love what simple this strategy give. I just want to contribute the pin script for this one if some one need. //@version=4 study (title = "EMA 13/63", shorttitle = "EMA13-63", overlay = true) // --------- Inputs src = input(defval = close, title = "Source") maFast1 = input(defval = 13, title = "EMA Fast 1") maFast2 = input(defval = 63, title = "EMA Fast 2") freePips = input(defval = 3,type=input.integer, title = "Free Pips") point = syminfo.mintick pip = point * 10 f_maFast1 = ema(src, maFast1) f_maFast2 = ema(src, maFast2)...Ignored
- #121
- Edited 4:27pm Jun 26, 2020 4:08pm | Edited 4:27pm
- Joined Apr 2011 | Status: Trader | 2,433 Posts
- #134
- Jul 1, 2020 3:11pm Jul 1, 2020 3:11pm
- Joined Sep 2008 | Status: Verry good | 1,267 Posts
Just an opinion. Based on research 
- #139
- Jul 4, 2020 5:45am Jul 4, 2020 5:45am
- Joined Sep 2008 | Status: Verry good | 1,267 Posts
Just an opinion. Based on research 
- #140
- Jul 4, 2020 5:58am Jul 4, 2020 5:58am
- Joined Sep 2008 | Status: Verry good | 1,267 Posts
Just an opinion. Based on research 