sl 1 pips od ceny
- siersciuch
- Pasjonat
- Posty: 407
- Rejestracja: 06 kwie 2010, 20:31
sl 1 pips od ceny
chce ustawić sl około 1-2 pips od ceny, ale pojawia mi się bład 130, nie wiem czy to przez to ze nie mozna tak blisko zmodyfikować sl??
jeżeli będziesz uparty, prawdopodobnie częściej odniesiesz sukces, niż doznasz porażki.
- siersciuch
- Pasjonat
- Posty: 407
- Rejestracja: 06 kwie 2010, 20:31
od brokera, niektorzy nie lubią skalpingu i tak ustawiają aby nie było zbyt łatwo
Dodano po 1 minutach:
First, you might want to know what’s the minimum stoplevel is set in your broker’s MetaTrader server. Adding this line of code will output the current minimum stoplevel for the currency pair of the chart, where you run the EA:
Print(MarketInfo(Symbol(), MODE_STOPLEVEL));
Dodano po 1 minutach:
First, you might want to know what’s the minimum stoplevel is set in your broker’s MetaTrader server. Adding this line of code will output the current minimum stoplevel for the currency pair of the chart, where you run the EA:
Print(MarketInfo(Symbol(), MODE_STOPLEVEL));
- siersciuch
- Pasjonat
- Posty: 407
- Rejestracja: 06 kwie 2010, 20:31
- siersciuch
- Pasjonat
- Posty: 407
- Rejestracja: 06 kwie 2010, 20:31
- siersciuch
- Pasjonat
- Posty: 407
- Rejestracja: 06 kwie 2010, 20:31
aha, to nic poszukam gdzieś sobie 
dobra rozwiazłąme problem dla long dałem
i gra

dobra rozwiazłąme problem dla long dałem
Kod: Zaznacz cały
if(OrderStopLoss()+5*Point<Ask)
{
ordermodify
}
jeżeli będziesz uparty, prawdopodobnie częściej odniesiesz sukces, niż doznasz porażki.