General - page 818

I just downloaded an expert advisor. However, when trying to run it in live, real time. A warning pops up......."GMT Time URL 'http://time.is/UTC' are not allowed on tab 'Expert Advisors ', EA Going to Remove . As a result of this, I cannot use the EA Is any one able to help me, in this forum? Joe
I have a special situation... In an indicator I create a Fibo Object... I want to allow the indicator that is creating the Fibo object to be added multiple times on the chart and that fact forces me to add an index to the Fibo object name in the Init() function for the indicator. Everything is...
First we got imperative, later we get OOP, but the new thing today is functional programming, some say you avoid lots of bugs, and it's very good with large projects, so my question: in this trading field, functional programming can be useful? thanks
the portable mode don't work as it worked before. I don't want an explanation, please, but a tutorial,  
Hi ,First of all starting this topic does not mean to advertise any product .This topic is purely a discussion point of view ..Agenda is to discuss with other traders about trading Systems ( strategies ) and learn more .. Please do not ask for buy or sell any product at this topic ..  regards ,
Hello everybody I am trying to write my very first EA and I need some help with printing open and close values of the last five candlesticks in reverse orders. And how can I add Time in a human readable format? I can not figure out how to do it. Many thanks in advance :)
Hello. I need to create a Heiken Ashi chart in mt4/5 for backtesting.  I dont want to repaint candlechart to make it look like a Ahsi, as many people suggest it. I need to create a individual Heiken Ashi chart.  Would be happy to see some useful links or advices about that Thank you
Hi, I need someone to modify the Hidden Gap Indicator by Chief1Oar (name on Forex Factory) I would like the indicator to : 1) draw a line at the closing price of the candle conditions selected (climatic, climatic but lower volume than the last candle), lines drawn must remain for a minimum number...
Hi, I'm creating my first signal with CiMA and every bar I'm getting 1.#INF because the ma.Main(i) is returning 1.797693134862316e+308 My Code is here: ma = new CiMA; ma.Create( _Symbol , Period (), 10 , 0 , MODE_EMA , PRICE_CLOSE ); and I'm trying to use: ma.Main(i) where i is the common
Hi! I'm trying to fill an array in the oninit function, but sometimes when I do the backtesting it gives me critical error because it tells me that I'm dividing by zero. The part that fills the array is as follows:    for(int i=0;i<vol_tBars-3;i++)     {      double sa=atr13Buff[i];      double...
  Profile Contacts  (2)
It would be helpful to see the following fields in the contacts section of personal profiles (similar to Facebook,Skype,LinkedIn etc..): Instagram, Telegram, Youtube
I tried to convert from mq4 NewsEA, please tell if it is correct
Which approaches do you use to handle data synchronization problems of a symbol in the terminal with the data on the trading server? 1. Exclude EA from the graph (radical)? 2. Do activate the Sleep function for a certain time? 3. Do you use another approach? Thanks a lot!
  access to VPS  (2)
Is it possible to have access from MT4 terminal to MQL5 VPS from two different desktop for the same account?
Can i fund my mql5 account with my friend's debit/cr edit card? Any one has knowledge about this ?
Hi all - so I registered using google and did NOT use a User name and Pwd.  I can and am logged into MQL5 on browser fine. In MT4 you have the terminal that lets you log in and you need to to authenticate bots etc.  How do I Log In via this Terminal if I have registered in the below method?
Hello, after a restart of win 10 the mt4 backtest (Control Points, M5 EURUSD 2016 to now) suddenly needs 80 seconds instead of 40 before and the test-result is about 2% worse, the same with other EAs. I checked virus, background programs, made hardware scan and several restarts - it stays slow. What...
[Deleted]
I recently saw such a thing as a channel, who knows what it is and how to do it?
Maybe not exactly, but I hope to find some way to make the EA work more or less similar as control points.If someone can give me an advice here I'll appreciate
Hello, I’m looking for a position size calculator Ea that auto adjust the position size of a trade.  Let’s say if I open up a order of .01 and my account size is $1000  But I would like to use 10% of account size to determine lot size. The Ea, the close the .01 order and opens a new order with the...
  EUR/USD  (1)
Forgive me for creating a new topic but I couldn't find one open related to this: Hello traders. If youhave been trading EUR/USD perhaps you share my frustration with amarket that defies “normal” interpretations of both fundamentaland technical analysis. Case in point, today (4-11-2019) prior to...
Hi, I have a problem of installing MT5 indicators. My system is Vista Home Premium, Pentium(R) Dual-Core CPU 64-bit. I tried to follow some process but it seems not working. I will appreciate it if someone can give a step by step direction on what to do to get this thing working for me. It will...
MT5 build 2009. Just try following code: void OnStart() {  string real_number = "4.467916942e9";  //double d_amount = StringToDouble(real_number);  double d_amount = 4.467916942e9;  ulong l_amount = (ulong)d_amount;  printf("amount: %s, %f, %u", real_number, d_amount, l_amount);  d_amount =...
I want to use price data from other source (not Metaquotes) in order to do the backtest in Metatrader 5. I know in MT4 is possible, it possible to import data in MT5 for later use? Thanks!
Hello there, I don't know why my XAUUSD(4H) candles start at 1,5,9,13,17 rather than 0,4,8,12 etc. My Broker is HotForex(EU). As I've heard, it should start at 0-4-8-12,16,20  like currency pairs but for me it starts at 1,5,9... This issue is just for Gold and Silver Why My XAUUSD 4H starts with 1...
Hello, How do I set my EA to auto select the lot size based on the account balance. for example my risk reward ratio is 10% of the account size and my target is 50 pips per trade. if the account size is $1000 I would trade with 0.2 lot size. if balance is $200 I trade with 0.04 and so on. Someone...
Hi. I am having difficulty subscribing to a signal because MT4 takes forever to process a payment. I've reinstalled but the problem continues... I'm using my broker's MT4. Paypal is no faster, and last time when I used a debit card, my funds were deducted but the process was not completed so I did...
[Deleted]
Gooday everyone. I have a question for programmers/coder's. Let's say I ask someone to program an expert advisor for me, and the expert advisor places a buy trade on EURUSD of 0.01 lot size, with a take profit of 50 pips, and buystop of the same lot size but different take profit, about 100 pips at...