vanuatu / Publications
Forum
Startegy Tester not working properly
Helou I realy need good advice. I put my EA into Startegy tester, I know that chart objects are not created in Tester, only in visualization mode. So a tried it. I create FIBO object based on two MA. But the visualization creates only the second one from ELSE, do I use the if-else operator not
"return value of 'OrderSend' should be checked"
Helou, I would like to ask for help, the compiler is screaming at me : "return value of 'OrderSend' should be checked" request.action= TRADE_ACTION_DEAL ; request.type= ORDER_TYPE_SELL ; request.symbol= _Symbol ; request.volume=ShortTradeVolume + currentVolume;
FIBO Levels value
HI, I have used the ObjectCreate() to create Fibonacci retarcements, than I change setting by ObjectSetInteger, everthing perfect, but what i need now is to get the value of Fibo Levels, in price exactly...... Is there any function I could use??? thanks a lot
Change of color
Helou, sorry for stupid question, but in my mother language is hard to stady mql5. I dont know how to change color of MA line, which i add to chart : double maFast[]; ArraySetAsSeries(maFast,true); int maFastHandle = iMA(_Symbol,_Period,MAFastPeriod,MAFastShift,MAFastMethod,MAFastPrice);