Thank you so much Jeanlouie! for being so kind as to assist me with my request.
May you have a blessed Christmas with your family.
May you have a blessed Christmas with your family.
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} I don't understand you???????????????? I had a look at the indicator and this is very simple, like basic-basic-simple. {image} You don't need any indicator in order to define the trade conditions in your EA. When initialised, the EA does some checks, and also checks if the file name wasn't changed. If everything is OK, the EA is initialised. OnTick() the EA first checks if trading is allowed. Then it checks if the trading hours are valid according to the inputs "EA Start Time" and "EA End Time". If the hours are not valid, the EA simply...Ignored
Disliked{quote} This may be of use, note that the vertical scale is shifted 50 down, functionally the same but done for the drawing style. Stochastic_Histogram - regular stochastic - mtf - main line is a slope colored histogram {file} {image}Ignored
Dislikedi have one indicator in tradingview i want to convert into mt4 so if anyone can help //@version=5 indicator(title="Moving Average Convergence Divergence", shorttitle="MACD", timeframe="", timeframe_gaps=true) // Getting inputs fast_length = input(title="Fast Length", defval=12) slow_length = input(title="Slow Length", defval=26) src = input(title="Source", defval=close) signal_length = input.int(title="Signal Smoothing", minval = 1, maxval = 50, defval = 9) sma_source = input.string(title="Oscillator MA Type", defval="EMA", options=["SMA", "EMA"])...Ignored
Disliked{quote} sir this is not the same . in this tradingview have different inputs and looking different so please convert it to m4Ignored
Disliked{quote} I guarantee you that it's the same indicator. As for visuals, MT4 isn't like TradingView, so visuals are not possible to be exactly the same. And you won't tell me that you have searched all the posts in the links and checked out all the ones in the Market??? Because I won't believe you. Nobody here is going re-invent the wheel!Ignored
Disliked{quote} i checked all indicators and that indicator need dll file that is the problem .i tried also chatgpt too, i checked many time ago so if possible then convert it .Ignored
QuoteDisliked@mrtools
MACD Averages Fill with 50+ Averages Filters
This is a macd of averages fill. Now there are 50 average options to choose from along with all the prices. The indicator should alert when macd crosses it's signal line (should be working but haven't verified).
The fill gauges the width between macd and it's signal if the width increases the trend should be getting stronger and if the width is decreasing the trend should be getting weaker. Also has options to double smooth the macd fast ma, macd slow ma, and or the macd signal line.
Disliked{quote} Which indicator needs dll file? What file does it need? (the name of the dll file) Dude, you didn't post any link to the specific MACD in TV, that's the first problem. There are many versions of MACD on TV. The snippet of Pine Script code which you posted says nothing - it's just MACD code. Now, you are talking about some indicator, and you don't say which indicator, and you're not posting any attachements... Do you think that we are some kind of mind readers, or what??? BTW, dll file isn't a problem - you just Google it and install into...Ignored
Disliked{quote} stochastic moving average convergence divergence by the_peaceful which code i provided and for mt4 i m providing below file which needs dll file sorry to bother you {file}Ignored
Disliked{quote} What's the name of the dll file it needs? It's working on my charts, and I didn't download any dll files. {image} So, maybe you just need to Allow DLL imports in Tools -> Options -> Expert Advisors ??? Also, a quick google search leads me there: https://forex-station.com/macd-indic...413435-30.html And from there to there: https://forex-station.com/post129485...ml#p1294850436 And the dll is there!!! https://forex-station.com/download/file.php?id=3230950 {file} I must have already dowloaded...Ignored
Disliked{quote} I showed you, it's working on my MT4, so there is no reason why it shouldn't be working on yours. If it's still not working, then you are doing something wrong. Again, I can't see what you're doing!Ignored
DislikedBestTrader, Compliments of the season. Kindly assist to add to the below Swingman indicator(sm3BarFractalBreak) the following 3 inputs variables as used in the 3bar fractal indicator in post 666 of this thread: https://www.forexfactory.com/thread/...1#post12850621 (image shown below) i. To keep lines in lower time frames: That is to be able to use the H4 chart lines on H1 or M30 or M15 or M5 or M1 charts; ii. Linelength: that is to be able to extend the lines to the right. iii. Maxbars: Numbers of look back bars to print. Thank...Ignored