Forum

/end_of_program'-

void BuyOrderModifyFlex60() { for ( int i= OrdersTotal ()- 1 ; i >= 0 ; i--) if ( OrderSelect (i, SELECT_BY_POS, MODE_TRADES)) { if (OrderType() == OP_BUY && OrderSymbol() == Symbol () && OrderMagicNumber() == 1 ) { double SL = NormalizeDouble ( iCustom ( NULL

two diiferent EA-on same symbol-execute orders one behind another w/o stopping.Will adding MAGIC NUMBER help in or it has any other issue to resolve.

I have attached two different EA on same Symbol.Now when I allow autotrading to them orders are executed immediately like buy-buy-buy-buy non-stop one behind another.But when One of chart is closed the EA runs pefectly.They are two different stratergies that I want to run on EUR/USD.But I am unable

If modified and compilied while EA is running on MT4 will need to reattach?

While EA was still running live doing auto-trading I modified some code and compilied it but didn't removed and reattach EA on MT4 terminal.So in that codition will EA be running will be modified too or it will use the old compilation code. Thanks

How to determine values inputs of indicator for different timeframe.

I find difficult in setting my indicator values for MA and demarker on different timeframe and want to know how these values for fastMA and slowMA.and demarker can be correctly decided to work perfectly with the said Timeframe.Like what would be fastMA and slow MA for 1H TF and for 30Min TF

Static stop loss as soon as order comes in profit.

//+------------------------------------------------------------------+ //| Modify SL_Profit Lock.mq4 | //| MetaQuotes Software Corp. | //| http://www.metaquotes.net |

invalid integer number as parameter 2 for 'iCustom' function error on MT4 600+ build

iCustom ( NULL , NULL , "Superprofit" , 14 , 28 , 0 ) Error invalid integer number as parameter 2 for 'iCustom' function while running EA on MT4 600+ platform what's wrong with the code please provide possible solution for the bug

return value of 'OrderSelect' should be checked - warning error compiling in 600+ version

Request to solve warning error in the code please provide a solution of the error !! { OrderSelect (i, SELECT_BY_POS, MODE_TRADES); if (OrderType() != OP_SELL || OrderSymbol() != Symbol () || OrderMagicNumber() != 2 ) { continue ; }

let old EA work on Build 600+ on MT4

I want to work EA on Build 600+ on MT4 but unable to solve this two complilation error.If any coder can guide what to do in such case would be great help to move on...on this issue. 1."not all control paths return a value" 2."return value of 'OrderSelect' should be checked "

Error compiling this EA.Whats the bug in this ?I see nothing such can u correct code

This is the code-error"354:1;'\end_of_program' - unbalanced left parenthesis" //------------------------------------------------------------- // Etasoft Inc. Forex EA and Script Generator version 4.1 EA //------------------------------------------------------------- // Keywords: MT4, Forex EA

(REQ)Single MT4 with multiple brokers support

Hi, Why every broker need its MT4 and not a default MT4 can be worked out for multiple brokers like its ADRIOD APP DOES?????? I am looking for single MT4 using for multiple brokers?There must be some solution and whats it? Will adding *.srv and *.lic files to \cofig folder will do the trick please