Forum

What to do if the trading account number is wrongly typed when switching it for a signal?

I mistyped the trading account number when I tried to connect the signal I am subscribing to another account. What should I do? Must I wait for one week before I can switch to the correct trading account number? Shouldn't there be a warning of something

Will a trade be opened by EA twice as the next tick arrives before the trade is recorded?

I am trying to develop a high-speed scaler EA. Let's say an EA tries to open a trade. Before the trade is recorded the next tick arrives. So the EA thinks the trade is not opened yet. Will the EA try to open the trade again, resulting in two similar trades? In other words, will the EA block until

Signal providing with different symbol names?

A signal provider trading on Nasdaq 100. I can see that it goes by different names on different brokers, such as NQ100 and NASDAQ100. Will users of such brokers still be able to receive signals of Nasdaq 100? Moreover, the minimum lot size, lot step, and contract size are different on different

Signal not listed publicly

Why are some signals not publicly listed? What can be done to make it appear publicly in the signals list

ADX vs ADX Wilder

MetaTrader 5 provides two similar indicators: ADX and ADX Wilder. Apparently the latter is smoother. Which one is more useful? Is ADX Wilder less advanced, since it is the original version

How to extend period to 3000 for iWPR and iStdDev in MetaTrader 4?

Why is it that when my Expert Advisor tries to calculate: iWPR(S,PERIOD_M1,3000,0); iStdDev(S,PERIOD_M1,3000,0,MODE_SMA,PRICE_WEIGHTED,0); It gives zero? Periods below 3000 seem to be fine. Is it possible to extend the period above 3000