[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 571

 
FOReignEXchange писал(а) >>
Sorry, how come there's a round bracket first and then a square bracket inside if ?

I hope that's not a question for me
 

Vinin писал(а) >>

Надеюсь, это не ко мне вопроc

Hey, I got confused. I was surprised you were asking that question. Then I noticed it wasn't from you. You were the one who answered it.
 
Vinin >>:

На скобки посмотри
:) Thank you Victor!!!
That's right, it's a mess... I need more sleep. It's elementary. I'm ashamed of myself. I read all the logic on a piece of paper, and it turns out... Well, it happens... :)
 
FOReignEXchange >>:
Привет, я перепутал. Я ещё удивился, что ты такие вопросы задаёшь. А потом заметил, что вопрос не от тебя. От тебя как раз ответ был.
The question was from a no-nonsense newcomer... :)
I think Victor went through that stage a long time ago...
 
artmedia70 >>:

Люди!!! Капец!!! Всю ночь просидел в непониманиях сплошных... Подскажите, где ошибка в функции... Делал её абсолютно идентично всем остальным функциям. Остальные работают без проблем, а эта сыплет ошибками при компиляции... Говорит переменные не заданы... и не доступны... Закипаю, помогите, пока не лопнул... :)

int Trend_MACD(string sy,int tf)
{

   int 
   smaper=55, 
   fmaper=34, 
   fema=23, 
   sema=77, 
   sig=9, 
   subMA=30;
   
   double
   TrendMACDmain,
   TrendMACDsig,
   TrendSMA,
   TrendFMA,
   Trend_UP_Limit=0.001;
   
   if (sy=="" || sy=="0") 
       sy=Symbol();// ????????  sy обьявлен как неизменяемый параметр int Trend_MACD(string& sy,int tf)



 
Urain писал(а) >>


Hey! You awake? >> Very good!
 
Vinin >>:

Привет! Проснулся? Очень хорошо!
:o), it's nice to have someone who cares about your regime.
 
This is bullshit. On weekdays I test the EA and everything is OK, but now I try and dick, it says ordermodify error 130 (stops as I understand it), although after the last EA test I have not touched anything. What is it?
 
Noterday писал(а) >>
What a mess. On weekdays I'm testing EA all is OK. But now I've tried it and it says ordermodify error 130 (stops as I understand it), although I haven't touched anything after the last EA check. What is it?

I should check it on Stop Levels however. Imho.
 
Noterday >>:
Какой то бред. На буднях тестирую советника всё ОК. а сейчас попробовал и хрен, пишет ordermodify error 130 (стопы как я понимаю), хотя после последней проверки эксперта, я ничего не трогал. Что такое?

On weekdays, the spread may be less than it hangs over the weekend.

Dig in that direction.

Reason: