Are you sure, that this message accures here? It looks like you try to use ObjectSet or ObjectGet with the wrong name.
Hello,
Please try this:
err=GetLastError(); if (err>=1) {// : Alert(EA,Symbol(),": Extra Exception Handler ",err); }// : ObjectCreate("Trough_Div-"+BullDivCount,OBJ_TREND,0,Prev_Trough_Time,Prev_Trough_CLow,Cur_Time,Cur_CLow); err=GetLastError(); if (err>=1) {// :4 Alert(EA,Symbol(),": Error drawing trendline is ",err); }// :4
Best regards
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I wonder if anyone can assist, I keep getting an error message 4202, object does not exist, when I try to draw a trendline.
The trendline is drawn but for some reason I cant understand it gives me an error.
Regards,
Mike