| Name: |
HighUp |
| Description: |
Marks the bar if the High of each bar is higher than the High of its previous bar for 5 preceding bars.
|
| Syntax: |
((((High >High\1\) and (High\1\ >High\2\)) and (High\2\ >High\3\)) and (High\3\ >High\4\)) and (High\4\ >High\5\);
|
Download to import into Tradecision. 
How to use this custom study in Tradecision:
- Click Download.
- Save this study in a safe location on your hard drive.
- Open Tradecision and in the Tools menu click the Study Builder.
- In the Study Builder dialog, click Import, locate the saved file and then click OK.
Now you can insert the study directly into a price chart or modify it like any other study.
|