Forum

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 subscribed to a signal before is weather or not the order

How to extract value using iCustom

Good day, Suppose my first indicator is as follows //+------------------------------------------------------------------+ //| One.mq4 | //| Copyright 2022, MetaQuotes Software Corp. | //|

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 , PERIOD_CURRENT ,ii_MAPeriod, 0 , MODE_SMA , PRICE_CLOSE , 2 )

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?!! Result picture is attached to further illustrate

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 how to trade on all other symbols? Regards