Page 1 of 1

Fractal modified

PostPosted: Sun Mar 27, 2016 3:24 am
by eurusd86
the raw fractal.lua is too small to see,and it can't display number 3 ,so i looked up the ebook ,modified it to this one.
up1 = instance:createTextOutput ("", "UpL", "calibrib", 18, core.H_Right, core.V_Top, instance.parameters.clrPrice, 0);
down1 = instance:createTextOutput ("", "DnL", "calibrib", 18, core.H_Right, core.V_Bottom, instance.parameters.clrPrice, 0);

font "calibrib" solved the mistake ,
fontsize 18 is better

Re: Fractal modified

PostPosted: Mon Mar 28, 2016 7:18 am
by Apprentice
GBPUSD H1 (03-28-2016 1343).png

Try this version.
Font size can be adjusted.
Fractal Modified.lua
(2.68 KiB) Downloaded 824 times

Re: Fractal modified

PostPosted: Fri Sep 07, 2018 11:31 am
by Apprentice
The Indicator was revised and updated.