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