kevinmclark,
I am not sure what you intend or mean by your post. All of the examples I provided (or any efs for that matter) will work in either the price pane or non-price pane and show quite clearly how to color vertical bars. To demonstrate this, simply revise any example by placing this line in the preMain() section.
setPriceStudy(false);
You should remove and reload the efs when you do this to ensure consistent behavior.
Further, the setStudy command set is intended to be used in the non-price (study) exclusively and allows you to set the scaling to any range you choose to use.
I am not sure what you intend or mean by your post. All of the examples I provided (or any efs for that matter) will work in either the price pane or non-price pane and show quite clearly how to color vertical bars. To demonstrate this, simply revise any example by placing this line in the preMain() section.
setPriceStudy(false);
You should remove and reload the efs when you do this to ensure consistent behavior.
Further, the setStudy command set is intended to be used in the non-price (study) exclusively and allows you to set the scaling to any range you choose to use.
Originally posted by kevinmclark
Steve,
The following request was in reference to the non price study bars (Volume Churn readings); therefore, if you have any relevant examples it would be appreciated. Thanks!!!
Could someone please assist/point me in the right direction with the following:
Originally posted by kevinmclark
-Make certain vertical bars colored red when the Volume Churn reading is higher than a user defined number of last bars (default 20)
-Make some vertical bars colored black when the Volume Churn reading is lower than a user defined number of last bars (default 20);
-Lastly, there is a display problem (auto scaling) when the range is zero, typically on lower intervals and some symbols.
Thanks!!
Steve,
The following request was in reference to the non price study bars (Volume Churn readings); therefore, if you have any relevant examples it would be appreciated. Thanks!!!
Could someone please assist/point me in the right direction with the following:
Originally posted by kevinmclark
-Make certain vertical bars colored red when the Volume Churn reading is higher than a user defined number of last bars (default 20)
-Make some vertical bars colored black when the Volume Churn reading is lower than a user defined number of last bars (default 20);
-Lastly, there is a display problem (auto scaling) when the range is zero, typically on lower intervals and some symbols.
Thanks!!
Comment