General - page 481

  Backtest Problem  (7)
anybody help regarding HOW TO CLICK my EA Controls\Button during backtest. ***coz when I click nothing happens, not like in demo/real chart
Hello all, I'm new in MQL5 but i have some experiences in mql4 i want to call the iSar for a custom candle not the current candle... how can i use it the mql4 formula ==> we have a shift input at the last iSar function .. but in mql5 i can not find it thanks
  Position Close  (1)
I want to Close a Position by Select by PositionSelect() . this code does not close position. Pleas help me. MqlTradeRequest request; MqlTradeResult result; if ( PositionSelect ( _Symbol )) { request.action = TRADE_ACTION_CLOSE_BY ; request.type = ORDER_TYPE_CLOSE_BY ; request.symbol =
The forex market is ultimately driven by economic factors that impact the value and strength of a nation's currency. The economic outlook for a country has the most influence on the value of its currency. Knowing the factors and indicators to watch will help you keep pace in the competitive and
how do I get my investor password to post a signal
  tick-data-suite  (2)
hollow guys what;is tick data available logic weekly monthly? i cant;s test back tester current week,how is fix this error
Hi I am new here, I just need to know if MQL5 has an api (web service) which i can call every minute within my application. Thank you
Hi everyone, I need to create a macro for printing en MQL5, but I don't know how to do it. This is what I was trying but it didn't work: #define PRINT(debug,...) ((debug == 1)?Print(...)) So you can use it in that way: PRINT(1, "Hello World!"); //Print PRINT(0, "Hello World!"); //Don't print
I have some technical questions in MetaTrader, please answer them for those who have knowledge about them 1- To increase the speed and shorten the time required for the Optimization process, do we need to increase the computer memory capacity? Or increase the capacity of the processor ( CPU ) Or the
Hello All, I am new to MQL5 so please forgive my ignorance. I am trying create EA that places a BuyStop order at the very beginning of each new candle with Price = the High of the previous candle and SL = the Low of previous candle. This order must expire at the end of current candle. However, when
Hi, I'm trying to reimplement this class //+------------------------------------------------------------------+ //| Includes | //+------------------------------------------------------------------+ #include <Expert\Expert.mqh>
ini OnInit () { if ( PRICE_CLOSE > iMA ( Symbol (), Period (), 20 , 0 , PRICE_CLOSED)) { req.action = TRADE_ACTION_DEAL ; req.price = NormalizedDouble(lastest_price) OrderSend (req); } } I am new to the MQ5 programming. Trying to learn very basic stuffs. I want to
I have analyzed a lot of Signals and was surprised to see how many of them have very poor or no Risk Management at all. I was also surprised that some of the high risk strategy accounts with high risk clearly shown on MAE graph (a lot of red dots) get high Reliability rating. I think that formula
It faces me while am uploading an EA please help
Hi friends; I have serial problem with mt5, please show me the solution. I have h1 warning robot which gives signal when the price close above bollinger bands upper array or vice versa. But i dont want to see the signal after h1 bar closed. I need exactly in 1 hour period if price current high goes
Is there really a special Forex secrets in Forex Market? Hi guys...I want everyone to kindly contribute to answer this question...this is a reoccurring question that has never been answered satisfactorily
Hi ! I am currently using MT4 with one broker. I have registered with another broker and want to use them both. How do I login / register this new broker in MT4? Thanks !
Hello, I'm currently looking for a profitable expert advisor and I came up with one which costs $700. It has a demo version for back-testing. Back-testing results are amazing, but now I have a doubt. I want to know is there any possibility that the demo version can generate fake trades in
I made data collecting EA. It simply runs on specified period of time and saves every tick to a file as binary using FileWriteArray(). I can judge with my eyes that the speed is decreasing with time elapse. The file is opened at the beggining inside Init() function and closed in Deinit() so I am not
The main difference between the two financial markets comes from the way they are traded. To be more exact, stock market trading has some limitations that are not seen on the Forex market. To start, when trading stocks, it is not possible to sell a stock, unless you already own it. This sounds only
Hi everyone. I'm having trouble logging into MT5. Everything was running correctly and I tried to run MT5 from the command line and with a custom tester config file (see below). Now there are no quotes in the marketwatch window and there appears to be no data in/out. Have I messed a setting up
The Forex trading psychology of experienced traders are quite good and they do handle their emotions well. They exactly know when to trade the market and when it’s better not to trade. Below are the ways how they handle their emotions. 1) They don’t trade out of greed Thus they avoids many things
Hi, I need to send MQL5 an invoice, before withdrawing to my debit card. For tax purposes. So does anyone know which email address do we send invoices to. I already got their Cypress VAT number from the chat bot. But couldn't find any more information about this. Also wrote to service desk. But I
why can not withdraw
Crude oil shows a tight correlation with many currency pairs for three reasons. First, the contract is quoted in U.S. dollars so price changes have an immediate impact on related forex currency crosses. Second, high dependence on crude oil exports levers national economies to uptrends and downtrends
Hi guys I bought an expert here and the expert was totally scam..the owner removed it from marketplace and was not responsible at all Where can I report it ? I want to get full refund
Can the administrators please update my account to show all the Indicators I. purchased under my email on file? I have TWO accounts under my email, and I can only access one. Unfortunately, the majority of Indicators were purchased under the account I am unable to access. Please help ASAP. Thank you
I have suspended 5 of my signals during Christmas and New Year and resumed them on Jan 3rd. All of them are in "Active" state now. 3 of them are doing ok buy 2 of them are not coping trades to my trading account anymore. I have checked that those 2 signals have active trades over the last 3 days
  From theory to practice  (19801   1 2 3 4 5 ... 1980 1981)
Good evening, dear traders! I decided to leave the forum for a while, and immediately got bored:)))) And just to read, alas - not interesting. Everyone is busy with small problems within their personal models and their personal view of the market. They advise me to read about some miserable
Hi guys, I need indicator like a 10 period ma simple/close with 10-20-30 pips level above and -10,-20,-30 pips below. Do you know any moving average indicator like that or do i need to go freelance section? Thanks Cuneyt-