General - page 909

Hello, everyone I need a professional trader! I'm starting up an Investment firm where I need a professional trader who can run an EA or manually trade Forex with money that I provide them. If no one can do this, any pointers to what EA's and broker I can use (based in USA)
I need to calculate the time that is left for the Rollover starting at 22:00 GMT... I can certainly find the current (local) time: datetime TimeNow = TimeLocal (); But I have no clue how to proceed from here on... The time difference between local time and GMT time is +3 hour (adding to GMT 3hours)
Marco suggested I switch broker yesterday, looks like I will have to as their system cannot add, see attached picture. Mind you it is in keeping with their values, what with 13 points /pips spread on BO, Oh my broker now tells me after much deliberation,and a Massive overnight reversal( which he...
Looking a renko inductors to make a renko chart and saw a free one.  D/L it and it appear in the market section of my nav in mt5 clicked on it and it worked.  Wanted to try something better then the basic free one and d/l the next one that was $25.  I clicked the demo and not the buy tab it landed...
Good evening you all, I have this Expert Advisor in which I can set take profit and stop loss in points. I want to change this parameter with the percentage of the investiment. For example, when the profit is at 25% of the amount invested or when the loss is at -70% of the amount invested the...
  Horizontal lines  (100   1 2 3 4 5 ... 9 10)
simpel grid builder/ sorry first gridbuilder wasnt working corect this one should work
Can everybody stop hedging against me, whenever I make a trade the whole world seems  to know about it and turns the market against me. Literally within 5 minutes of me placing trades. People monitoring my key strokes or hidden cameras will be found, this has been happening now for years and must...
Hi, What is wrong with my code ? I have strange values for lot size  cadjpy, cadchf,audchf pairs for some unknown reasons void OnTick()  {      double spread  = MarketInfo(Symbol(), MODE_SPREAD);      double adx1 = iADX(NULL,PERIOD_M15,10,PRICE_CLOSE,MODE_MAIN,0);...
  Hedge EA  (14   1 2)
Hello Guys... I am looking for an EA which perform ALL the below functions 1) Enter buy @ the open of the Candle when the previous bar of the Candle is Bull or Vice Versa 2) Set a stop loss & take profit of 20 3) Trades only with the specified time period. Regards, Sanjay    
Hello, I wanted to trade Correlation Trade between XAUUSD - EURUSD . Lets say i want to buy 0.01 lot XAUUSD (Contract size 100 ) . How much lot should i buy with EURUSD(Contract size 100.000 ) to keep them correlated ?
  pattern dectector  (10)
Hello everyone, Someone know a good free indicator to recognize some patterns (like triangle, double bottom ,...) on mq4. It will be very usefull Thanks in advance for your help :)
Here is the code of the indicator that I trying. Kindly help me to make it visible with proper result:   #property copyright "Copyright 2016, MetaQuotes Software Corp."#property link      "https://M2P_Design@hotmail.com"#property version   "1.00"#property strict#property...
  pending order  (4)
I have tried to find it on the site but, I need a script\ea which when a pending order or market order hits stoploss all pending orders are removed from my account
  Installing MT5  (5)
Hello All, I am excited to be using MT5. It has so much potential, however I am facing this issue. When I run mt5setup.exe it asks for a proxy server. There is no proxy for me. I am not able to move past this point in the install. Also I am using wine and Ubuntu Linux. The installer seems to be...
Hi, I have a RSI indicator and a Moving Average in a same window indicator(RSI Window). Moving Average is applied to close price. How can I check for crossover of these indicators? I know RSI scale is different from Moving Average. But how can I scale both to 1 type ? Or how can I check for their...
[Deleted]
Suppose I'm trying to create a script that will  have all the resources,external  dependencies saved in it. So far i know about base64'ing  simple strings. But what if i want to encode a whole jpg/dll file, for example? If possible, the next question is : "how to reproduce those files for use in...
Good day I am looking for a way on how I can restrict access to my ex4 file, by having a mysql database create an access code on a monthly basis? Thanking you in regards
need help ... that's my account what i have to do to get tasks .. i just appear in first day in agents then nothing happen .. what i have to do?? i just restart Meta Tester 1 , 2 today...any one can help?
Hi. Can you propose any tool which can work with another EA and close all open orders if an equity drops to defined percent of a balance and if possible turn-off an autotrading?
i want to ask about signal subscriber, if the signal provider close trade with divide opened lot, is the effect will be same with subscriber account ? for example : me as signal provider open sell GBPJPY 0,02 lot and when it's going profit 110pips (profit in usd $1.10), i'd like to close part of lot...
Hello members, I no longer find the Message option from user left sidebar, plus I can not find the option to send a message to any of my friends. Not sure what happened. Plus not receiving notification from moderator comments on the desktop version of this site. Anybody facing the same problem?...
i am looking for a coder to do some quick work on something i have planned if you are interested send me a message i will pay for service :)
how can i change my time zone in metatrader 5
Has anyone here heard of automatic trendlines? If so, is there an indicator set for them? Thanx, Graham
In my Jounal Signal:2018.05.28 04:11:13.53': Signal - #2928986 sell 0.02 EURCHF at 1.16200 skipped as no symbol found. Any body tell me pls! what do i have to do with the problem Tks
someone Could you tell me how can I enable the signal tab in MT4  Thks  Gabriel
Since many of the MT4 brokers provide very short historical data, so I download the historical datas from tickstory.com. After I do the optimazation backtesting and have chosen the optimal parameter set, I use this to run a back testing by using the "Every tick..." from the broker. But the result is...
Can i use a terminal on my home pc to loginto a terminal on a vps that is in a foreign country / not on the same pc or network ? It seems as though i have done this before but don`t remember how to do it...Could it be i need to install another terminal in the same directory on my home PC ?
If technology duplicates every two years, does it also mean that forex market trading robots will become better, making the marker ever harder to profit? If the answer is yes then in 10 years, forex market will become 32x harder to profit, is that correct
Hi, Can anybody help me put a VLINE on every (repeadtedly): 1. london open (Green) 2. London close (Red) 3. US Close (Yellow) *Timeone: (UTC+2) I hope I can make this from the beginning, it will b used fo rmy backtest and forward test. THank you!