I need Add Buy And Seel pls
   
  --------------------------------------------------------------------
  _SECTION_BEGIN("ZIG - Zig");
  P = ParamField( "Price field" );
  change = Param("% change",5,0.1,25,0.1);
  Plot( Zig(P, change), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), 
ParamStyle("Style") );
  _SECTION_END();
  _SECTION_BEGIN("SAR");
  acc = Param("Acceleration", 0.02, 0, 1, 0.001 );
  accm = Param("Max. acceleration", 0.2, 0, 1, 0.001 );
  Plot( SAR( acc, accm ), _DEFAULT_NAME(), ParamColor( "Color", colorCycle ), 
ParamStyle("Style", styleDots | styleNoLine, maskDefault | styleDots | 
styleNoLine ) );
  _SECTION_END();
   
  -------------------------------------------------------------
   
  my mail
   
  [EMAIL PROTECTED]

                
---------------------------------
Now you can have a huge leap forward in email: get the new Yahoo! Mail. 

Reply via email to