- Search Crypto Craft
-
sangmane replied Jul 15, 2010Macedonia, it seems the alerter doesn't work as expected, isn't it? Don't hesitate to post a chart and explain how exactly the alert supposed to be activated. It's not that difficult to modify it. No need to pay for my work in this forum. I do it ...
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010Hi, Try alert below..
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 13, 2010Shame on you — Not in the public forum. FF has posting rules, and as a member, you need to follow the rules. I can accept critic, as long as the critic is reasonably right and written in appropriate manner. My correction is for OrdersTotal() ...
Keeping Track of Equity by Pair
-
sangmane replied Jul 13, 2010I didn't notice that "<=" comparison used by ECTrade, my concentration was on the incorrect use of OrdersTotal() for order's history query. Your reply to my post showing that you are arrogant, like what you've shown in almost all of your post in ...
Keeping Track of Equity by Pair
-
sangmane replied Jul 13, 2010Hi ECTrade, See my correction double o_profit=0; cnt=0; for(cnt=0; cnt<=OrdersHistoryTotal(); cnt++) { OrderSelect(cnt,SELECT_BY_POS,MODE_HISTORY);
Keeping Track of Equity by Pair
-
sangmane replied Jul 12, 2010Hi, EA below will send mail when price breach a horizontal line. To use it: - Attach on chart - There is only single EA parameter named "ObjName". By default, its value is "XLINE". - Put a horizontal line to be used as breach level, right click to ...
Need simple indicator: horizontal line & email alert
-
sangmane replied Jul 7, 2010Hi DutchTrader, Pls find the attached EA
simple trade opener EA after candles
-
sangmane replied Jul 3, 2010Great info adal. I'm interested with their Web API ( url ). Using wininet, it should not be difficult to implement it in mql.
Windows Vista/7 desktop widget with realtime Forex rates - anybody interested?
-
sangmane replied Jul 3, 2010What about trading the signal at high timeframe and filter those signals using lower timeframe? Just curious...
EMA/RSI Trend Spotter system
-
sangmane replied Jun 28, 2010Squalou, sorry to dissapoint you. Your indicator that soon to be Version 4.0 repaints the past. Try it on strategy tester to speed up debugging, use small TF like M5, use smaller EMA and RSI period to make signal shows faster. Once you get a few ...
EMA/RSI Trend Spotter system
-
sangmane replied Jun 26, 2010I believe you were extracting the rules from inside the original indicator. When two or more programmer, including that "programmer", trying to extract the rules from the existing indicator which can have logic flaw, they could have different ...
EMA/RSI Trend Spotter system
-
sangmane replied Jun 15, 2010Hi Jim, My journey to mql4 programming started by reading this book: url Also read some article about programming at url It needs patience and strong will. IMO, MQL is far easier compared to other programming language. What make it difficult is ...
Need help starting out EA Coding
-
sangmane replied Jun 14, 2010Just saw that you've corrected the missing comment
Could someone please write the following very small EA for me...
-
sangmane replied Jun 14, 2010Hi purpleheart, Nice user name
Try EA below.Could someone please write the following very small EA for me...
-
sangmane replied Jun 14, 2010fast = 20, slow = 40, sma = 1.
indicator that shows distance between 2 ema's increasing/decreasing?
-
sangmane replied Jun 14, 2010Dinap_basic works like zigzag. To find out its direction (the last two closed legs), you can use the following code : int DinapSignal; int k = 0; double zz,z1=0,z2=0; while(k<Bars-2) { zz = iCustom(NULL,0,"Dinap_basic",300,30,0,k); if(zz!=0)// && ...
Need help to modify EA of Lucky7 Strategy
-
sangmane replied Jun 14, 2010Hi price, Thanks for you kind word
Btw, you should post your EA's source (mq4).Need help to modify EA of Lucky7 Strategy