Page 4 of 81

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Mon Jun 05, 2017 3:21 am
by bilbao
sal wrote: Mon Jun 05, 2017 1:37 am hi bilbao
do have Fibonacci Arcs and Fibonacci custom line sected type indiator
it draw:

Fibonacci Retracement
Fibonacci Expansion
Fibonacci Fans
Fibonacci Arcs
Fibonacci Time Zone

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Mon Jun 05, 2017 3:25 am
by bilbao
dynamic Fibonacci

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Mon Jun 05, 2017 4:16 am
by sal
bilbao wrote: Mon Jun 05, 2017 3:25 am dynamic Fibonacci
nice one but i was checking the 2 Fib in two directions.. new expreiement... :)
see snap

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Mon Jun 05, 2017 8:35 pm
by matfx
Some classic fibo indicator :

SpudFibo
BobokusFibo


Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Sun Jul 09, 2017 9:54 pm
by ashetty033
Hi,

Please help me with Minutes/Hourly pivot indicator...
So that I can plot 15min/30min/Hourly pivots...

I have it for Amibroker and Ninjatrader 7..

Code: Select all

_SECTION_BEGIN ("Pivot Levels v1.1");
T_F =ParamList("TF Multiplier","Hour|Min|Day|Week|Month");
iInterval = Param("Interval", 1, 1);
_SECTION_END ();
shift=-1;
switch (T_F)
{
    case "Day":     iPeriod  = inDaily;        break;
    case "Hour":    iPeriod  = inHourly;    break;
    case "Min":        iPeriod  = in1Minute;    break;
}
     xTF = iInterval*iPeriod;
        H1 = TimeFrameGetPrice( "H", xTF, shift );
        L1 = TimeFrameGetPrice( "L", xTF, shift );
        C1 = TimeFrameGetPrice( "C", xTF, shift );
// To calculate the Pivot Levels 
      PP = (H1 + L1 + C1) / 3;
    R1 = (2 * PP) - L1 ;
    S1 = (2 * PP) - H1 ;
    R2 = PP - s1 + r1;
    S2 = PP - (r1 - s1) ;
    R3 = 2 * (PP - L1) + H1 ;
    S3 = L1 - (2 * (H1 - PP));

BC = (H1 + L1)/2;
TC = (PP - BC) + PP;
PlotOHLC(TC,BC,TC,BC,"\nPivot",colorLightGrey, styleCloud);

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Tue Jul 11, 2017 1:08 am
by econome
Example: Fibonacci shown on a ProRealTime Chart

Fibonacci numbers, ratio and applications in forex are very misunderstood in how to use them and how to combine them.

I noticed there was not a thread I could find from search specifically for Fibonacci indicators and info, and combining these with Gann also.

There is an excellent indicator found here, combining retracements, expansions, arcs and fans:

viewtopic.php?p=1295356448#p1295356448

I have done a small modification on it, to include more options for the retracements, fan and arc with a change also to the default settings (attached). Needs compiling.

Please only post highest quality of info, indicators and systems educating on and incorporating Fibonacci, Gann and Elliott Waves.

econome.

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Tue Jul 11, 2017 4:37 am
by econome
All Fib indicators from the Forex-Station.com all indicator download thread.

[RESERVED FOR REVIEW OF EACH OF THESE INDICATORS]

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Tue Jul 11, 2017 4:38 am
by econome
Elliott Wave Script for easy labelling (edit and change the line to change from number to letter to numerals and how many, font, color, then recompile and drag onto chart).

An example of using this script, along with the oscillators below is in the chart.

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Tue Jul 11, 2017 4:40 am
by econome
Elliott Wave Oscillator, which is the same as Advanced Get Oscillator set to 5/35 (default). Alternative setting for AGO 5/17.
Used for divergence/convergence, double tops/bottoms and identifying waves.

Re: Fibonacci, Trendlines, Support Resistance & Pivot Point Indicators MT4

Posted: Sun Jul 23, 2017 6:41 pm
by mntiwana
Camarilla Pivots

camarilladt8_1

The version is fixed by Mladen - with options alerts - GMT shift - label shift - line shift - Pivot true/false - Fibo true/false
standard Pivot true/false - Mid Pivot true/false - (including possible required setting for every,color,font color,font size,width,distance) - and unique ID