| Name: |
LowDown |
| Description: |
Marks a bar if the Low of each bar is lower than the low of its previous bar for 5 preceding bars.
|
| Syntax: |
((((Low\5\ < Low\4\) and (Low\4\ < Low\3\)) and (Low\3\ < Low\2\)) and (Low\2\ < Low\1\)) and (Low\1\ < Low);
|
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.
|