Forum

Search for different conditions in two time frame at once

Hi, Any one can give an example in how to search for different conditions in two time frame at once for example: I want to be alert IF: 1) SAM (10,20) Crossover in H1 Timeframe. 2) Price above SMA 50 In H4 Timeframe. Any suggestion or advice will be highly appreciated

Bar Max and Min

Hi , I'm new to MT4 and I would ask if it support ( Min(O,C) and Max(O,C) function . To be more clear: I need to measure from High to Open for the candle that closed Red OR from High to Close for the candle that closed green. Thx

How To make this code to scan multi Pairs

Hi Can any one help with this code to scan multi pairs as it shown in the code. string pairs[]={ "AUDCAD" , "AUDCHF" , "AUDNZD" , "AUDJPY" , "AUDUSD" }; int PairsToScan = 5 ; bool isNewH1() { static datetime BarTime; if (BarTime== 0 ) {

What is the wrong with this code??

Hi All I'm new to MQL4 I just start ... I'm trying to create alert to notify ( IF High OR Low touch Moving Average ) ONLY ONE ALERT PER BAR. This is the code made. double LastSignal=0; if( LastSignal != Time[0] ) { double TouchFromDownM1 = (High[1] = MaCurrent_M1); double TouchFromUpM1 = (Low[1] >

Help with Simple indicator Please

Hi all. kindly can anyone help me to have the following indicator with the exact setting: I need ( sample moving average) indicator with two colors ( red and green ). if candle "CLOSED" above moving average (MOVING AVERAGE WILL BE GREEN COLOR And if candle "CLOSED" below moving average (MOVING

Rising MA Alert

Hi All, I'm looking for Email and sound Alert when SMA50 Start rising. Any One can help please. Thanks an advance

Please help to find this expert.

Hello to all, Where can I found MT4 expert for auto treading using ADX Cross only? Thank in advance

Sorry I have to think stupidly.

Hello to all, My first thread and I have to think stupid in it. I come with this strategy. 1. Buy and Sell at the same time with same price. 2. Stop loss 20 Pips for both, Buy and Sell. 3. Take profit 40 Pips for both, Buy and Sell. That is all

ADX Cross Candlestick Color

Hi All, Any one can direct me or coding this for me. I would like to have a color Candles where ADX cross. Something like the attached GIF. Thank you in advanced