go long when a signal bar is made – is use it with my guppy original indicator together.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
c1 = ExponentialAverage[3](close) c2 = ExponentialAverage[5](close) c3 = ExponentialAverage[8](close) c4 = (c1-c2)*100/c2 c5 = (c2-c3)*100/c3 c7 = (c1-c3)*100/c3 c6 = (c4+c5+ c7)/3 Color = 0 IF (c6 > c6[1]) then Color = 1 ELSIF (c6 < c6[1]) THEN Color = -1 ENDIF if c6 > c6[1] and c6[1] < c6[2] and c6[1] < 0 then result = 0.5 else result = 0 endif RETURN c6 Coloured By Color,0, result |
Share this
No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.
ProRealTime ITF files and other attachments :
Filename : download the ITF files
How to import ITF files into ProRealTime platform?
PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials
Any possibility to have this for multicharts. Sorry I am not a programer 🙁
Hi, we do not offer free assistance for other trading platform than ProRealTime. There is no MultiCharts scripts at all here
You can ask for private paid services through the programming services: https://www.prorealcode.com/trading-programming-services/