ERROR 130/STOPLEVEL

 

When the stoplevel is 50 loets say, what does it measn?

Example:

Market Price 1.3050 Stoplevel 50

Stoploss 1.3060 is it acceptable?

Manually it seems ok in expert returns ERROR 130

Any suggestions

 

1.3100 or 1.3000

 
qjol:

1.3100 or 1.3000


Hi qjol,

You are right. In expert advisdors stoplevel of 50 means 50 pips But on the platform it sqy says 50 pips bit but it behaves like 5pips.

Why is that. It seems that tere is an error somewhere.

Have you noticed the inconstistency of the 50 and 5?

Regards

 

u should talk 2 your broker

 
Stop level is 50 points. On a 5 digit broker thats 5 pips.
/* A TP or SL can be not closer to the order price (open, limit, or
 * stop) or closing price (filled order) than this amount. A pending
 * order price can be no closer to the current price than this
 * amount. On IBFX it's equal to 30 (3.0 pips.) */
double minGapStop  MarketInfo(Symbol(), MODE_STOPLEVEL)*Point;
Reason: