Forum

i Need help in fixing this indicator

this indicator is not auto refreshing alongwith the chart progress, thanks in advance //+------------------------------------------------------------------+ //| MAB_TD_Sequential | //| v1.2 |

I need help in this regard

int CheckBuyOrdersinLoss() { int op; { for (i= 0 ; i< OrdersTotal (); i++) { if ( OrderSelect (i,SELECT_BY_POS,MODE_TRADES)) if (OrderSymbol()==Symbol() && OrderMagicNumber()==MagicID) // if (OrderType()==OP_BUY ) {

icustom indicator help needed

//+------------------------------------------------------------------+ //| TZ-Breaktout.mq4 | //| Shimodax | //| |

I need help

int SendScreenShot( const long _chat_id, const string _symbol, const ENUM_TIMEFRAMES _period, int x_axis, int y_axis, bool current_chart

I need to fix this. this sends screenshot of all open charts in that account, i want to send only one chart which is chart open, thanks for

if ( TimeCurrent () >= lastscreenshotsend + 1800 ) //if (lastscreenshotsend + 3600 != Time[0] ) { photosend == 0 ; string token = "1454697537:AAG7f8tMvGXSh9G-dmTIZCPhMeB_jBQSwsQ" ; SendScreenShot(- 1001331438105 , "Deposit : $ " + DoubleToString (openingdeposit, 2 )+ "\n" +

How to delete my account in mql5 market

I want to disable or delete an account in mql5 market , How can i do that. Thanks in advance

I dont see Ready Button

EA market validation is passed. But i dont see ready button for submitting for moderator review. can someone help me. Thanks in advance

Unable to add my advisor to the Market

i get these two errors continuously tester takes too long time strategy report is not available can you please help me resolve the issue

Market Watch Trading All Pair through E A

Hi I want my robot to trade all pairs in the market watch window, I do write this program, but it dont trade at all, can guys please help, where i am gone wrong

Need Help in calling index buffer values of Arrows Drawn on Main Chart in EA

Hi I need to call the up arrow and down arrow, in this indicator, can someone help me please Thanks in advance //+------------------------------------------------------------------+ //| !!!_2019_C_Blocks.mq4 | //|