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

S & C formula



PureBytes Links

Trading Reference Links



hmm and to change the graph0 to graphx to stop the 
plotting of graph0 lines
 
BOP = ( Close - Open )/( High - Low );
Graphx = BOP;
 
// 14 bar moving average of BOP
Graph1 = <FONT face="Courier New" color=#0000ff 
size=1>MA( Graphx, <FONT 
face="Courier New" color=#ff00ff size=1>14<FONT face="Courier New" 
size=1> );
Hope I have it right
Regards 
David