Аркаша / Profile
Аркаша
Added topic indicator working so slow, how to fix
//+------------------------------------------------------------------+
Аркаша
Added topic 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
Аркаша
Added topic Hi there. 130 error issue.
double iHighPrice = iHigh ( NULL , 0 , 1 ); double stopLossOnce = getLowestPriceThree();
Аркаша
Added topic 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
Аркаша
Added topic 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) {
: