You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
M
Try this:
{ Force Index = Volume Today * (Close Today - Close Yesterday)
}
Value1 = Volume * (Close - Close[1]) ;
Plot1( Value1, "Force Index" ) ;