Help me to convert this afl to mfl

VTC

New Member
#1
Hi all bro,
Please help me to convert this fomula from AmiBroker to MS formulas.
Thanks in advance.
_SECTION_BEGIN("VAP");

segments = IIf( Interval() < inDaily, Day(), Month() );

segments = segments != Ref( segments , -1 );

PlotVAPOverlayA (segments , Param("Lines", 300, 100, 1000, 1 ), Param("Width", 80, 1, 100, 1 ), ParamColor("Color", colorGold ), ParamToggle("Side", "Left|Right" ) | 2 * ParamToggle("Style", "Fill|Lines", 0) | 4*ParamToggle("Z-order", "On top|Behind", 1 ) );
Plot(segments, "", colorLightGrey, styleHistogram | styleOwnScale );
_SECTION_END ();
 

colion

Active Member
#2
Hi all bro,
Please help me to convert this fomula from AmiBroker to MS formulas.
Thanks in advance.
It has been many years since I used MS and unless the newer versions of MS have different functions available to the user you will not be able to translate.
 

Similar threads