masoud619 Posted December 23, 2010 Report Posted December 23, 2010 Retail Price $497 FIRE-SALE TODAY Only $80 http://forexbully.net/firesale/images/combine1.jpg http://forexbully.net/firesale/
Lukeye Posted December 23, 2010 Report Posted December 23, 2010 I only was able to find this : hxxp://***.forexbully.net/secretpage.html masoud619 and ⭐ mr12323 2
masoud619 Posted December 24, 2010 Author Report Posted December 24, 2010 thanks Lukeye friend i hope somebody share all the package
ref0rmer Posted December 27, 2010 Report Posted December 27, 2010 multiplier indi ------------------------ #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Blue #property indicator_color2 Red double gd_76 = 2.0; double g_ibuf_84[]; double gd_88; double g_ibuf_96[]; double gd_100; int init() { SetIndexBuffer(0, g_ibuf_84); SetIndexBuffer(1, g_ibuf_96); SetIndexStyle(0, DRAW_LINE, STYLE_SOLID, 2); SetIndexStyle(1, DRAW_LINE, STYLE_SOLID, 2); return (0); } int start() { string ls_0 = "2011.11.02"; int l_str2time_8 = StrToTime(ls_0); if (TimeCurrent() >= l_str2time_8) { Comment("Your indicator has been expired"); return (0); } int li_16 = Bars - IndicatorCounted() - 1; for (int li_12 = li_16; li_12 >= 0; li_12--) { if (Close[li_12] > gd_88 && Close[li_12] > Close[li_12 + 1]) gd_88 = g_ibuf_84[li_12 + 1] + (Close[li_12] - (g_ibuf_84[li_12 + 1])) / gd_76; if (Close[li_12] < gd_88 && Close[li_12] < Close[li_12 + 1]) gd_88 = g_ibuf_84[li_12 + 1] + (Close[li_12] - (g_ibuf_84[li_12 + 1])) / gd_76; if (Close[li_12] > gd_100 && Close[li_12] < Close[li_12 + 1]) gd_100 = g_ibuf_96[li_12 + 1] + (Close[li_12] - (g_ibuf_96[li_12 + 1])) / gd_76; if (Close[li_12] < gd_100 && Close[li_12] > Close[li_12 + 1]) gd_100 = g_ibuf_96[li_12 + 1] + (Close[li_12] - (g_ibuf_96[li_12 + 1])) / gd_76; if (li_12 > Bars - 5) { gd_88 = Close[li_12]; gd_100 = gd_88; } g_ibuf_84[li_12] = gd_88; g_ibuf_96[li_12] = gd_100; } return (0); }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now