keifer Posted February 20, 2013 Report Share Posted February 20, 2013 Like to share this system I've been testing out. The entries are similar to how I have been trading in the past and with success. It has a few technical problems that hopefully someone with programming experience could fix and improve on. http://www.mediafire.com/?y5b9ba7y0kqymab Currently it repaints the signals, which is naf as the rules are straight forward so it could work. When all the indicators are in agreement and the stochastic has retraced enough it doesn't generate a signal... perhaps something isn't right in the code. Also any ideas what indicators it's using. the SR levels is a 115 SMA with an offset. I've been testing it on the 1 and 5 min charts. ⭐ Tradeselect and Diabolik1713006521 2 Quote Link to comment Share on other sites More sharing options...
newbie111 Posted April 13, 2013 Report Share Posted April 13, 2013 The parameters need to be set properly. There is a video mentioned in the manal for these settings. Does anyone have the video. Please share. Quote Link to comment Share on other sites More sharing options...
mambo123 Posted April 13, 2013 Report Share Posted April 13, 2013 Don't waste your time with this... ForexSniperPro_Trend.mq4, ForexSniperPro_SRLevels.mq4, ForexSniperPro_MasterOscillator.mq4 and ForexSniperPro_Direction.mq4 all four repaints, as all of them use the same loop to calculate: for (int li_4 = 0; li_4 < MathMax(2, li_0); li_4++) meaning that each of them begins with the last bar on the chart (li_4 = 0) up to the bar that has changed in real-time update. Only ForexSniperPro_BuySellPoints.mq4 doesn't repaint, but as it uses the others as custom indicators, no need to say anything else :)) newbie111, ⭐ chan123 and Diabolik1713006521 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.