MQL4 and MetaTrader 4 - page 495

  Cannot load  (4)
Anyone knows why I can`t load experts, scripts and indicators in MT4. Basically nothing works in one of my terminals while everything (the same) works in all other terminals I have installed. I have MT4 terminals from 5 or 6 brokers but I only got this problem with one, the rest have no problem in...
I made a custom indicator (using Molanis) that involves having bollinger band from M15 (yellow), H1 (green), H4 (blue), and D1 (white) onto a single chart. The purpose is to see the upper and lower bands of H1 H4 and D1 while looking at M15 chart, and so on. However, result looks something like this...
Hii guys it would be awesome if you can help me out here, i need to get the EA file name and remove the strings from its name and have the final result in only numbers, EXAMPLE: EA name is "JOHNCORE 112.32231" we need to get the name of the EA file from with-in the code somehow, then from the file
Hello everyone, So I've been reading the mql4 book I've tried my hand at customising the basic EA code that's in there. I've got it working with different entry/exit signal but I can't seem to get it to short. I've put alerts in every stage of the EA but still can't figure out where the problem is
double Buffer1[]; double Buffer2[]; int OnInit()   {       SetIndexBuffer(0, Buffer1);    PlotIndexSetDouble(0, PLOT_EMPTY_VALUE, 0);    PlotIndexSetInteger(0, PLOT_ARROW, 241);    SetIndexBuffer(1, Buffer2);    PlotIndexSetDouble(1, PLOT_EMPTY_VALUE, 0);    PlotIndexSetInteger(1, PLOT_ARROW, 242);...
So I built an EA only for entries nothing else. But for some reason for example when there is a setup on AUDUSD and another on GBPNZD at the same time the robot only take 1 of those trades. Why? What can I do to fix this problem. Im new to coding so please bear with me. I know I said it was only for...
What would occur in the charts generated if history data from server with different server time is transferred into history file in a new mt4 with different server time. How would the new mt4 treat this new data. Thanks
Say I want on one chart to have 10 sound alerts . I go into the terminal , alerts tab and create the first one. Is there a way to copy this first sound alert and just drag it to the price i want ? And then to copy it again and drag to the next price and so on. Just copy and drag? As the way I am...
Hi, Need support on coding function to close all orders for all pairs with same magic number if net profit equal spasified money amount   I searched around and tried to code it myself but unfortunately not succeed :) Appreciate your support  Thanks 
I want to know if its possible to make this simple custom oscillator where 1. Add stochastic + williams %R for current time frame (-100 to +100 oscillator) 2. Add stochastic + williams %R for M1, M5, M15, M30, H1, H4, D1, W1 times frames, total divided by 8 (also results in -100 to +100 oscillator)
I have a buy order open and closed again. Everything works OrderNummer=OrderSend(Symbol(),OP_BUY,0.1,Ask,3,NormalizeDouble(Bid-Sl*Point,Digits),NormalizeDouble(Bid+Tpf*Point,Digits),"Buy",123,0,Blue); if(Bars > barsCount){    if(OrdersTotal() > 0){       for(int c = 0; c < OrdersTotal(); c++){...
Hello, I'm very new in programming MT4 custom indicators an that's the reason for my very basic question. How can I shift all values of the whole price curve in the chart (e.g close/high/low etc.) continuously "X" bars in the left direction of the chart? This shifted values are "basic" values for...
I entered a sell trade . The price is currently just below my sell price, maybe 2 or 3 pips. Why am i still minus on pips on my trade order? It seemed to me that when I place a trade the spread is automatically applied as when i entered the market my sell order was not executed at the current market...
Hi, im having trouble with something. I want to calculate remaining free available Margin (Not as a % but in dollars) double margin_level() {    double value =0;    if(AccountFreeMargin()>0) value = NormalizeDouble(AccountBalance()-AccountProfit()-AccountMargin(),2);    return(value); If my profit...
Hi,  I'm asking a help or just a little hint, because I'm stuck a bit. I want to integrate 2 different buying/selling opportunity into one EA. They complement each other, since one is buying when the trend starts and the other one buys in ovebought levels. When I tried to build that , only one of...
I want to check if my EA is running in a specified Profile....if so then I want to do some things in other charts, within that Profile. But I really don't see any Chart operation what could check that. I also did not find any information when I search for profiles. Hope somebody can point me in the...
Hello everyone      as shown in the figure, Two price axes for the same window, Different time periods.                                                                 Thans.
I use this ea and it does well. Except it needs TP and SL, especially TP. I have tried other forums. I am given instead very complex versions of xMeter traders EAs. Can someone on tsd forum kindly just add TP and also SL to the attached ea. Thanks and Regards xmeter_mini_trader_v3.1...
Let suppose that 2 terminals are running in my system and each terminal has few opened charts. My question is that if there is any way to get the window handle of the chart which is currently active using any mql function or system DLL?
Hi there, I have occasional failure of OrderSend() on Error4109 with “Allow Live Trading” checked . It does not happen all the time. I also noticed that the same trade may go through in a different account at the same time. My EA is fully self contained and does not depend on any external inputs
I have rented a nice dedicated server with decent cpu and 16 gig ram. I have encountered a problem though - I am not able to run more than 32 terminals at the same time. If for example I want to run Terminal33 it is not starting, but if I quit Terminal 1 or any other, I am able to start terminal 33...
I've been using the GlobalVariable....() functions to create my global variables for my EA but am wondering if I'm making life too difficult for myself. I will be running this EA on multiple charts in the same terminal at the same time and have been using the GlobalVariable...() functions to avoid...
Hello to everyone, i would need to use this operator || Between functions but I give you an error: 'if' - expression of 'void' type is illegal. if( myFunction1() || myFunction2() ){      myFunction3();}
Please help with my spread filter. I'm using ECN 5 digit broker but when I use this code, the ea doesn't seem to read the spread correctly. On my EA I do normally put an extra 0 eg  500 for a take profit of 50, just as an example ( I've tried to add/take away 0s with no luck). Is there and easier...
Hello guys. Can you tell me if the code in this way can be correct or where i`m doing wrong? Thanks to everyone.     //++++ Spread Filter    extern double MaxSpread = 5.0;    int MarketInfo()        if {(StringFind(Symbol(), "JPY") >= 0){ {Spread = (Ask-Bid)*100; } else {Spread = (Ask-Bid)*10000;...
Yes i know that you can make any variations of the trailstop put into a script or EA, but i`m curious how the built -in trailstop work. So for example: if i enter long at ask 1.2345 , and the stoploss is 20 pips (1.2325), but the trailstop is 10 pips then after the price goes to 1.2346 the new sl...
Hi How do i get the highest AccountBalance(); between two dates, for example between 2015.01.01 until now?
I have 2 monitors with different mt4,   At first monitor(mt4) I attach all major currency pairs and all in H1 period, and the other monitor only show D1 period. the question is : how If I click GBPUSD in first monitor, and the other monitor automaticaly show GBPUSD in D1 period ? Is there any...
I have opend about 20 currency pairs and got them arranged next to each other with the "Arrange windows as non overlapping tiles " button. The problem is that i have some indicators on all of this charts but they don't resize with the window. They stay as big within the chart window as the window...