MQL4 and MetaTrader 4 - page 1313

[Deleted]
  Help out anyone who cares!  (65   1 2 3 4 5 6 7)
how to insert a simple indictor into expert code ? to take its readings from n4 ( put it in the code and not call it via icustom )...third day I'm struggling... the indy itself : #property copyright "Krokus" #property link "" //---- #property indicator_separate_window #property
[Deleted]
hi, someone please code an ea for this wonderful indicator. rules are- buy when indicator is blue and exit when it turns red and sell when red and exit when it turns blue. also an option to set lots and take profit.
[Deleted]
Hi Could someone please kindly convert the following metastock code to MT4 format Many thanks for your help HA_Tema_ZL avg := Input(" Temagemiddelde ? ",1,200,55); haOpen:=(Ref((O+H+L+C)/4,-1) + PREV)/2; haC:=((O+H+L+C)/4+haOpen+Max(H,haOpen)+Min(L,haOpen))/4; TMA1:= Tema(haC,avg); TMA2:=
Hello, I have like four nested while loops, I need to exit the top loop (that is the whole instance, all the loops nested inside the top loop as well) under a certain condition. For example, the top loop is: while (x < 4); { } Now, I want to exit the top loop if x = 3, and proceed to x = 4 For some...
[Deleted]
Hi everyone. Does anyone know of a way to compute the bar count of the bars ONLY on the screen, not the total bars on the chart? An alternative would be to get the earliest datetime on the screen only (not on the chart). I'm trying to make a fixed-pip grid indicator that doesn't 'shrink' up when the...
[Deleted]
Hi, i've been searching everywhere how to make this kind of indicator. Please see the picture, i really need indicator that can show how many bars since last time MA Cross occured, and displayed in chart. Is there anyone can help with this?... I really appreciate that. Thanks.
[Deleted]
Hi !!! Is there somebody from Czech Republic or Slovakia? Pls, contact me by kudlacek@email.cz. Thank you :-)
  Strategy Tester Gets Stuck  (24   1 2 3)
Attaching here is the code of a simple EA that am trying to write based on SMA but while testing it on strategy tester, the tester opens an order and gets hanged. Plz help.
New article A Virtual Order Manager to track orders within the position-centric MT5 environment is published at mql5.com: This class library can be added to an MT5 Expert Advisor to enable it to be written with an order-centric approach broadly similar to MT4, in comparison to the position-based...
1- jMasterRSXv1C [attached] with DC-Set [attached] Pair: EURUSD Time Frame: M15 Results: APR10: 504 pips MAR10: 517 pips FEB10: 242 pips JAN10: 482 pips DEC09: 539 pips Let's hear it from you
[Deleted]
This is the line that starts the EA. Where can I read about PostMessage commands, in particular the WM_COMMAND parameter? PostMessageA(Parent(), WM_COMMAND, 33042, 0);
[Deleted]
Hey, Does anybody know an indicator, which shows the percent of change of the price? Thanks
I' m not a programmer.I want to calculate the trend with this methot, but ı cant, please help me. /+------------------------------------------------------------------+ //| altoplam.mq4 | //| Copyright © 2010,AYCEM...
Hello, i want to write a simple code that prints out the value of a counter variable that starts at zero and then counts upwards by 1 each time a tick comes through. My code does not work for some reason and i am stuck. here is the code i'm using: int start() { int Counter; if (...
[Deleted]
Upon the completion of a trade, I want to export the particulars of the trade to a CSV but I am having problems with orderstoploss(). During the trade, the stop loss is trailed. Ideally, I want to know what the stop was set at originally when the trade was entered. OrderStopLoss() is giving me the...
Can anyone please help me find the bug in this script. It works in the EA, but wouldn't work standalone.int start() {//Input constants   double Lots = 0.05;       //Lot size   int SLN = 250;             //Normal Stop Loss   int SLR = 250;             //Reverse Stop Loss   int TPN =...
Hello, I'm having some difficulty writing a script that will calculate the average pip movement over a period of 20 days for every currency pair, and then exporting those values to a .csv file. Here is the code: int R20=0;   int i=0;   int n = 0;   int handle;   string currencies[100];   string...
Print statments or 'Alerts' for Debuging?
i want to know metatrader serive provider that they provide zinc, nickel,lead, aluminim trading in mt4 platfrome ? mangeshdsonawane@gmail.com
i was tried out the metatrader indicator in to the equis metastock but unable to this eroor did any one know how to use metatrader(mt4) indicator into the metastock ( equis metastock, advance jet ) or any other conveter decompiler or any info that help me mangeshdsonawane@gmail.com
  MathMax  (7)
Is there a shorter way to do this? int a,b,c,d,e,f,g,h;MathMax(MathMax(MathMax(a,b),MathMax(c,d)),MathMax(MathMax(e,f),MathMax(g,h))); -Steve
[Deleted]
In the MQL4 Book an EA example is given on page 249 named 'TradingExpert.mq4'. I have been able to understand it pretty well except for the highlighted section in the picture. What does it mean?
I have a EA. it has only a single task is buy. How to stop or limit it when OrdersTotal<=10 ?. Thanks a lots.
[Deleted]
the other day i saw a friend with this view. I would like to know, How can i insert this indicator?? (specially the doble band). The person told me, its a EA that works with i-trend or something like that. thanks
Hello guys, i was wondering if it's possible to get the value of iMACD(NULL,5,12,26,9,PRICE_CLOSE,MODE_MAIN,0) from a 15mins chart? any advice will be appreciated. Thank you.
[Deleted]
Hi all, i want you to look at this Ea (attached). I downloaded it from a free site,and it has a bright prospect, but i need help to modify it with Order closing functions, so as to increase its profitability. I would like it to close an opened Buy order, if MacdM<MacdS, and it should close an opened...
[Deleted]
Hi, Is it possible to return multiple values from one function? If so, how?
[Deleted]
  help please  (2)
How can i get accurate splippage for my EA? The problem it has is that it places one order sometimes and it two sometimes and i want it to be placing buy and sell at the same time so i think the problem is the splippage. But if am wrong let me know and if there is a way i can be generating splippage...
I am getting order close error 4051 invalid ticket for order close function. Below is the code that I am using --- can anyone please provide a solution? Thx #include <stdlib.mqh> // External Variables extern double LotSize = 0.01; extern double StopLoss = 500; extern double TakeProfit = 1000; extern...
  coding issue  (2)
how do i write in code : if (order is closed) {open this order} else {open this order} else {this 3rd order}? without numbering the orders, i just need it to be simple so that if a certain pending order has been placed it doesnt get placed again until it reaches a tp or a sl. thanks