General - page 802

  percentage  (6)
hi!  I do not get the same percentage as the signal owner if he get 5% i get only 0,8%, any ideas ? pleas.
  Heikin Ashi RSI  (4)
Hi, I loaded the Heiken Ashi candles from the built in indicator list, but the RSI still takes into account the standard candles.  Any idea how to load an RSI that would be calculated based on Heiken ashi candles? Thank you
dear all pls help me  i need  handles for my ea who store the value of candle 0 ( zero) as follow: beta = iHigh(NULL,PERIOD_CURRENT,0); alfa = iLow (NULL,PERIOD_CURRENT,0); I saw that compilator in back test always associated candles Open value to alfa & beta; thks for yr reply  ac
hi...i have a code to find the date and time for specific bar and show them on the chart ObjectSetText("Firstdate",TimeToStr(Time[10],TIME_DATE|TIME_SECONDS),Fontsize,"Arial",White); this code is ok...but i want to use the value that i got from the above code to make some calculation... if it was...
Greetings all! Looking at the market, a lot of products, but almost no account monitoring (at least demo) on them. I do not know what to do with them, I will try to use them as a source of income. What do you think about it
Hi I just want to know if all the robots work on Android devices
I have an indicator that detects all trading activity on my account and then sends an email. I have an issue though in that when i close the positions the pips are not calculated correctly. This is the line on my MQL script that calculates the pips. In  the picture it gives a pip count of 491 pips...
Hi guys, I tried and develop EA for automatic trading over WTI and i could'nt. I wonder are there really good EA which person can earn money or all this world is hoax ! Before to quit this world, i need to hear that am i wrong
Currently to show the text I want, I need to make 2 buttons as there's a limit on the length in a button (as far as I know).  #property version   "1.00"#property strict#property indicator_chart_window#include <Controls/Button.mqh>CButton...
So I want my indicator to only do something if the current period is a certain timeframe. I need it to have the logic of the title statement, as my indicator looks at all timeframes even if it's not the current one, but I only want certain things to occur if I'm on a certain timeframe. Is there a...
  Very important bug in MT5  (22   1 2 3)
Hi, I've developed a EA on MT5 and I run it on two VPS (same VPS provider, same VPS configuration, same broker, same instrument (DAX)) and I notice some diffence in the entry, that is one EA place the order but the other not. After some debug I discover that the CopyHigh, CopyClose, CopyOpen,...
Please add resource to add CANDLES to the graphic on method ObjectCreate(ChartID(), object_name,OBJ_CANDLES, 0, time, price) or Newbar to create new bar on the graphic.
Adding funds to an MQL5.com account became even more convenient with the NETELLER payment system that is used in more than 200 countries. Now you can quickly deposit up your MQL5.com account, and subscribe to a trading signal or buy an app in MetaTrader Market. First, working with the NETELLER...
  Signals  (2)
Can I subscribe to a MT4 signal when I have a MT5 account?
I want to install MT4,and then I download mt4setup.ext from https://www.metatrader4.com/.But after installing, there is always a MT5 app.  How to install MT4 on windows? Thanks!
  Expert security  (2)
I need someone to program and locked my ea for each live or demo account
HI, I subscribed to a signal on my the platform on my VPS. MY MQL5 my subscriptions is showing that I am subscribed. The signal is showing on my ordinary broker platform on my computer. The signal is not showing on my account on my VPS. Could someone please explain how I get it operating on my...
hello, i need help. i want to create expert advisor based on ma trendline cross so please help me. i can program experts in mql4 but i stuck on this part of code. so if anyone can code it please help me.
I want to know if its possible via MQL  to detect when the Stochastic Oscillator or RSI makes a sharp turn  that makes a point edge.Please see image for what i am describing
That's right as soon as I finally pluck up the courage to try out trading "risk free", working out my stop loss and then clicking buy (or sell) the market is apparently closed and according to Meta Trader the world has stopped trading since 04/01/2019. Anyone else have this problem, it's really...
Hi there, I like to know is there any API to use it on my program to send sell/buy commands to MT5? What I am trying to do is do some calculations on all stocks in my C++ program, then find best stocks to buy/sell, then send buy/sell commands to MT5 to do that. May someone help me to know how should...
I wish to put my EA to optimazation but i don't know how to do it. If someone could help me I would be gratefull. 
Hello, I need to add Indicator into mt4 android os , I asked of service desk but they told me : Unfortunately we don't have plan to add custom indicators for mobile version in nearest future. can you help me : until when I have to wait for this plan , or I need to buy tablet windows or do you have...
Hi all, Inside a script i use the following code : //+------------------------------------------------------------------+//| Script program start function                                    |//+------------------------------------------------------------------+void OnStart()  {//-   TestClass test1...
void OnStart(){   int n = 0; double fup[]; for(int i=0;i<1000;i++) {  double f = iFractals(NULL,0,MODE_UPPER,i)  if(f > 0){fup[n] = f;Print(fup[n]); n++; ArrayResize(fup,n,1000)} }} This is the error message.  I did exactly as the documentation states! Please...somebody put me out of my misery!!
Dear friend,,, ia need for help to make my trading strategy into EA The indicators: 1. MA 5 - Exponential - OPEN-SHIFT0 === YELOW COLOUR AS TREND DIRECTION 2. MA 14,-SIMPLE-OPEN-SHIFT0 === RED COLOUR AS LIMIT FOR TAKE PROFIT OR STOP LOSS (EXIT SIGNAL) 3. MA 20, SIMPLE - OPEN-SHIFT 0 === COLOUR...
You can download a file with the trading history from the signal and write a script to work with it. How can I programmatically detect if a martingale is being used in my account? So you don't have to look at the trading history with your eyes. Who has any ideas
Hi, I have a problem with an EA: it doesn't open some orders on offline chart because the chart doesn't receive ticks correctly (being offline)...is there any solution for this issue? Thanx
Hi Everyone, Thanks in advance, I am getting Invalid Stop Loss & Take Profit Error, below is my code //+------------------------------------------------------------------+//|                                                     BolBands.mq5 |//|                                             Copyright...