Shimada Posted February 11, 2014 Report Posted February 11, 2014 Here is an indicator that shows buyers and sellers percentage. It does not work in my MT4. I am guessing it is because of the MT4 upgrade. I am posting it for sharing purposes as well as for others to test if it works on their platforms. If it does not work on the upgraded MT4, then may someone with the skills please fix it to do so. https://anonfiles.com/file/b9299cc43455fec1d13c7bdbeaa4b942
SEFC Posted February 11, 2014 Report Posted February 11, 2014 ld_572 = 0; ld_580 = 0; int l_pos_936 = 0; // this add for repair .... for (l_pos_936 = l_ord_total_560 - 1; l_pos_936 >= 0; l_pos_936--) { // OrderSelect() -> L-Ord_total_60 and cut Int.xxx if (OrderSelect(l_pos_936, SELECT_BY_POS, MODE_TRADES)) { if (OrderSymbol() == Symbol()) if (OrderType() == OP_BUY) ld_572 += OrderProfit(); } } for (l_pos_936 = l_ord_total_560 - 1; l_pos_936 >= 0; l_pos_936--) { // OrderSelect() -> L-Ord_total_60 and cut Int.xxx if (OrderSelect(l_pos_936, SELECT_BY_POS, MODE_TRADES)) { if (OrderSymbol() == Symbol()) if (OrderType() == OP_SELL) ld_580 += OrderProfit(); } } Here... http://www.filefactory.com/file/48c7pm0x9fg5/ForexPrediction.mq4 Shimada, ⭐ mr12323, mashki and 4 others 7 SEFC Mode= Red light ...(off) .. "Indonesia Forex Community"
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