|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
need help
i keep receiving this message eventhough after compiling the indicator with no error and warning.Am i missing something?
2006.07.12 17:18:52 Cannot open file 'C:\Program Files\MetaTrader - North Finance\experts\indicators\Solar Wind.ex4' on the GBPUSD,M30 |
|
|||
|
Quote:
If it is, I have no clue what s going wrong. |
|
|||
|
Quote:
Try to re-start MetaTrader. Or delete Solar Wind.ex4 file and compile this indicator once again. |
|
|||
|
pipeline = yes i have ex4 file in "C:\Program Files\MetaTrader - North Finance\experts\indicators\"
ND = yes i'm testing a modified EA using solar wind indicator (copy & paste).i attach the EA here and if maybe u can take a look and repair it. thanks in advance ![]() |
|
|||
|
Quote:
Solar Wind to Solar Winds Because name of indicator is Solar Winds.mql4 (not Solar Wind). |
|
|||
|
void OpenSell()
{ int err, ticket; double ldLot, ldStop, ldTake; string lsComm; ldLot = GetSizeLot(); ldStop = 0; if ( StopLoss > 0 ) ldStop = Bid + StopLoss * Point ; ldTake = 0; if (TakeProfit > 0) ldTake = NormalizeDouble(GetTakeProfitSell(),Digits); lsComm = GetCommentForOrder(); ticket=OrderSend(Symbol(),OP_SELL,ldLot,NormalizeD ouble(Bid,Digits),Slippage,ldStop,ldTake,lsComm,Ma gicNumber,0,Red); if(ticket<=0) { err = GetLastError(); Print("Error opening Sell order [" + lsComm + "]: (" + err + ") " + ErrorDescription(err)); } else { if (UseSound) PlaySound(NameFileSound); } hi guyss.... i need help to make it open another order only after the earlier position gain a profit (variable setting). example extern int Pips=15; // Distance in Pips from one order to another ![]() |
![]() |
| Thread Tools | |
| Display Modes | |
|
|