matrixyb
matrixyb
Friends

Add friends via their profile or user search and you will be able to see if they are online

matrixyb
Added topic The Comment of the Copied Signal Order
Good day, I'm in the stage of developing a tool that dublicates the orders sent by signals providers in order to enhance the lot size volume, to trade with higher volumes than singals creates. The one question I have in mind, since I have not
matrixyb
Added topic How to extract value using iCustom
Good day, Suppose my first indicator is as follows //+------------------------------------------------------------------+
matrixyb
Added topic Too many orders sent!
Hello, In OnTick() function of my EA I have if statement to check an entry condition such as if ( iMA ( _Symbol , PERIOD_CURRENT ,ii_MAPeriod, 0 , MODE_SMA , PRICE_CLOSE , 1 ) < iClose ( _Symbol , PERIOD_CURRENT , 1 ) && iMA ( _Symbol
matrixyb
Added topic Unexpected order
Hello, Among other conditions this condition has to be true in order for the EA to place an order. However, this condition isn't true and the order is placed while testing! iFractals ( _Symbol , PERIOD_CURRENT ,MODE_LOWER, 1 )== 0 What is wrong
matrixyb
Added topic How to Auto Trade All Symbols?
Good day, I'm still learning MT4 and I have this quick question. Once I dragged the EA to the chart and clicked the auto trading button on the tools bar, will the EA trade on all symbols or it only will trade on the symbol of the current chart? if so
matrixyb
Registered at MQL5.community