- Search Crypto Craft
-
Taiyakixz replied Jul 25, 2010I want to hear the other member's opinion... Anyone else has the idea of jiva's strategy? He told me that the strategy of v7 was profitable. I believed it and made v7. But the next day after I made it, he started to think of swapping buy and sell... ...
EAs under construction II
-
Taiyakixz replied Jul 23, 2010When you use RSX with Len=14, iCustom is iCustom(Symbol(),0,"RSX",14,0,i); (i+1 and i+2 also must be changed) One possible way is to set the last trade is buy or sell. if((RSX1<RSX0)&&(RSX2>RSX1)&& lastTrade!=1){BUY="tr ue";lastTrade=1;} ...
RSX EA help - placing too many orders
-
Taiyakixz replied Jul 23, 2010I don't know actual reason. You didn't upload all of the codes, but... - if you want to take only 1 order, count your orders with magic number. - With your chart, it seems that ea took order when the direction of RSX did not change. I think that ...
RSX EA help - placing too many orders
-
Taiyakixz replied Jul 23, 2010v7.0, GBPUSD H1 2009.08.03 - 2010.07.13 iMagicNumber=8435701; GMTOffset=2; TradeStartHour=0; TradeEndHour=24; Lots=0.1; TakeProfit1=30; TrailingStop1=80; TakeProfit2=1000; TrailingStop2=100; StopLoss=1000; PendingPips=0; ExpireCandles=10; ...
EAs under construction II
-
Taiyakixz replied Jul 23, 2010permanent. problem is winter....
Possible to change the length of the lines?
-
Taiyakixz replied Jul 23, 2010v12, 2 order set file 1st long @ 1.52710, close @ 1.52930, +22pips 2nd long @ 1.52710, close @ 1.52711, +0.1pips Alpari UK/live
Simple H1 GBPUSD EA
-
Taiyakixz replied Jul 22, 2010I'm glad that I hear you are satisfied, because some members here have not replied anything after I advised. I'm in Tokyo, yes very hot....I will move to Hokkaido next week. I hope you trade well.
Possible to change the length of the lines?
-
Taiyakixz replied Jul 21, 2010add the codes below 'extern int LineStyleSub=....' extern int ShiftLine = 15; extern color TextColor = Orange; change 'ObjectCreate....' line ObjectCreate(linename+"Text", OBJ_TEXT, 0, Time[0]+(ShiftLine+5)*Period()*60, level); ...
Possible to change the length of the lines?
-
Taiyakixz replied Jul 20, 2010Changing ObjectCreate is right. In regard to ObjectMove, you find 'ObjectMove...' in the code, then replace it.
Possible to change the length of the lines?
-
Taiyakixz replied Jul 20, 2010modify the codes line 'ObjectCreate....' -> ObjectCreate(linename, OBJ_TREND, 0, Time[1], level, Time[0], level); line 'ObjectMove...' -> ObjectMove(linename, 0, Time[1], level); ObjectMove(linename, 1, Time[0], level); it makes sense?
Possible to change the length of the lines?
-
Taiyakixz replied Jul 16, 2010Modify custum indicator Bands. Save it as another name. You find 'MODE_SMA' in the code. Change it to 'MODE_EMA'. Then save it again and compile it.
Need a EMA based Bollinger Band Indicator
-
Taiyakixz replied Jul 15, 2010I talked with him by email and made the ea, but his strategy was totally loss even if 80% win. The backtest results were less than 80%. Then he changes what he tells many times. He also told me to make the ea of another idea, and told me to let him ...
Need EA that uses Renko to track the trend
-
Taiyakixz replied Jul 12, 2010v12 with 1 order set file, 16/197 SMA, TP 80, SL 120, TSL 9 long @ 1.50222, close @ 1.50315 +9.3pips Alpari UK/live
Simple H1 GBPUSD EA
-
Taiyakixz replied Jul 11, 2010v12 with 1 order set file, 16/197 SMA, TP 80, SL 120, TSL 9 short @ 1.50646, close @ 1.50620 +2.6pips Alpari UK/live
Simple H1 GBPUSD EA
-
Taiyakixz replied Jul 9, 2010I think that accurate parameter tuning before finding basic strategy become just curvefitting... I have read geoff's thread for long time, our approach is quite different from his ea. He made ea because he wanted to automate his trade. He had ...
EAs under construction II
-
Taiyakixz replied Jul 9, 2010yes, I don't know what you say about jiva's method, but in regard to geoff's ea there is no problem. All I can do is to wait the next chance.
Simple H1 GBPUSD EA