| Name: |
IsLandReversalDown |
| Description: |
Plots for Island Reversal Down.
|
| Syntax: |
IF
Low > High\1\
AND Close < High - (Range * 0.70)
Then
return true;
return false;
|
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.
|