General - page 707

Hi there guys, does anyone know of an indicator that plots the bid ask line only til the current bar being plotted?
  investor  (82   1 2 3 4 5 ... 8 9)
Looking for an investor! successfully trading since May 2017. i can send you the results on email. Yield from 20% per month. *** below is a file with a detailed report from the beginning of the year
  HLC Bar Chart Indicator  (24   1 2 3)
Hey guys, was wondering please if anyone had a HLC Bar Chart indicator for MT4 please? I would like to use the normal bar charts in MT4 but without seeing the Open data displayed, just displaying the High, Low and Close. I wonder if this is possible to change the code in MT4 so that it does not...
  Forex News (from InstaForex)  (1602   1 2 3 4 5 ... 160 161)
Euro climbs to 16-day high against British pound (RTTNews) - Wednesday, the European currency climbed to a 16-day high against the British pound. On the other hand, the euro slipped to a 6-day low versus the Swiss franc, while gained slightly from an early Asian session's new multi-month low against...
Hello Service desk team, Please solve my concern. Current I cannot open my account in MQL5 webterminal but I can open in MetaEditor4. Thank you, Machaya
When I click --> https://www.mql5.com/en/users/sukumarsikdar/partner I get a response --> No affiliation links generated. What is the correct way to use that partner link and become an authorized partner?  Thank you.
Trying to count the number of times that the Ask price goes above the High of the day.  Only seem to get zero, with the following code.  Can someone tell me what I'm doing wrong or missing?  Seems like this should be pretty simple.  Perhaps code is only being seen as a true or false condition....
Hello everyone, is there any script that can inform us in the middle of the screen the value of profit or loss like this image in Ninja Trader that works in MT4? Waiting for answers s
[Deleted]
  Flexible Time Charts for MT4  (84   1 2 3 4 5 ... 8 9)
This gives you 96 time frames including tick. You can chart on the bid, the ask or both and there are a host of other options. Since someone threatened to make something similar to this and sell it as a commercial product. Here is a free one that I made. You must have stderror.mqh, WinUser32.mqh...
Please explain how do I subscribe some one signal direct from MQL5.com while his signal is not available in showcase of MT4 Regards
Handover and payment The Customer has accepted the Demonstration. Now, the Developer is to deliver the final result. After accepting the work, the payment (minus commission) is automatically transferred from the Customer's account. The Order is automatically considered complete, unless the Customer...
Hello guys; I have a variable equal a 0. However, through a period of time it will assume another values. When this period of time fisnish, I'd like the variable return a 0 value. The Opa2 variable will receive parametres from Opa variable. Soon, Opa2 will not worth value 0. I wanna that this
I have sent documents but1- I am From Egypt and live in Russia. 2-my upload photos was not as required. 3-my registeration as a seller rejected I don't know why. 4- now I remake photos as required but my registeration as a seller id rejected. 5- How can I make new registration as a seller.
Hello i subscribe for an ea and he not open orders when the EA opens several orders at the same time why ? Thanks
Hi, I found an interesting indicator I would like to use in MQL5. Tried to convert it myself and get no errors when compiling, but unfortunately nothing is shown on screen when attaching the indicator. Maybe someone can point me into the right direction. Thank you in advance. Best Regards Sebastian
A meme is now circulating that gold is the investment equivalent of a pet rock, and that the smart investor should sell gold, and buy stocks. That’s a ridiculous notion. In fact, if you believe in buying low and selling high, this is the time to buy gold, and sell stocks. It pays to remain as...
Dear mladen and Mr tools is it possible to create any ea or script to generate 30 seconds data , with the history , presently as far i know its only shows the present day , but once restart the system that is also disappearing  so is it possible to create a history of  desired bars / days ,,,,...
Hi For a ongoing signal, in order to change some signal cofiguration later (ratio of deposit used or Stop if Equity is Less Than) in the Options > Signal, of the MT4 platform, does that automatically get changed on the VPS? if not, how to apply the changed? Thanks
I need to make 2 buy or 2 sell trades, with one having a TP and the other running with a trailing stop.  Current EA only does one. Tried: OrderSend()&&() And OrderSend()&&OrderSend() Neither is working. Should it be: If(OrdersTotal<2) to open 2 trades  And close one position at a certain TP Then...
I am newbie with mql5? Would like to know how to get last closed orders (market order closed or pending order deleted) ticket number?   Thanks in advance.
Hi ! i paused the signal for one day, when i restarted i can not copy the signal anymore. please help. regards
Here's what I have so far, and it works, at least it seems to. Is there a better way to do this? Also not 100% sure of the 0 condition. I'm interested in any commentary that generates an interesting, more efficient, and/or more elegant functionin MQL5. // Check if three doubles have the same sign...
#import "kernel32.dll"   int   CreateFileMappingW(int,int,int,int,int,const string);   int   GetLastError();#importvoid OnStart(){    int hMapFile= CreateFileMappingW(-1,NULL,4,0,256,"Global\\test");    Print("CreateFileMapping_error:",kernel32::GetLastError());    Print("hMapFile=:", hMapFile);} Hi...
Hi all, Is there a possibility to create a batch file in dos to be able to recompile any number of files and create executables? Thanks in advance Manuele
Hi there guys. I am using a tick downloader called QuantDataManager, it downloads tick data from dukascopy going far back in time. This downloader has an " export to MT4" feature (which exports in .FXT or .HST files). I never did this before so please correct me if I am wrong. What I need to do is
When I select the market tab, the screen is blank where yesterday there were things to purchase.
Why is it so hard to find a simple Renko EA that orders on two bricks up/down etc, pretty much the same way youd trade a basic Renko strategy yourself. Reason being that you don't have to sit in front of computer all day. Does anyone know of any free EA that will do this?
Hello Folks, Can someone pls tell me how the Ratings are decided for the Expert Advisors here?  Who gave this rating and is this reliable ? Regards, Harsha
  variable plots  (7)
Hi Is it possible in a custom indicator to change the number of plots on chart based on user inputs?
i don't get it, all my attempts failed. i have this script that exports history of multiple pairs, i need it to only export time and close price, and they have to remain in the same row, 2nd and 7th. is it this part? can't figure out what to delete or modify, always stops working :(