Hi, i been searching for indicator that show line all the history of Open High Low for
1.Previous Year
2.Opening of Previous Year
3.Half year
4.Quarter year
1.Previous Year
2.Opening of Previous Year
3.Half year
4.Quarter year
Fixing Your Indicators or EAs (Free) 346 replies
Coding robots and indicators in C# for no charge (cTrader API) 144 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
DislikedAnyone please make ea with this code Thanks extern bool use_bb=true; extern int bb_period=20; extern int bb_deviation=2; extern int bb_shift=0; extern bool use_stoch=true; extern int k=5; extern int d=3; extern int slowing=3; extern int price_field=0; extern int stoch_shift=0; extern int lo_level=30; extern int up_level=70; extern bool use_rsi=true; extern int rsi_period=12; extern int rsi_shift=0; extern int lower=30; extern int upper=70; extern bool use_adx=true; extern int ADX=7; extern int adxTrigger=23; { double upBB=iBands(Symbol(),0,bb_period,bb_deviation,0,PRICE_CLOSE,MODE_UPPER,bb_shift);...Ignored
DislikedDear Coders, I am not a coder, I have only been doing copy and past coding. I will appreciate anyone assisting to rectify the code and remove the 2 errors and if possible help to remove the warnings in the code. I am trying to get the Average of the the following 8 Rsi's. That is,I want to the sum of the 8 RSI(Rsi2_h4,Rsi2_d1,Rsi2_w1,Rsi2_mn, Rsi9_h4,Rsi9_d1,Rsi9_w1,Rsi9_mn) divded by the numbers of Rsi which is 8. Is the MathMax function okay in getting the required Average double Rsi2_h4 = iRSI(Symbol(),RunTF_h4,rsi_period,rsi_applied,0); double...Ignored
Dislikedit seems that not only me having troubles with this old indicator. Indicator was posted yesterday in this thread. Indicator gives some very good signals. https://www.forexfactory.com/showthr...4#post12602654 the problem is, that my whole mt4 terminal is shutting down when i am trying to change tf of chart with indicator attached. Or when i am trying to change the settings of indicator. May be some kind person can take a look at that indi and fix the problem? Thanks in advance. P.s. Fixed by mapseam.Ignored
Dislikedİndicator edit. I want to be warned when the indicator changes color. The sample file is attached. {image} {file}Ignored
DislikedHi traders and coders, wondering if anyone can heed my request to turn an indicator, into an EA. I am not a coder, but have been dabling about in metaeditor, changing and tinkering, I'm also slowly learning coding on Jim's channel. I have been trading with 75% success using this below attached indi. and believe the success rate can go considerably up, if it were an EA that could execute faster at market. Essentilly the indi has 3 buffers, Red line, Green Line and Yellow MA, but focus is on the green and red. tried to call the indi using iCustom,...Ignored
DislikedDear FFs, If I violate this post rules or made someone unhappy, please accept my apologize in advance. So I found this X super trend indicator and it will turn candles red if there is a down trend and turn blue for the up trend (please see the screen shot). I just wondering is it possible to add an arrow sign and alert on it when the candles turns? if add arrow signs is possible, could we make a dashboard for it to monitoring all the pairs.... I am just about starting learn how to program mt4 and still feel like I'm a idiot, all I know right now...Ignored
Disliked{quote} Hi Man,as per my little knowing the ver you posted is renamed of "Nonlag MA" indicator (the same case with buzzer named one too lurking around) and as per experts (Mladen) saying it is even wrong coded,better to try on original and well coded some "nonlag ma" by reliable coders. look in second picture i applied both with same parameters but with shift 1 (nonlag) other wise they will be hiding/overlap each other "nonlag ma nrp mtf alerts nmc 2" This ver supports alerting package apply pct filter (1.36) for to compare with that of your renamed...Ignored
DislikedHi traders and coders, wondering if anyone can heed my request to turn an indicator, into an EA. I am not a coder, but have been dabling about in metaeditor, changing and tinkering, I'm also slowly learning coding on Jim's channel. I have been trading with 75% success using this below attached indi. and believe the success rate can go considerably up, if it were an EA that could execute faster at market. Essentilly the indi has 3 buffers, Red line, Green Line and Yellow MA, but focus is on the green and red. tried to call the indi using iCustom,...Ignored
Disliked{quote} For me, this indicator is not plotting anything on the screenIgnored
Disliked{quote} it should work properly. load into the correct indicators folder under mql4 in your mt4 folder. Close MT4 and restart the terminal, it should appear in the indicator window. Anyway, Mntiwana just posted an even more efficient one just below my post, best you use that one. "nonlag ma nrp MTf with alerts mmc"Ignored
Disliked{quote} Hi Mntiwana Thank you very much for posting the original real indicator, I was unaware there is an original, I guess the site I got the previous indicator from, the person took it and made the code his own. Its a disgusing business in my country. Traders pass off indicators and EA's as part of exclusive trading systems that cost thousands, when these things are available freely online in trading communities. I just tested and compared the one you posted with the settings, very good, few points paint faster than the previous one. So where...Ignored
Thread Tools | Search this Thread |
|