difenp
difenp
Friends

Add friends via their profile or user search and you will be able to see if they are online

difenp
Added topic Converting Xmeter into an indicator
Hello guys. I wanted to know from you if is possible to rewrite the Xmeter EA into an indicator that shows the pairs within a scale from 0 to 9 to visualize the strength and the weakness of the pairs. I am not an expert with indicators. So I wanted
difenp
Added topic Thrid party tool for MT4
Hello gentlemen. I was looking for a tool that could help to find robust parameters in order to optimize strategies. I found only the following IDE: <links removed by moderator> Since I do not want to bind me to a particular software company I
difenp
Added topic 99% Model Quality
Hello everybody. I have been using Tickstory with MT4 to help me to backtest strategies to achieve a better degree of accuracy. Unfortunately I still have problems with the size of the FXT files in MT4 that has a limitation. I wanted to ask if there
difenp
Added topic Script to read data from more than one pair at time
Hello everybody. I tried to search for an answer regarding this topic that I am sure has been treated already. I am trying to save high,low and close of the previous trading day on a csv file to compute some calculations since is not possible to
difenp
Added topic How to backtest a currency strength meter ?
Hello everybody. I wanted to ask what I can do if I need to backtest an indicator based on the recent strength of other currencies. Here at this link there are few indicators I wanted to use in backtest but seems that is not possible
difenp
Added topic get last index for last fractal formed
Hello guys. I wanted to ask you if there is any function or somebody has any idea to determine the index of last formed fractal in a bar chart. If I refer to ifractal() I can determine the price but not the index. Thanks in advance
difenp
Added topic Trailing stop based on fractals
Hello guys. I wanted to develop a trailing stop based on fractals. Basically I wrote two routines to get the fractals when they unfold and another function that is main double last_high() {    int j = 3 ;    double fractal = 0 ;
difenp
Added topic Problem importing data for backtesting
Hello guys. I am trying to import data to rebuild from M1 timeframe all the other timeframes in order to backtest with a 90% model quality. Can somebody help or post a resource where all the details of the process are explained
difenp
Added topic A consistent EA that I can start to study ?
Hello guys. Since it's plenty of code and I am still a newbie with mql4 I thought to ask you an advice based on your experience. I am spending hours to study market and MT4 and I would like to have a little satisfaction to build a robot that works a
difenp
Added topic Input dialog and manual confirmation
Hello all. I wanted to know if is possible to develop and EA that sends once it detects a valid setup a pop up with an input field to type manually the price level of the stop loss . Is it possible ? I am curious to do the backtesting in visual mode
difenp
Added topic Repainting indicator
Hello guys. After few days of testing I noticed that the indicator I developed was not working properly. It seems that MT4 already had the M1 timeframe data to feed the indicator, so everything seemed amazingly good in backtest, but when I used
difenp
Added topic Multi timeframe indicator shows different results from EA
Hello guys. I wanted to understand why I get different results using a multi timeframe indicator code to develop an EA. Basically I have written a quite simple code to check the Parabolic Sar over three different timeframes. The indicator seems to
difenp
Added topic high and low of yesterday and their opening time
Hello guys. I am quite bad with date and time. Basically I need to know if yesterday the high was made before the low of the day and the other way round. From the actual day I need to jump back to yesterday and retrieve the high with its bar shift
difenp
Added topic MTF RSI shows wrong values
Hello guys. I googled a bit MTF RSI and I found many indicators that did not work. I needed to plot two reading of RSI on one timeframe using two separate buffers. I noticed at first glance the indicator works but the readings are completely wrong
difenp
Added topic Algorithm to detect support and resistance
Hello all guys. I was wondering if there is any change to develop an algorithm to detect support and resistance. I wanted to try to make one to use for a future development of an expert advisor. May I ask you to contribute to this post and add your
difenp
Added topic How to read data from a cloed bar on an higher timeframe
Hello all. I am bit unsure about the right procedure to retrieve data from an higher timeframe. I was trying to read the value of MACD from an higher timeframe, exactly the 4H chart looping through the data index on the 60 Minutes to show with two
difenp
Added topic Performance issue in backtesting with ifractal
Hello all. I did some research before posting about the correct use of iFractal I am using this function to get the most recent swing high swing low into a routine with a very simple code double getLastHigh() { double high; high = iFractals(Symbol()
difenp
Added topic Backtesting and weekend problems
Hello all. I hope I am not going to ask something too silly but I am trying my best to learn the backtesting environment in MT4. I am trying to develop an EA and I am backtesting using a signal from an higher time frame that I trade on the 5 minute
difenp
Registered at MQL5.community