Thread: Ask!
View Single Post
  #409 (permalink)  
Old 10-17-2006, 03:49 AM
coin.inv coin.inv is offline
Junior Member
 
Join Date: Sep 2006
Posts: 7
coin.inv is on a distinguished road
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
Attached Files
File Type: mq4 TrendlineOrder.mq4 (10.8 KB, 30 views)

Last edited by coin.inv; 10-23-2006 at 01:07 PM.
Reply With Quote