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

31
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
These users thanked the author bilbao for the post (total 2):
Lodi, RodrigoRT7
what we want: 1+1+1+1+1+1+1+1+1=9 <3
what market delivers: 1+2+8+7-4+0-5+8-4-5+1=9 :problem:


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

35
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);
These users thanked the author ashetty033 for the post:
SijjiN
Your dedication to the craft of trading is constantly tested by the demons of fear and greed


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

36
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.
Attachments
These users thanked the author econome for the post (total 8):
simon_n3z, Ayrton, Banzai, BizanJunior, RodrigoRT7, 太虚一毫, Thangarasu, Jedidiah

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

38
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.
These users thanked the author econome for the post:
Ayrton

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

39
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.
These users thanked the author econome for the post:
太虚一毫

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

40
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
These users thanked the author mntiwana for the post (total 2):
Mehrab, 太虚一毫
Indicator is just a tool.

Use it only if it can benefit you. Leave it if you don't know how to use it optimally.


Who is online

Users browsing this forum: Amazon [Bot], ChatGPT [Bot], DotNetDotCom [Bot], ffsss, Majestic-12 [Bot], rudiarius and 95 guests