Forum

Can anybody help me with this indicator? What is missing?

Hello and Thanks for your time to look at my post. I have tried a lot of different approaches to plot a simple arrow when bb middle line is above ma 200 and vice versa but It did not work or even plots. I hope you help figure out what I am missing Thanks

I need help with converting from mql4 to mql5 for fractal indicator

Hello thanks for your time to check my post I have made an indicator on mql4 called Advanced fractal using int start() function but when I tried to convert the indicator to mql5 It did not work as expected If you please give a feedback for my work ..MQL4

can not apply to new jobs on freelance

Hello everyone I am a developer working on freelance .. Suddenly I can not apply to new jobs , I read the rules and I do not think I broke any of them, I have opened a ticket with service desk and I saw if I have a problem I need to post it here to get some answers. If anyone can please help me

Can i apply to freelance jobs while Arbitration is opened ?

I have opened an arbitration on a job and when i was looking for another job i saw that i couldn't apply for the job , is it related or not

Why is sell trailing stop not working !!!!!!!!!!!

void TrailingBuy(){ for (cnt= OrdersTotal ()- 1 ;cnt>= 0 ;cnt--){ if ( OrderSelect (cnt,SELECT_BY_POS,MODE_TRADES)) if (OrderSymbol()== Symbol ()) if (OrderMagicNumber()==Magic) if (OrderType()==OP_BUY) if (Bid-OrderOpenPrice()>TrailingStop* Point ) if

Hello Can anyone Help me with this code it keep sending OrderCloseBy error 4018

i can not figure out what is wrong the buy close well .. but the sell do not close !! as you can see in the photo attached. here is the code : //---Reverse Option if ( OrdersTotal () < 2 ) { int ordertype = OrderType(); if ( OrderSelect