- Search Crypto Craft
-
sangmane replied Nov 7, 2010hi Yoenes, I added one input named MaxTF. Set it to 240 if you want TF switch back to M1 when after TF = H4. Dailiy = 1440, Weekly = 10080, Monthly = 43200
I'm looking for automatic time frame switcher
-
sangmane replied Nov 7, 2010simply delete glb var after you got its value int init() { if (GlobalVariableCheck(Symbol())==0) Print("Can not Get a Global Variable !"); else { TrailingStop = GlobalVariableGet(Symbol()); // <= will now be 200.. Print("Successfully Got a Global ...
Start an EA from a script?
-
sangmane replied Nov 7, 2010Imo this is the best solution. To close EA, you can use this command: PostMessageA(WindowHandle(Symbol(),Period()),WM_COMMAND,33050,0); don't forget to import PostMessageA using: #import "user32.dll" int PostMessageA(int hWnd,int Msg,int wParam,int ...
Start an EA from a script?
-
sangmane replied Nov 7, 2010Hi Yoenoes, I've just made a simple TF switcher.mq4 (M1>M5>M15>M30>H1>M1). This TFSwitcher is an EA, put in experts folder. The code adopted from zznbrm's script named ChgTF-All.mq4 hth
I'm looking for automatic time frame switcher
-
sangmane replied Nov 6, 2010hi pvj, you can get the value of price on M5 by using: high: iHigh(Symbol(),PERIOD_M5,shift); low: iLow(Symbol(),PERIOD_M5,shift); open: iOpen(Symbol(),PERIOD_M5,shift); close: iClose(Symbol(),PERIOD_M5,shift); the other alternative is by making a ...
I want to plot my custom indicator from a 5min chart onto a 1min chart
-
sangmane replied Nov 5, 2010hi adam, i suggest trying setup gmx account in outlook express and see if you can send email using their smtp. this way you can isolate the problems. i can send email using gmx smtp (port 25/587) with no problems. hth
Which E-mail Providers Can be Used for MT4 E-mail Alerts?
-
sangmane replied Nov 3, 2010Hi Zer0, Your most welcome. Wish you a good swing

Help appreciated to modify swing indicator
-
sangmane replied Nov 2, 2010hi george, MT4 DDE only provide daily high/low =MT4|HIGH!EURUSD =MT4|LOW!EURUSD
Auto update of my trading journal via EA Possible?
-
sangmane replied Nov 2, 2010hi Zero, I've added Lookback parameter in external setting (default is 50 bars) to limit the history bars being processed by indicator. hth, sangmane
Help appreciated to modify swing indicator
-
sangmane replied Oct 31, 2010hi sf, here is an example on sending data from excel to metatrader via named pipe. run pipeserver script on mt4, open the attached excel file, enable macro. type your message, press enter and click [Send] button. your message will be instantly ...
Named Pipes for MT4
-
sangmane replied Oct 31, 2010hi, take a look at this free utility url
Need help please - with system tracking
-
sangmane replied Oct 30, 2010hi michael, you can retrieve symbol list on a file named "symbols.sel" located on history folder. attached is a script that will read symbls.sel, parse all symbols found and print them on screen. hth
Obtaining valid symbols from broker in MT4
-
sangmane replied Oct 30, 2010I want to thank to 4xcoder for starting this thread and giving a direction at how to implement named pipe w/o using custom dll. After browsing Windows SDK, I've managed to code two scripts (by porting some example in C language to mql4). These two ...
Named Pipes for MT4
-
sangmane replied Oct 23, 2010Who are they? Who create Moving Average? Do you think MA was created exclusively for this zero sum game?

Is 90% of TA useless?
-
sangmane replied Oct 16, 2010Adrian my friend, thank you for your compliment


I really appreciate hearing that you like my work. Best, sangmaneMT4 S1/S5/S30/M10/H2/H3/H12 Bid/Ask Charts
-
sangmane replied Oct 16, 2010hey hayseed, it extends indonesia's borders as well.. folder conspiracy!!


re windows 7/ vista, on the very first page of metatrader4 user guide: Getting Started Client Terminal is a part of the online trading system. It is ...windows 7 compiling problem