[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guppy MMA in AmiBroker 3.4


  • To: "AmiBroker Mailing List" <amibroker@xxxx>
  • Subject: Guppy MMA in AmiBroker 3.4
  • From: "Tomasz Janeczko" <tjaneczk@xxxx>
  • Date: 17 Oct 2000 17:25:04 -0000

PureBytes Links

Trading Reference Links

Hello,

Since AmiBroker uses now slightly different color scheme and allows each graph line to be defined separately
you will need the following new formula for Guppy MMA:

maxgraph = 10;
/* blue lines */
graph0= ma( close, 3 );
graph1= ma( close, 5 );
graph2= ma( close, 8 );
graph3 = ma( close, 12 );
graph4 = ma( close, 15 );
graph0style = graph1style = graph2style = graph3style =graph4style = 1;
graph0color = graph1color = graph2color = graph3color =graph4color = 7;

/* red lines */
graph5= ma( close, 30 );
graph6= ma( close, 35 );
graph7= ma( close, 40 );
graph8 = ma( close, 45 );
graph9 = ma( close, 50 );
graph5style = graph6style = graph7style = graph8style =graph9style = 1;
graph5color = graph6color = graph7color = graph8color =graph9color = 5;


Best regards,
Tomasz Janeczko
===============
AmiBroker - the comprehensive share manager.
Web site: http://www.amibroker.com
Mailing list: amibroker@xxxx