Indicators: JJN-Fibo - page 2

 
Ignitionxz:

Hi there, 

 

Thanks for the indicator :) Just want to ask, is it possible to edit to mq4 file to include 78.6% instead of 76.4%? 

hello. sure. you just have to change in your meta_editor:

This:

Fib6[summabars-k]=H-(W*0.764)

in that:

 Fib6[summabars-k]=H-(W*0.786)

 

and same on those two line: change 76.4 in 78.6


   ObjectCreate("FibLevel6",OBJ_TEXT,0,Time[0],Fib6[0]);
   ObjectSetText("FibLevel6",StringConcatenate("                       76.4% - ",DoubleToStr(Fib6[0],DisplayDec)),8,"Tahoma",TextColor); 
 
   ObjectCreate("FibLevel1",OBJ_TEXT,0,Time[0],Fib1[0]);
   ObjectSetText("FibLevel1",StringConcatenate("                       76.4% - ",DoubleToStr(Fib1[0],DisplayDec)),8,"Tahoma",TextColor);

save and enjoy ;-) 

 
do you have videos or any resource to learn the best strategy using this indictor??
 
2017/11/08 00:25:08 Completed #2180348 ranjeet_99
 
Fantastic indiactor.  I recommend loading 3 charts, with monthly, weekly and daily parameters and looking for confluence of levels and momentum.  Just one thing, both the daily and weekly parameters start at 00:00 MT4 time (GMT + 2), however the monthly parameter sometimes starts at 23:00 and other times at 00:00 (see atachments).  Of course, the impact is very small on the operation of the indicator.  But perhaps there is something to look at in the code?  Any ideas?
Reason: