General - page 759

Anybody know why my EA performs well in strategy test but when I take it to live Demo account it performs poorly. This has happened twice and I am at wits end in trying to figure out whether running Eas on strategy tester is even worth the trouble because the results are so different when testing in...
Hello all, I have been using Trademax as broker and already made some money with it. However, I’m a bit reluctant to fund a lot of money into my account, since I cannot find much information about that broker online. Does anyone of you have experience with Trademax? Is it trustworthy? Cheers Thekook
  Seller  (2)
I dont understand how to upload an image with qr code, please help with screenshot preocedure
I jave just installed a custom mt4 indicator, nut when I open it up the only thing which shows is a logo, any ideas? 
can anyone solve the formual from below code in excel sheet. i want to understand the mathematical formula and how it generates signal. #property indicator_chart_window#property indicator_buffers 2#property indicator_color1 Red#property indicator_width1 2#property indicator_color2 Lime#property...
2x paypal widthraw on website
  expert advisor  (1)
Metatrader 4 metarader 5'i uzman danışmanlara nasıl uyarlayabilirim? Bana yardımcı olabilir misiniz expert consultant used in meta 4 Can I use it in Meta 5
If all things are equal, if a broker has a web-base platform and a desktop-base platform and both of those platforms provide the exact data in every way, why then should the MT4 platform supported by that broker produce different data. OHLC and most indicators data produces different results.  These...
Does any know how to change the time on my MT4 platform as it is 2 hours ahead of uk time.or is it ok to use and just account for the 2 hours extra.
  PERIOD_CURRENT  (1)
Can I get the next chart by using PERIOD_CURRENT +1 ? 
Hi all, I have confidence in coding and I need a professinal to understand and write what I say. I know a lot of what we should do, but I do not know how to write it. I am quite assertive. I really have a different system idea to most methods. He can make good money with me, who cares. If you...
Hi, Can someone teach me how to close my account? Thanks.
Hi guys, im struggling coding my entry rules and signals for the Laguerre Indicator. Its too complex for my skills to implement 3 gamma line signals to my algorithm and i cant wrap my head around it. Anyone can help me on how to approach and procceed with the coding? Thanks a lot
Hi. I am writing my very first EA. I need to use open, close, high, and low values of candlesticks in a one minute timeframe. I have no problem handling the candlesticks already formed when the EA starts. Yet I do not know how to handle the new candlesticks while they are incoming in real time. Is...
Hello, For me it is not clear to programm that i only make one trade per exeeding limits of the Indicator. for example: I always compare the close value with the indicator ranges and than i make my trade. And than i want only make one trade till the value goes back to the ranges? For my logic i...
  Which method is better ?  (38   1 2 3 4)
Single Currency Multi Currency
Hi Pros, I'm trying to make an EA depend on 2 time frames at the same time. In other words, I want my EA to check conditions in 1H and if the signal says to open for example BUY order, next I want it to check 4H time frame and if the 4H chart confirmed BUY signal as well then it opens BUY order. I'm...
what is command word for  trough to program divergence and if anyone already have code please comment
I am creating an indicator that draws a buffer line on the moving average values but the buffer is not written to the graph. #property indicator_chart_window #property indicator_buffers 1 #property indicator_plots 1 #property indicator_label1 "Line" #property indicator_type1 DRAW_LINE
Hello guys I'm trading Forex about 2year now. I using FBS broker. Anyway, how do you guys think about Forex Signal? Do you guys think it really trustful? and Can make a profit?  At the first time, I used Paid signal during the 2month, I think the win rate is slightly over...
  signal blow ups  (18   1 2)
I'm more and more convinced that mql signals are the target of a brokerage. or bank, or someone with a whole bunch of money. Everytime a signal reaches a fair amount of invested funds like 1millon or more it is systematically attacked and it quickly melts down. I've experienced this more than a few...
Is there an experienced trader that offers copytrading service with some broker for low capital investors?
Hello Traders. I am seeing how I can send messages to a subscribers group. I have a free service where I am sending entries of my different automated systems. My idea is send the entries as: Price, SL, TP and Order. I am seeing the option of MT4 desktop and link up with the device id metaquote. How...
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 :)