- Search Crypto Craft
-
Taiyakixz replied Sep 2, 2010???? I think that I don't understand what you say correctly... if you want to use always tp=20 and sl=30 and earn more than 2pips, 1st trade: 1 buy tp=20, sl=30, if win +20pips 2nd trade: 3 sell tp=20, sl=30, if win 20x3-(20+30) = +10pips 3rd trade: ...
Jiva Dragon
-
Taiyakixz replied Sep 2, 2010yes, this basic strategy is almost the same as my hedge martingale EA which I made before. My EA really earned about 100pips everyday, but it was too risky.... If we can use this idea with a few cosecutive losses, it will be awesome. I will ...
Jiva Dragon
-
Taiyakixz replied Sep 2, 2010url it is displayed as similar threads
Draw Vertical line at all x time
-
Taiyakixz replied Sep 1, 2010Thank you for tuning parameters. I tested with Alpari UK/Live, 2009.09.01-2010.08.26. eumarty2g -> max consecutive losses 4, so 2 trades eumarty1a -> max consecutive losses 2, so 1 trades It seems that it can be used even with no martingale
I ...Jiva Dragon
-
Taiyakixz replied Sep 1, 2010Aug. 9th, I lost 140pipsx2.... Then I stopped the EA.... Today I started the EA again....... -140pipsx2..... I must be cursed
Be careful when I am using the EA.....Simple H1 GBPUSD EA
-
Taiyakixz replied Aug 30, 2010Today first try on demo with MetaCoder's EA v10.... 7:41GMT start with buy stop with 5 pairs... about -30x5pips current trading 1 buy, 5 sell... about +162pips
Looser Trading System (Version 0.01-1/3)
-
Taiyakixz replied Aug 29, 2010?? I think that my backtest is not different from zebulon's strategy. You have a good idea to make the results better?
Scalping the tower
-
Taiyakixz replied Aug 28, 2010June EURUSD -100+100+100+100+100-100-100=+100pips GBPUSD +100-100-100+100-100+100-100+100-100+100-100+100+100-100+100=+100pips EURJPY -100+100-100-100+100+100+100+100-100-100-100-100+100-100-100+100=-200pips total 0pips July EURUSD ...
Scalping the tower
-
Taiyakixz replied Aug 28, 2010??? I checked H4 candles. August TP=20, SL=100 GBPUSD -100+20+20+20 = -40pips EURUSD -100-100+20+20 = -160pips Am I wrong...? blue dot line = tp, red dot line = sl image image
Scalping the tower
-
Taiyakixz replied Aug 28, 2010How is max consecutive losses? With my EA, it did more than 200 success trades, but finally failed.... It is important to find max consecutive losses carefully...
Jiva Dragon
-
Taiyakixz replied Aug 27, 20108 consecutive losses....It was not random entry, but used short period support and resistance....
Jiva Dragon
-
Taiyakixz replied Aug 27, 2010??? you mean tp=25 and sl=30 and holding all positions? In this case, buy1 and buy3 is (-25-30)x(1+3) = -55x4 = -220pips sell2 and sell4 is 25x(2+4)=25x6 = +150pips total -70pips without spread. IMHO, with your strategy the position size must be ...
Jiva Dragon
-
Taiyakixz replied Aug 27, 2010v10.0 with #242 set file Alpari UK/Live 0.1Lot, 2009.09.01 - 2010.08.26 image
Jiva Dragon
-
Taiyakixz replied Aug 26, 2010
change the line again.... if(TimeDay(Time[shift]-tzdiffsec) != TimeDay(Time[shift+1]-tzdiffsec) && TimeYear(Time[shift]-tzdiffsec) == Year() && TimeMonth(Time[shift]-tzdiffsec) == Month() && TimeDay(Time[shift]-tzdiffsec) == Day()){Current day open price - HELP
-
Taiyakixz replied Aug 26, 2010change the line if(TimeDay(Time[shift]-tzdiffsec) != TimeDay(Time[shift+1]-tzdiffsec)){ // day change to if(TimeDay(Time[shift]-tzdiffsec) != TimeDay(Time[shift+1]-tzdiffsec) && TimeDay(Time[shift]-tzdiffsec) == Day()){
Current day open price - HELP
-
Taiyakixz replied Aug 26, 201060 candles with 30M chart = 30 hours With your chart, trade went to weekend, so trade was expired. What do you think about weekend?
Jiva Dragon
-
Taiyakixz replied Aug 25, 2010I think what you want to write is if ((Day()==1 && Month()==1) || (Day()==24 && Month()==12) || (Day()==31 && Month()==12))
Day/Month code in MT4
-
Taiyakixz replied Aug 25, 2010how about the thread.... url with the ea on the thread, buy when candle closes ema high, and sell when candle closes ema low. You can change the ema period, so you can use 50ema....
Successful Automatic Trading - Like Chasing Bigfoot?
-
Taiyakixz replied Aug 21, 2010Thank you for being patient and testing. The error message which you post appeared with trailing stop or moving s/l to be. (If it occured at the fist setting s/l, the error message would be different 'Buy OrderModify 1(or 2) failed with error #130 ...
Jiva Dragon