| Name: |
PivotHigh |
| Description: |
Marks bar whose High is
higher than the High of the three previous bars, and higher
also than the High of the subsequent three bars.
|
| Syntax: |
(((((High(0) > High(1)) AND (High(1) > High(2)))
AND (High(2) > High(3))) AND (High(0) > Lead(High(0), 1))) AND
(High(0) > Lead(High(0), 2))) AND (High(0) > Lead(High(0), 3)) |
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.
|