Fplagiat2

MQL4 Indicatori Altro

Specifiche

Guys,
Would U mind to set alert email and push into the indi when red line change green colour and contrary. It works well but it is requesting to spent a lot of time in front of the screen. Thanks a lot.
Please
U can contact me on ljubo.bn@gmail.com  also


//+----------------------------------------------------------------------------+ 

//                                                                                                              |
//                           fplagiat2.mq4                                                              |

//                                                                                                              |
//+----------------------------------------------------------------------------+

#property indicator_chart_window
#property indicator_buffers 2
#property indicator_color1 Lime
#property indicator_color2 Red
//---- input parameters 
extern int period=5;//15; 
int method=2;//3; // MODE_SMA 
int price=5;//0; // PRICE_CLOSE 
int y=0;
//---- buffers 
double Uptrend[];
double Dntrend[];
double ExtMapBuffer[];
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
int init()
{
IndicatorBuffers(3);
SetIndexBuffer(0, Uptrend);
//ArraySetAsSeries(Uptrend, true); 
SetIndexBuffer(1, Dntrend);
//ArraySetAsSeries(Dntrend, true); 
SetIndexBuffer(2, ExtMapBuffer);
ArraySetAsSeries(ExtMapBuffer, true);
SetIndexStyle(0,DRAW_LINE,STYLE_SOLID,2);
SetIndexStyle(1,DRAW_LINE,STYLE_SOLID,2);
IndicatorShortName("Signal Line("+period+")");
return(0);
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
int deinit()
{
return(0);
}
//+------------------------------------------------------------------+ 
//| | 
//+------------------------------------------------------------------+ 
double WMA(int x, int p)
{
return(iMA(NULL, PERIOD_D1, p, 0, method, price, x));
}
//+------------------------------------------------------------------+
//| |
//+------------------------------------------------------------------+
int start()
{
if (Period()>1440) return(0);
int counted_bars=IndicatorCounted();
if(counted_bars < 0)
return(-1);
int x=0;
int p=MathSqrt(period);
int e=iBars(Symbol(),PERIOD_D1) - counted_bars + period + 1;
//---- 
double vect[], trend[];
//----
if(e > iBars(Symbol(),PERIOD_D1))
e=iBars(Symbol(),PERIOD_D1);
//---- 
ArrayResize(vect, e);
ArraySetAsSeries(vect, true);
ArrayResize(trend, e);
ArraySetAsSeries(trend, true);
//---- 
if (Period()==1) for(x=0; x < e; x++) for(y=x*1440;y<=x*1440+1439;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
if (Period()==5) for(x=0; x < e; x++) for(y=x*288;y<=x*288+287;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
if (Period()==15) for(x=0; x < e; x++) for(y=x*96;y<=x*96+95;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
if (Period()==30) for(x=0; x < e; x++) for(y=x*48;y<=x*48+47;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
if (Period()==60) for(x=0; x < e; x++) for(y=x*24;y<=x*24+23;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
if (Period()==240) for(x=0; x < e; x++) for(y=x*6;y<=x*6+5;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
if (Period()==1440) for(x=0; x < e; x++) for(y=x;y<=x;y++) vect[y]=2*WMA(x, period/2) - WMA(x, period);
//---- 
for(x=0; x < e-period; x++)
ExtMapBuffer[x]=iMAOnArray(vect, 0, p, 0, method, x);
for(x=e-period; x>=0; x--)
{
trend[x]=trend[x+1];
if (ExtMapBuffer[x]> ExtMapBuffer[x+1]) trend[x] =1;
if (ExtMapBuffer[x]< ExtMapBuffer[x+1]) trend[x] =-1;
if (trend[x]>0)
{ Uptrend[x]=ExtMapBuffer[x];
if (trend[x+1]<0) Uptrend[x+1]=ExtMapBuffer[x+1];
Dntrend[x]=EMPTY_VALUE;
}
else
if (trend[x]<0)
{
Dntrend[x]=ExtMapBuffer[x];
if (trend[x+1]>0) Dntrend[x+1]=ExtMapBuffer[x+1];
Uptrend[x]=EMPTY_VALUE;
}
//Print( " trend=",trend[x]);
}
return(0);
}
//+------------------------------------------------------------------+

File:

Con risposta

1
Sviluppatore 1
Valutazioni
(590)
Progetti
789
71%
Arbitraggio
9
33% / 33%
In ritardo
22
3%
Gratuito
2
Sviluppatore 2
Valutazioni
(97)
Progetti
121
25%
Arbitraggio
5
20% / 60%
In ritardo
17
14%
Gratuito
3
Sviluppatore 3
Valutazioni
(555)
Progetti
922
48%
Arbitraggio
300
59% / 25%
In ritardo
123
13%
Caricato
Ordini simili
Hello! i want to create a simple EA that enters trade and exit with TP SL trailling stop and breakEven / Lots Size options , 2 indicators volume and Vwap that i already have ( vwap is in mt4 need to be transfered to mt5 . ) Requierement : buy at next candle when it close above the vwap / sell at next candle when it close beyond the vwap volume indicator should be green to enter the trade exemple of the strategy in
Are you proficient in MQL5 and familiar with Pine Script? I am looking for a talented developer to convert existing Pine Script code into MQL5 for use on the MetaTrader 5 platform. This project requires a deep understanding of trading algorithms and a keen eye for detail to ensure accurate and efficient code translation. Requirements: Strong experience in MQL5 and Pine Script Knowledge of trading platforms and
Hello coder /developer, nice to meet you i have an MQL4 file MT4 indicator. i want to convert this in MQL5 means mt5 platform and want to following future add it 1. indicator is the histogram I want u to use in the main chart 2. indicator work in color in bar means the main chart bar chart comes the same like up or down 3. add it in the text label buy or sell in a chart with target and SL 4. An indicator is needed
I hope this message finds you well. I am in search of a FREE skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with a RED arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the RED arrow signal appears and both MACD indicators
Only serious applicants need to apply. This is the first in a series of jobs. If you do this job well others might follow. I prefer experienced programmers. You have to start with this job immediately, so do not apply to put me on a waiting list please. Apply if you have the time
must draw arrow or line at previous hi lo. displaying price indicator once triggered must send all alerts with price true/false, is this is built correctly and tested i will continue with next built cont. i i will not pay if you are not a real professional coder
Hello I have Order Flow Chart & Software Depends on Ninjatrader I want to EA a trading robot that works on different platforms via API Expert NinjaTrader Programmer for Cross-Platform Trading Robot I'm in need of a skilled NinjaTrader programmer to develop a cutting-edge trading robot that seamlessly operates across various platforms via API integration? I want a customized Expert Advisors (EAs) tailored to your
Minimize/compress candlesticks price action by custom timing indicator. Stock symbol price action is only a few hours in a day. Take a look at any stock chart (comparison look at picture in attachment). The same principle I want to see/use by my choice on any other symbol. Lets say symbol X represents only price action from 10:00-14:00 (my choice) that's it. Day starts from 10:00 ends at 14:00. The time separators
We are looking for an experienced individual to assist in building an MT4 signal providing indicator with a data feed of NSE (National Stock Exchange - Bombay). The indicator should be capable of analyzing real-time market data and generating accurate trading signals for different financial instruments listed on the NSE. The successful candidate will need to have a strong understanding of MT4 programming, as well as
About the file i need I have ea ex4 file but it use to set buystop or sellstop oders etc now what I want is to fit the propfirm am using because the propfirm am using have a lot size consistency rules so what I need is even if the ea set multiple buystop the file will only allow the ea to pick 2 positions and automatically delete the nearest limit Oder it can only allow the ea buystop or new position once the two

Informazioni sul progetto

Budget
10 - 20 USD
Per lo sviluppatore
9 - 18 USD