Forum

indicator working so slow, how to fix

//+------------------------------------------------------------------+ //| VWRSI.mq4 | //| Пользовательский индикатор для MT4 | //+------------------------------------------------------------------+ #property

Hi there. Write file error.

Got really strange error with file write file. So I've downloaded offline data and trying test my strategy out... And... Tester filling all my free space on disk(80GB) and cannot start testing. It does happens even when I try to backtest only 1 month of data. Is there any solutions

Hi there. 130 error issue.

double iHighPrice = iHigh ( NULL , 0 , 1 ); double stopLossOnce = getLowestPriceThree(); // Ensure the stop-loss level respects the minimum stop level double minStopLevel = SymbolInfoInteger ( Symbol (), SYMBOL_TRADE_STOPS_LEVEL ) * Point ; double

Hi there. Invalid price error. Need help with a fix.

void OpenSellPosition() { double lowest_values[], highest_values[]; CopyLow ( _Symbol , _Period , 0 , recent_lows_period, lowest_values); CopyHigh ( _Symbol , _Period , 0 , recent_high_period, highest_values); double entryPrice = iLow ( Symbol (), Period (), 1 ) * 0.9998 ; double

LotSize wrong calculation.

Hi there! I've got function that calculates lotSize, but it doesn't work right for some reason. Actually I can't understand why. So I do need help :( double calculateLotSize( double entryPrice, double stoplossForCalc) { double Lotsize = 0 ; double mx= SymbolInfoDouble ( Symbol ()