- Search Crypto Craft
-
sangmane replied Jul 20, 2010To access MySQL DB, use PHP's mysql extension <? $dbname = 'dbname'; //ask host provider what's your database name $username='dbusername'; //your db user name $password='123'; //your password for db user name $link = mysql_connect('localhost', ...
How to direct my EA entries to my website?
-
sangmane replied Jul 19, 2010I guess that you want an alternating trade? only sell after buy, and buy after sell?
one signal one position
-
sangmane replied Jul 17, 2010reading "embedded programming" remind me with my old days with MCS-8051 and ADC 0804.
How to direct my EA entries to my website?
-
sangmane replied Jul 17, 2010hi, seeing that you have php hosting (and mysql?), you can post your trade (symbol,open time,lot size, open price, sl, tp, etc) to server by forming a query string and send it using http-get url - on your website, create a companion script that ...
How to direct my EA entries to my website?
-
sangmane replied Jul 15, 2010Great, it's nice to know that my alert (finally) works..
Send me th e rules.. 
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010theoritically, it closed just below the line. if you want it to be considered close above/below the lines only if the close is higher/lower by a few pips, than i will add additional code to it. is that what you want? i just can't believed how could ...
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010after change indicator file name, restart MT4. your A1K indicator should be show on the custom indicator list and keep relax...
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010after rename A1K, restart MT4
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010Oh my, I forgot one thing. Pls rename your indicator name to A1K When coding the alert, I rename you original indicator name A1K FOREX INDEX_Versi2~2 Slope.ex4 to A1K because it is too long to put in code. My alert indicator read A1K value, in other ...
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010wow, how could that be? it works on my site. i have made a version that will draw arrow at the bar that close the a1k line so that i can see what happen on your side. on my side, it shown like the attached pic. To run it in strategy tester, put file ...
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010in the attached file, i have to do the first ema operation "primitively" to save buffer. the other way to save buffer is to use second indicator file that calling SMI.mq4 using iCustom smi = icustom(null,0,"SMI",periodr,periods,.,...,0,i); smi_ema = ...
SMI_OC indicator
-
sangmane replied Jul 15, 2010
I'm too wondering how to get speed between 31 and 32. One of the solution would be using speed 32 and put some heavy weight indicator to slow it down...Strategy tester speed
-
sangmane replied Jul 15, 2010toro, give me the original formula of what you want to achieve. or the link where you get the original code (r u try converting from other lang?)
SMI_OC indicator
-
sangmane replied Jul 15, 2010updated the alert. now it should only give alert once after the candle crossed the line from below or from above. keep informed how it works
edited to add: test on smaller timeframe like M1, disable email on MT4 option, observe pop up alert. if ...Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010great work — thanks for sharing

Changing timeframes of all charts simultaneously
-
sangmane replied Jul 15, 2010I thought you mean when candle open above the two lines. I've modified it to alert when candle close above/below the line. Pls note that because you need alert when candle close, you will receive alert at the open of the next candle. For example, ...
Requesting programmer assistance with custom indicator
-
sangmane replied Jul 15, 2010toro, after a quick peep in your code, the first logical error (not syntax error) is that you use more than 8 buffer. see the docs here: url
SMI_OC indicator
-
sangmane replied Jul 15, 2010Hi toro, I'm curious as to what does OSMA stand for? It seems you are an Osma fan, aren't you?

SMI_OC indicator