In addition to the custom RS, the default RS includes Pivot Point, Fibonacci, integer Price, MA, Bollinger Bands.
- Pivot Point is a resistance and support system. It has been widely used at froex,stocks, futures, treasury bonds and indexes. It is an
effective support resistance analysis system. - Fibonacci also known as the Golden Section Sequence, it is a widely used for finding support and resistance.
- Bollinger Bands is a classic index used to measure the intensity and range of market volatility.
- MA is moving average line index, it is used widly on analysis RS.
- integer Price,like 1.1300,1.1400,1.1450…,these prices often become important for market.
In addition to the custom RS, the default RS includes Pivot Point, Fibonacci, integer Price, MA, Bollinger Bands.
[spoiler title=”Read More…”]
all these can auto load by arguments.
- 0.0, 0.236,0.382,0.5,0.618,0.786,1, 1.27,1.618
- set any price you need
- Support Levels
- P=(LastClose LastHigh LastLow)/3;
- S1=2*P-LastHigh;
- S2=P-(LastHigh-LastLow);
- S3=(2*P)-((2*LastHigh)-LastLow);
- Resistance Levels
- Middle=(LastHigh LastLow)/2
can auto load daily pivot point, or set any price you need ;
- is like 1.1350,1.1400,1.1450,1.1500…..
- Ma(10) of period D1 , and Ma(20) of period D1
- is auto load
- Upper of period D1 and Lower of period D1
- is auto load
- you can set any price of you need
- left begin pixels – left of screen distance, pixels number
- BackGroud Color – set backgroud, black or white
- Line Color – set here the colors for the lines
- Lines Style – select here the style for the lines (solid, dot)
- Lines Width – set here the width for the lines
- PlayMusic Near RS Ticks – set here play music when market price near,boundary
- PlayMusic Inteval Minutes – set here how many minutes inteval after paly music last time.
- Auto Fresh Daily PP – select here to enable auto load daily pivot point, if is true you can not edit the daily pivot price indeed.
Requirements to play music
- first step, you need the music source, you can use any music but only “wav” formats can play in mt4 .
- second step, rename the music file name like: 0 or 1, 2, 111 …
- the third step, copy the music file to the folder: \\your MT4 Client Terminal\\Sounds\\
If you want to test before pay it , please go to the test
version ,
hope you like it , and thank you!
[/spoiler]