Expert Advisors and Automated Trading - page 418

Hi, only on live/demo-Charts the target-price as small arrow-lines for the open position is in blue, but in strategy tester stop and target arrow-lines are both red. Confusing. Is there a fix solution?    Warm Regards Burkhard 
[Deleted]
Hey guys. I have the same account running on a terminal on a VPS, my laptop and android. The signal only shows up on my VPS! Is this correct? The signal only shows up on the VPS terminal.  Thanks in advance guys Karl 
Hello and thank you for reading.I'm new to coding, but have a basic understanding to make small adjustments. My EA seems to wait for a Sell signal after the Buy trade is finished. Even tho there is more buy trades in the trend. Can someone please direct me as to what part of the code i can fix this....
Hi I am trying to adjust the take profit function on the EA shown below so it closes out a profitable trade when the price hits the middle bollinger band. Any help in adjusting or rewriting the code would be appreciated. thanks.......Mike #property strict #include <stderror.mqh> #include...
Roboforex offers free VPS to its customers. Does anyone has experiencewith free VPS from Roboforex?
Hi everyone, I'm trying to have my EA read in open, high, low, close information for the current daily candle from other currency pairs, but the data it shows seems to be completely wrong. In fact the data for the pair I am running the EA on is also incorrect if I use the currency name in the...
Hi Friends ! Can you please help me to find an EA that place order with TP , SL, and Trailing stop? Here is the rule : - Buy order when CCI(20) cross 100 and price above EMA200 - Sell order when CCI(20) cross -100 and price below EMA200 Time frame 4hours. I hope that you can help me. Thank...
i am just wondering if a 5 digit adjustment is still needed today? or it's a thing for the past Example: int&nbsp;&nbsp;&nbsp;&nbsp; vpoints;double&nbsp;&nbsp;vpips;&nbsp;&nbsp; if (Digits == 3 || Digits == 5)//Adjust for five (5) digit brokers.{ vpips = Point*10; vpoints =...
Anyone can refer me to an explanation how to do it in MQL4 (my knowledge in MQL programming is less than poor....) or suggest the code for that? Thanks, Aviya
Hello everyone! I have been working with metatrader for few weeks now and i noticed that it saves the tick data ( bars, asks, bids etc.. ) and different timeframes are in different category. By that i meant that if you go into past while having daily candles then it only downloads daily candles...
Here is my experience of having backtested more than 700 EAs from mql5.com with 99%+ modeling quality. I found around half of them simply just fail to earn anything. The equity graph keep declining and will wipe your account at the end. These included EA selling for more than a thousand dollars. The...
I'm seeing a lot of rendering errors for the line between entry/exit points. Is this a known issue?
Is there any automatic trading program that I could use to trade weekend gap in several pairs? I would like to entry trades in several pairs and Close the weekend gap. And I would like to entry trades in Daily, 1 hours, 30 min, 15, min, 5 min and 1 min chart from monday to friday automatically. Is
and save it until a higher closing price is achieved? eg: prev candle's closing price is 1.0950, which is saved as a variable. I want to save this price until a candle shows a higher closing price, in which case, the new closing price wil be the value of my variable. If I try to set the closing...
Hi everyone! First, sorry for my english. My expert advisor don't make transactions in the way that I want. I've tried many things, but no one was working. My ea should make transactions when actual price is higher/lower than the highest/lowest price from last x bars. The next transaction should...
Hello!! I´m looking for an expert advisor that can multiply trades... For example, My actual EA opens a 0.06 lot position , being that I need an EA that can make that 0.06 lot position become 6 x 0.01 lot positions. So I can set my actual EA to open 0.01 lots and the new EA would multiply by 6....
Hello everyone! I wanted to try something new today. I tried to render BMP image to chart, which worked fine yet when i try 32bit bmp with alpha channel the image won't appear transparent. I double checked my bmp with hex editor and it has alpha channel with correct value. Hm i guess i must be
Is there a way to see which trade was running afterwards? If I have 4 charts with EURUSD running at the same time with different EA's. Is it possible to see which one did best? Or which one is working bad. If they are running on a vps server and I only see the order id afterwards, then it's hard to...
Hello guys, I had some work developing a News Filter that I integrate into my EAs. Now I would like to know if there is a command that would allow me to disable AutoTrading and readable it programatically. Like this I would be able to filter news for other commercial EAs that I don't have access...
hello, i want to back test an ea which buys when closing price of last candle is above upper bollinger bands and sell if below lower bollinger bands.how can i do this??
Dear Traders and Coders I am currently playing around with Panel for sometime. I found that Panel object is little bit clumsy at the moment. I created panel with several buttons and labels on the panel. When the    "int OnInit()" function takes place (for example, when new input variable set by...
As the title says. Like in an EA attached to a 1H chart I have this code: iStochastic(NULL,5,14,3,3,MODE_SMA,0,MODE_MAIN,0); And a similar one for iRSI. Both gave me wrong values. Not even close to the real one. I had no 5 minute chart open but that shouldn't be necessary? I do such calls all the
Hi All, Anyone knows if brokers have the access to our EA database and can see the code? Regards, Andrzej
Good day, Please i want to know how objects (Buttons,labels,lines etc.) can be enable or made to work in strategy tester visual testing. There is a product in the market which uses the functionality and i want to know how its done. Tried asking the developer but he said its a secret. Here is the...
Hello guys! I am placing lines everytime user places order. 1 line marks order price, other one stop loss and then take profit, I want to hook stoploss/takeprofit modification in order to update those lines. I'm wondering, does anyone know any fast way? Btw I'm using MT4. Thanks
  I'm new at this  (1)
Hi, everyone! I just started programming ea in MQL4 and I've been trying to make a simple robot that opens the order when the market reaches a specific price. That is simple enough, however I want it to open the order again at the same price when the stop loss of the order is reached. But I can't...
Hi All, I'm trying to have an order removed at the end of the day (or end of the daily candle) when conditions are not met. Below is my code to add the order. I tried using "ORDER_TIME_DAY " and "ORDER_TIME_SPECIFIED_DAY " to have the order out by the end of the day without success. Can anyone...
I am running two EAs and nine charts, two days already have no trade. No error in log. I don't know what is happening. Also I heart that you can connect to the VPS via remote desktop connection, but what is the ip address and the login?
Hi. I am backtesting/ optimising using mt4 strat tester.. I am backtesting on the m1 and tickdata scale. My modelling quality is never greater than 25%? why is this? I thought 1min and tick data is the finest/most accurate data so why is it so low at 25%? Can someone explain/link me an article that...
[Deleted]
int Bar = Bars(_Symbol,_Period);&nbsp;&nbsp; for (i = 0; i < Bar + 1; i++)&nbsp;&nbsp; { // my condition&nbsp;&nbsp; } int Bar = Bars(_Symbol,_Period);&nbsp;&nbsp; &nbsp;&nbsp; for (i = Bar - 1; i &gt; 0; i--)&nbsp;&nbsp; { // my condition } it's does'nt work, showed critical error...