Download Now!
If you do not already have Metatrader 4 terminal, please download it here.
If the links doesn't work go to your Terminal's Markettab and search for Tradarz
The Pivot Panther trades a BreakOut of the PivotPoints. He only uses PendingOrders. The PivotPoint are calculated for each new Candle. You can choose between 8 different Support and Resistens Levels. The system works best on H4 and D1 Timeframes.
Level = Choose 1 from 8 different support and resistance level (default is 1)
Level | support | resistance |
---|---|---|
1 | S1 | R1 |
2 | S2 | R2 |
3 | S3 | R3 |
4 | M0 | M5 |
5 | M1 | M4 |
6 | M2 | M3 |
7 | L3 | H3 |
8 | L4 | H4 |
Q = (yesterday_high - yesterday_low)
P = (yesterday_high + yesterday_low + yesterday_close*2) / 4
R1 = (2*P)-yesterday_low
S1 = (2*P)-yesterday_high
R2 = P+(yesterday_high - yesterday_low)
S2 = P-(yesterday_high - yesterday_low)
R3 = (2*P)+(yesterday_high-(2*yesterday_low))
S3 = (2*P)-((2* yesterday_high)-yesterday_low)
H4 = (Q*0.55)+yesterday_close
H3 = (Q*0.27)+yesterday_close
L3 = yesterday_close-(Q*0.27)
L4 = yesterday_close-(Q*0.55)
M5 = (R2+R3)/2
M4 = (R1+R2)/2
M3 = (P+R1)/2
M2 = (P+S1)/2
M1 = (S1+S2)/2
M0 = (S2+S3)/2