My System - My trades.

my macd have some extra line there near zeroline...and thats not in yours
this code VK MACD AFL
Code:
r1 = 36;
r2 = 200;
r3 = 9;
Plot( ml = MACD(r1, r2), StrFormat(_SECTION_NAME()+"(%g,%g)", r1, r2), colorRed , styleThick );
mid=0;
Plot(mid,"mid", colorWhite ,styleLine);

r4 = 4;
r5 = 12;

Plot( m2 = MACD(r4, r5), StrFormat(_SECTION_NAME()+"(%g,%g)", r1, r2), colorYellow , styleThick );
 
this code VK MACD AFL
Code:
r1 = 36;
r2 = 200;
r3 = 9;
Plot( ml = MACD(r1, r2), StrFormat(_SECTION_NAME()+"(%g,%g)", r1, r2), colorRed , styleThick );
mid=0;
Plot(mid,"mid", colorWhite ,styleLine);

r4 = 4;
r5 = 12;

Plot( m2 = MACD(r4, r5), StrFormat(_SECTION_NAME()+"(%g,%g)", r1, r2), colorYellow , styleThick );
MB,
Whats the use of r3 here...
 

Similar threads