MQL4 and MetaTrader 4 - page 1320

Hi guys, Our next grid trading course starts on Apr 18th. It discusses a comprehensive trading approach - both theory and practical application of grid trading on the forex markets. Including market selection, strategy selection, risk and money management, backtesting, analyzing, building a trading...
[Deleted]
Hi good day, I'm just learning how to program in mql4, I read an interesting tutorial which gave an EA basics, and I made small modifications to it so I could built my own. Here is the code, as you can see it's a simple T3 Tilson crossover, that gets called with the iCustom function, the T3...
[Deleted]
Semi automatic EA Settings: Buy.......false/true Sell.......false/true Number of trades.......... Lot size....... Take profit........ Stop Loss........ This robot needs to open trade in the specified direction and parameters immediately upon activation on the platform. After the profit has been...
  EA Strategy  (6)
Hi all, For those who have EA running on live account making real money. Is your strategy running for a specific pair or multi pair?
please help and tell me why my EA does not place buy's
[Deleted]
Hi all. I'm an old trader who's learning MQL. I'm testing a EA who make GRID, and i had the idea to open two charts of the same pair: In the first one i add the EA to ONLY GO LONG. In the second one i add the EA to ONLY GO SHORT. My idea is to do something like a Hedge. Unfortunatelly, the EA only...
[Deleted]
Could anyone give me some guidance? Thanks a lot
,,I have downloaded some stock histories,,,I can open them offline without any problem however I would like to backtest them therefore I need to use strategy tester. my problem starts at this point,,,in metatrader on symbol box there are just some currencies but I want to see there stock histories...
[Deleted]
Can someone show me some code that will demonstrate how to capture a crossing of two indicators inside the same data window? Example: I need to identify when the stochastic crosses the CCI in the same data window
[Deleted]
Hello, After back test my EMA crossing EA I noticed that some trades where opend on a long position but they should be short and contra. It is most probably becouse the EMAs has just touched not crossed. Can somebody please help me to solve this problem? Thank you Punta. Here are my trading...
,,I have downloaded some stock histories,,,I can open them offline without any problem however I would like to backtest them therefore I need to use strategy tester. my problem starts at this point,,,in metatrader on symbol box there are just some currencies but I want to see there stock histories...
[Deleted]
hello can an indicator be createated based on this information,, I am not a code writer so if anyone can help thanks in advance.. basically is drawing a trend line from the asian open to the london open,, Now wait until the close of the 02:45 ET candlestick....
Hello great coders, i met a rare problem in my program needing your help: i have my EA, and want to add to him a trendline property using another indicator called "TL_by_Demark_v6" its great indicator searches in the last 25 bars for peaks and troughs in separate cycles, - if the last peak on the...
The attached EA places one order sometime and it is two orders that i want it to be placing at the same time not one actually it places two orders and some time one. I do not  know where i made the mistake. Am sorry for disturbing you. Kindly help.thanks
[Deleted]
Hello, I would like your advice on an effective EA that trades well from small amounts, i.e. up to $100. Thank you
For example, I have five values in array named MyLots[] double MyLots[] = {0.01, 0.02, 0.03, 0.04, 0.05}; Array MyLots[] contains five values and now I would like to GET random value from the array table whenever I send open order. Can I please MQL syntax - how to GET random value from this array ?
How to make EXPERT ADVISOR works while computer and internet connection turn off..? I mean, turn off computer and Internet connection and execute Expert Advisor . Let EA works itself. How to do it?
[Deleted]
This is an indicator found on this forum. I've known that this indicator repaints ZigZag buffers(buf 0,1,2,3). It seems that it also repaints trading signals( buf 4, 5, 6), but i'm not sure. Could proficient programmer please tell me whether it repaint its' trading signal? Is is possible to repaint...
Can anyone be kind enough to provide me with an EA which will close an existing trade with the cross of two MA's of choice? I need to tell you that I would be very grateful for any help. Im having trouble finding what I want. Kind regards. Pat
[Deleted]
Hi all where can I find specific information to use MatLab or Scilab(free!) to process MT4 data ? I don't ask how to interface but how to use MT4 data feed into matlab ou scilab and return result that can be usefull for trading. thanks Phil
[Deleted]
  iMACD problem  (7)
Hello, i have a question : i am working on my own ea. One of my indicators are the MACD and with that i have some problems: I want to know when the red signal line cross the 0 line: SignalCurrent=iMACD(NULL,0,12,26,1,PRICE_CLOSE,MODE_SIGNAL,0); SignalPrevious=iMACD(NULL,0,12,26,1,PRICE_CLOSE...
[Deleted]
  Custom TimeFrame  (1)
Hi I would like to know whether it is possible to test other timeframe at the strategy tester, currently the default settings for user to select are M1, M5, M15, M30, 1H, 4H 1Wk & 1 MTH. I can use a previod converter script to open a 1M chart from the offline chart to create a chart of other...
[Deleted]
alert close cross Moving Average recently I've gone from metastock to Meta4 who I can write this formula: Alert cross (c, Moving Average 20)
I'm currently looking at the Panca Eagle Breakout strategy and want to know if anyone has experience with this indicator? I have so far loaded it with icustom however I can't seem to retreive the 'BoxBreakOut_High' and 'BoxBreakOut_Low' values. double eagle = iCustom(NULL, PERIOD_M30,...
  what can i do ?  (2)
 thanks for being there always,  then what can i change if (OrdersTotal() == 0){  to so it can be placing more order . can i make it to be :  int TimePattern() {int cnt=0; if (cnt<OrdersTotal()){    thanks
the attached  EA i want  it  to be placing  buy and sell at the same time when new bar formed and i want the orders to be more than three orders ( i.e buy and sell in three places ) but it is not doing so it only place buy and sell one even sometime it place only one order. pls  what is going wrong...
[Deleted]
Hi, I downloaded the "forex index indicator " of Karl Dittmann at the site: http://www.forexsecretindicator.com/ He says " Why the EMA/SMA, RSI, MACD ...etc are free? Because they don't work at all!" " I guarantee that "Forex secret indicator" is one of the most profitable trading tools that you can
[Deleted]
hallo somebody can help me recently I've gone from metastock to Meta4 it is very simple formula fometastock, but i can not do that in meta4 a:= moving average 20 - moving average 50; b: a- a(-1) a less previous bar a of 1 bar; c: moving averge 20 of b; thank for help
[Deleted]
I have a basic pivot point indicator that only displays R3, S3 and the daily central pivot. I would like to modify the indicator as follows: The ability to choose sound alert, email alert or both when the indicator is added to the chart. Sends an alert when 2/3 of the day goes by and the daily...