- Search Crypto Craft
-
gspe replied May 23, 2011MACD LWMA — Hi Pgpb, i worked a bit on the code. This is the result, try it ans let me know if it's works as you like. gspe
MACD with weighted moving average
-
gspe replied May 23, 2011Hi Pgpb, i'm not an expert of MACD. On http://forex-indicators.net/macd I've found two Indicator that plot the additional trigger line. The MACD lines they plotted are completely different from the one on MT4 Since i'm not an expert if you want to ...
MACD with weighted moving average
-
gspe replied May 22, 2011Hi, the two lines are the EMA-LWMA lines, right? So do you want to see EMA-LWMA in the same chart?
MACD with weighted moving average
-
gspe replied May 22, 2011Hi Pgpb, try this. I've simply changed the type of MA used in the original MCAD gspe
MACD with weighted moving average
-
gspe replied May 22, 2011Hi, this are not errors but warnings. They means that the function defined in the source is not used so the complier will remove it from the ex4 file. gspe
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 21, 2011Guys you are mixing two thing together. If you want to use your gmail smtp account to send mail from MT4, the SMTP Server in MT4 have to setted to smtp.gmail.com:25 and the other field according. If you are setting SMTP Server to 127.0.0.1:25 this ...
Email Setup in MT4 (Gmail) The Easiest Way
-
gspe replied May 21, 2011This is hilarious
, setting up a mail server will be more easy than change one word in text file
Just to know, Stunnel use only 300 kb :nerd:Email Setup in MT4 (Gmail) The Easiest Way
-
gspe replied May 20, 2011Hi, just two things: 1) Do you really think that install and maintain a mail server is much simpler?? 2) Why you are trying to publicize your Blog on My Thread? gspe
Email Setup in MT4 (Gmail) The Easiest Way
-
gspe replied May 20, 2011Hi, the function int TimeDayOfWeek(datetime date) Returns the zero-based day of week (0 means Sunday,1,2,3,4,5,6) for the specified date. This is an example of using it Day = TimeDayOfWeek(iTime(NULL, PERIOD_D1, 0); if(Day == 5) // if Day is Friday ...
Find out what day of week it is
-
Email Setup in MT4 (Gmail) The Easiest Way
Started May 18, 2011|Platform Tech|28 replies
Hi All, The Problem: It's impossible to send email from MT4 using gmail smtp because MT4 ...
-
gspe replied May 17, 2011Hi, this is just and idea i haven't checked it in deep. The actual settings as suggested by Caillou are Lot=0.01 TakeProfit=$1 this means that we have to get almost 10 pips, so for every Basket we are looking for 10 pips. So what is if we are ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 17, 2011Hi, i'm using v1.04 default settings. I don't think that let the EA run all day is a good idea In order to strategies works we need very low spread and good amount of price move. So during the asian session we have, generally, very hight spread ant ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 17, 2011Hi, i'm just thinking about this. I think that we need to have a dynamic take profit also. What do you think guys if we try to link take profit to H1 ATR(14), could be a good idea? Let me know what do you think This is my forward test from yesterday ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 14, 2011Hi Edd, sorry i didn't. I was busy so i made only little modification to the code. Maybe you could be interested in this thread http://www.forexfactory.com/showthread.php?t=289797&highlight=rat The EA is based on idea similar to your suggestion and ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 14, 2011Hi, the trade taken was right, because the fractal are dynamic. Let me to explain better,http://forex-indicators.net/bill-williams/fractals In order for a fractal to form, there should be a series of 5 consecutive bars where the middle bar will be ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 13, 2011Fractals — Hi guys, maybe this is a stupid idea, but why don't try. I was thinking about a method to limit the number of orders and the fix pip dist isn't a good idea. In my opinion everything in forex should be dynamic to work better. So ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 11, 2011After this miraculous recover i stopped the robot until the US news
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 11, 2011Hi, yeah let's see. I did some backtest yesterday and no one was positive, but i don't believe at mt4 backtest, so let's see in forwarding test. Said that, i'm pretty sure that we need more filter. On the other hands we always stop the EA manually ...
Caillou: another always-in auto-trader by SteveHopwood
-
gspe replied May 10, 2011yeah, i know i just inverted the buy with sell not all the logic, was just a quick change to see what's happens
Caillou: another always-in auto-trader by SteveHopwood