Both? Can you explain better please?
---------------
[SIZE="1"]extern int StopLoss=0;//|------------------------stop loss
extern int TakeProfit=0;//|----------------------take profit
If i use only the trailing stop and trailing step like this:
extern int TrailingProfit=0;//|------------------trailing stop after profit reached
extern int TrailingStop=50;//|--------------------trailing stop
extern int TrailingStep=30;//|--------------------trailing step
the stop moves of 30 pips when maket is >50 isn't it?
Witch is the difference using the trailing Profit? and the difference between trailingProfit and TakeProfit?
extern int Slippage=3;//|------------------------slippage <--what is it?
Thanks




Reply With Quote

