MQL4 Bolinger Band expanding o contracting - mql4

Hi guys how do I know from my bolinger bands when they are contracting and when they are expanding?
enter iBands(NULL,0,20,2,0,PRICE_CLOSE,MODE_UPPER,0) here

Related

Google Sheets radar chart not centering axis in zero

I'm building a Radar Chart using Google Sheets.
However it insists in not centering in zero and I can't tell what crazy scale it is using in the horizontal axis. Does anyone know if there is a way to center both axis in zero? I tried many different parameters in the chart edition box but couldn't find the right one.
Example sheet here
since you are using percentages you can "round it" like this:

does any one has VTI( vertical transverse isotropic) material properties input example?

I try to understand how to input material properties using engineering constants for VTI material ( vertical transverse isotropic) with direction 3 being vertical direction. Does anyone has inp example showing how to input these material properties? For example, I don't know how to input nu12, n13? Thanks
enter image description here
As for transversely isotropic materials you have to provide 5 different parameters (I don't know what the vertical means, I never read this before).
For the convention on the poissons number please see Abaqus online documentation - conventions.
For your example. You should usually have one "master" direction (englisch is not my first language). And you have a plane perpendicular to this which has rotational symmetry. If your 3-direction is this (maybe the direction in which fibers are oriented) then your E11 and E22 values should be identical. Furthermore two of your possion numbers in your case 31 and 32 (prependicular/parallel sometimes called). Also the same directions of shear modules have to be identical.
The last shear modulus can be obtain via
G = E/2(1+nu) where E must be prependicular E modulus (2,1) and the poisson number must be the prependicular one (21)
Your constants: E33, E22=E11, nu31=nu32, nu12, G31=G32 , calculate G21 from above equation
For clarification
from H. Schürmann - Konstruieren mit Faser-Kunststoff-Verbunden (construction with fiber reinforced materials)
NOTE: In this picture the 1 direction is the parallel direction where fibers are oriented, adjust it accordingly or follow what i wrote above.

How to insert a circle above a letter in MATLAB text

in LaTeX, it would be something like
\overset{\circ}{K}
which will result in the letter K with a circle above it in the center (not on the right as a superscript). However, my question is, how can I do the same in MATLAB text, e.g. in figures' titles or labels?
Is this close enough?
figure(); title('$\mathop K\limits^ \circ$','interpreter','latex');

How implement scrollable and zoomable Line Graph in Ios

Hi I am trying to implement line chart. Chart having following features:
=> it has scrollable features.
=> it should be zoomable.
chart should be zoomable like that
if x axis having value week1 week2 so on ... and if zoom the graph it become scrollable and value of x axis becomes 1,2,3,4,5,6 . values becomes 1,2,3.... on the tapped places.
=> and also i want to show x and y value of tapped point.
I trying to google a lot but unable to Find such library where I got exact Solution of my problem. I have invested more than two days.
Any buddy found right solution of my problem please guide me. Thanks
Have you looked at Core Plot? It can do what you want. It includes several example apps to get you started. If you have specific questions, ask them here on StackOverflow and use the core-plot tag.

how to highlight text as it is narrated in iphone

I'm new to Objective C and developing an app which requires I need to highlight the text when it is narrated i.e.
for example consider the below sentence
"A Blue Jackal is dancing in the forest".
when A is narrated it should turn to red and all other words should be black and when Blue is narrated it should be turned to red and all other words will be shown in black.
I have used UILabel for the sentence and my problem is how to find the values of sound position and highlight it accordingly.
Could any one please share code snippet or help me regarding this.
Thanks in advance.

Resources