|
I would like this created into a one time script
extern double StopLoss=30;
extern double TakeProfit=500;
extern double TrailingStop=8;
extern double Slippage=1;
extern double Lots=0.1;
extern int OrderTries=5;
// build magic# to adjust/monitor trailing stop if possible
Last edited by coin.inv; 10-23-2006 at 01:07 PM.
|