To change background settings use below formula u can modify background settings with any afl using this formula...To use custom background color right click go to parameter...:thumb::thumb:
_SECTION_BEGIN("Background Color");
BKswitch = ParamToggle("Background Color","On,Off")...
/////////////////////////////////////////VSA//////////////////////////////////////////////////////////////
//Volume Price Analysis AFL - VPA Version 1.0
//AFL by Karthikmarar. Detailed explanation available at www.vpanalysis.blogspot.com...
showing errors in this afl...........
//R2=> Heinkin Ashi Price Action
//R1=> Decorative Works
_SECTION_BEGIN("Chart Settings");
SetChartOptions(0,chartShowArrows|chartShowDates);
SetChartBkColor(ParamColor("Outer Panel",colorPaleBlue))...
:thumb::thumb::thumb:
_SECTION_BEGIN("Price");
//MASK OF ZORRO system
//Long only if green & green
//Short only if red & red
//This code MOZ V1.0 developed by Ramesh Velidi(e mail: [email protected]).
//It is posted here based on his permission.
//Buy On green AND green BOTTOM...
try this one....:thumb::thumb:
// AFL code by Edward Pottasch, Jan 2013
xx=BarIndex();x=xx;Lx=LastValue(x);
rightStrength=Param("Fractal Pivot Right side Strength",5,0,50,1);
leftStrength=Param("Fractal Pivot Left side Strength",10,0,50,1);
CleanPivots=ParamToggle("Force Pivots to...
CAN anyone Describe the AFL known as TRENDMASTER OR SOUTHWIND....How to use this afl.....:thumb::thumb::thumb:
/*
This is "My Trend Master V.1" trading system, developed by Rashed Chowdhry; You will require T3_include afl and 2 more plugin 'JurikLib' and 'kpami'
dll file to use this AFL. if...