General - page 851

  Meta Trader Bit Coin Charts  (11   1 2)
Could someone help me I would like to have access to a BTC through meta trader I have bee unsucsessful loading one. I am using windows OS . Thank you I  am also set up in a JAFX demo account that trades Cryptos
Hi is anyone able to adjust the code to accommodate multi level arrows or at least make it so I can attach to the same chart twice with different settings, if you could it would much appreciated.
Hi, I’m trying to make an expert advisor but I can’t get a good indicator to determine the trend. Please suggest trend indicators so I can attach it to the expert advisor to determine the trend. Thank you
Can someone please tell me, if I copy a signal (without auto sync), will the trade close automatically when the provider close his trading, even though the specific signal does not have sl and tp set?
Hi, it has been our understanding that when a rented product is renewed before the expiry date, the product does not have to be reinstalled on the MT4 platform. The service desk informed us however, that the product needs to be reinstalled, irrespective of whether the renewal was done before or...
I am trying to upload my EA to marketplace but when it validates it gives error 1.  Now my EA is for GOLD and testing is done on eurusd how come? secondly it opens trades at certain time of the day and some days does not take trades. So how will it be validated in mql4 testing so i can upload to my...
Hi I need to get yesterday iMA value in this mql5 EA, Isn't the code below over complicated? if so, is there a simpler way? Thanks   double maValue(int days){    int handle = iMA(NULL, PERIOD_D1, days, 0, MODE_SMA, PRICE_WEIGHTED);    double maArray[2];    SetIndexBuffer(0,maArray...
i can only sent 4 messages in a row, after that, i cannot sent any messages, why this happens, i am not spaming, but networking with various new users kindly help  advice how to resolve this
I guess this is a stupid question, but as I havent been able to find a clear answer yet I try the forum: In the MT5 terminal, where/how can I see what of the tick history is from my brokers real tick data?  I have tried "Symbols"-"pair"-"tick" request data from ie 2010-2018, but I am not able to see...
the most accurate  way to test an ea before start real account , accurate back test 
how can i remove these time flags or whatever this should be? they are hiding the chart :(
Hi, Unfortunately I am not a coder, though I wish I could code. I wonder if I could ask a question regarding a specific idea around MT4 and its capability? Is it possible and if so how would you approach, creating some sort of code that would allow me to run an indicator over multiple assets/symbols
Hi, traders, I will try to explain what confuses me with MetaTrader5 platform. So, I have opened pending order. That's what I see on this in 'Trade': Orders Symbol Order Open Time Type Volume Price S / L T / P Market Price State Comment...
Hello, How to know the current value of all my long positions on a product? It's POSITION_PRICE_CURRENT ? Thanks, Pierre
Hello, I am currently having difficulty with purchasing a/any signal in my demo account due to the signal either being hedging or netting.  It states "Subscription failed".  "Position accounting system mismatch, the Signal provider uses netting/hedging".  I understand this is a demo account but are...
Hello everyone, is there a way to limit the orders sent to thebroker?  My broker IC markets limits me to 2000 tick, orders ormessages sent by day, my EA is hyper and sends manymessages or ticks, as I can limit that function without havingto turn off my ea  Example buy Limit_buy Stop are ticks...
I want to run the same EA on a MQ-Demo account in one terminal and on 4 different charts M10, M15, M30 and H1. But as soon install this EA on one chart it is removed from the other? here are my helpless attempts to have them all together running in the terminal - this is what the journal log says:...
Hi, Do you use a software to view MetaTrader 5 log files ? If yes which one ? Thanks, Pierre
Hi, I want to optimize various MAs. only the iMA() 'knows' different methods (sma, ema, smma, lwma) the others (iDEMA, iTEMA, iAMA) don't. So any setup with MaMethod != iMA that varies sma, ema, smma, lwma are meaningless like: enum €ChooseMA {  //    €iMA,     // norm MA: maPer, maPrc   €iDEMA,...
Hi, I am wandering how you traders manage MA fake cross as a signal for the trade. I have a fast MA crossing the slow MA but sometimes it just crosses and gives the trade signal but then soon after the price reverses and the MAs detaches. How to avoid this kind of fake signals. Thank you
Hello dear Mql-programmers, I got a problem in the following code. It should return a signal (long/short) if the smaller MA just got over the bigger MA and this signal should  been kept until the price moves above the smaller MA to send the Order. My Porblem is that this only works for the first...
Is it possible to install a free indicator from the Market in MT5 on an android device (galaxy s7) and if so how?  Please and thankyou
I new trader and i want to know if i want to take position for a long time then how to execute order. 
Hello Traders, So this is my first post on MQL5 and i have been trading for many of years. I am trying to put together a good profitable EA. I have been on the hunt to find a indicator that can confirm My Supertrend indicator and avoid a slow sideways market. In the picture attached i have circled...
Hello, I want to know if i subscribe to signal that the broker is FBS and the provider trade one "DAX30-z18", is the trades will be copy on my trading account with Admiral Market broker ? Because on Admiral Market, it is Dax30 index, not same name than provider's broker... Regards.
Had to switch brokers as my old one didnt supply 1:500 leverage but my new account cant see the signal for some reason. There is a "Move subscription" option in settings, which brings up a dialog, but clicking the Move button does nothing. Anybody know how to switch acounts for signals?
Hello, Who can I ask to about recalculating 1 month (one year old, your stats says -100% and this messes all the stats and rank) - where MetaQuotes automated algo fails ? My system now is not recognized as sustainable (because of the wrong -100% performance of 1 month, 1 year ago), if we check that
Hi, im looking to see if there is a way or if anyone knows how to configure a way that allows you to instantly set a TP and SL by pip amount every time you create a buy/sell stop order on MetaTrader 4. It would work wonderfully for me if this was possible since im looking to create a high volume of...
I am trying to make sense of the draw down calculation. The optimisation screen shows 3 passes, 1 for each symbol seperate and 1 trading both symbols.  Now, both EURUSD and ALL pair pass trigger stop out. Yet, the ALL pass shows in the optimisation screen a  draw down of 58%. How is this possible?...
Hi wondering if anyone could help me with my EA.  Everything works fine on backtest but live it doesn't seem to open trades. It works live on a other pairs but for some reason nzdusd does not work. when i backtest the times it was running it opens trades on the backtest but not live? any help would...