Search found 1 match

by RexCarro
18 Jul 2018
Forum: MultiCharts
Topic: Need Help with Signal
Replies: 3
Views: 931

Need Help with Signal

Trying to make simple long PPO signal into a shot signal. I have no experience with programming. Hoping to get help. Thank you. // v1 inputs: Price(Close), ShortLen(9), LongLen(45); variables: PPO(0), Trigger(0); PPO = (XAverage( Price, ShortLen ) - XAverage( Price, LongLen ))/XAverage( Price, Short...

Go to advanced search