| Name: |
BigVolumeStudy |
| Description: |
Marks bars whose volume
is greater than the average volume of the past 40 bars multiplied
by 2. Please note the formula calculates average for the past
40 bars. If you desire to use different number of bars you
must change the instance of the number 40 to the desired number
of bars.
|
| Syntax: |
V >((CumSum(Volume, 40) / 40) * 2) |
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.
|