- Search Crypto Craft
-
Taiyakixz replied Aug 13, 2010The code which you wrote is not all of it, so I try to add the header and display it. image change 'int Total' to 'double Total'. image
Dividing in MQL
-
Taiyakixz replied Aug 12, 2010Then add line above 'int Total = ...'. double HighMinusLow = HigheMA-LowMA; (HigheMA is not HighMA because above definition is so.)
Dividing in MQL
-
Taiyakixz replied Aug 12, 2010sorry, "NOT TRADE HOUR" message when start hour=end hour is the bug, but ea trades. It will be fixed the next uploaded version.
Jiva Dragon
-
Taiyakixz replied Aug 10, 2010ummmm.....I don't know what psar indicator you want to use, so I don't know whether it's possible or not. If you want to use normal psar on mt4, it's impossible to see mtf by only parameter setting.
Multi-Time Frame on Parabolic SAR (Stop and Reverse)
-
Taiyakixz replied Aug 9, 2010I made indi. set parameter TimeFrame with minutes. 4H = 240. image
Multi-Time Frame on Parabolic SAR (Stop and Reverse)
-
Taiyakixz replied Aug 9, 2010If v4.0 and v4.1 are included, we should go back to v4.1.
EAs under construction II
-
Taiyakixz replied Aug 8, 2010// v1.1 - added checking DSS overbought/oversold // v1.2 - added checking 1min channel slope // v1.3 - added parameter EMAShift // v1.4 - EA checks shifted ema slope on current candle // 2nd order is closed when candle closes on the other side of ...
EAs under construction II
-
Taiyakixz replied Aug 6, 20101. I will fix. 2. with v5.0, pending orders are deleted when conditions are changed. If you don't want to delete them, use v4.1.
EAs under construction II
-
Taiyakixz replied Aug 6, 2010ummmm.....in regard to opening position, there is no difference between v5.0 and v7.x. I want to confirm that you want to go back to v5.0 because v7.x does not open position correctly? If v7.x is fixed, it is the best? Or you think that the strategy ...
EAs under construction II
-
Taiyakixz replied Aug 6, 2010I checked the code but at the moment I can't find any problem. Please tell me your settings.
EAs under construction II
-
Taiyakixz replied Aug 6, 2010yes, I also think that the code will be like yours. MA with current bar changes, so shift=1 should be used to avoid it.
EAs under construction II
-
Taiyakixz replied Aug 5, 2010thanks. backtest with Alpari UK. 2009.08.01-2010.07.31 1 lose. the highest value and entry point is closed, so it will be different by brokers. image image
EAs under construction II
-
Taiyakixz replied Aug 5, 2010ok, added spread to tp1 and tp2. image I want other members to do backtest. I use Alpari UK. I downloaded data from history center, but some data is missing in spite of modelling quality 90%.
USDJPY: Open Hour
-
Taiyakixz replied Aug 5, 2010????? I think that EA is right. EA checks high and low between 23:00GMT and 0:00GMT, so trade starts 0:00GMT. You set the parameter GMTOffset correctly? one more thing, when tp1 is hit, 2nd order s/l is moved to be. what's wrong???
USDJPY: Open Hour
-
Taiyakixz replied Aug 5, 2010EA takes order when price reaches range high or range low instead of using buy stop/sell stop because EA can't take buy stop/sell stop when price is near high/low. EA takes 2 orders, 1st order tp=range, 2nd order tp=range x 2.
USDJPY: Open Hour
-
Taiyakixz replied Aug 5, 2010Hello, I made EA. backtest 2009.08.03 - 2010.07.23 image
USDJPY: Open Hour
-
Taiyakixz replied Aug 3, 2010sma(10) is almost flat...ea may not trade with some brokers....
Simple H1 GBPUSD EA
-
Taiyakixz replied Jul 26, 2010I made the ea(inverse version) and sent it to jiva. Backtest results is below. 2010.01.04 - 2010.07.13 eurusd 5m t/p=15, s/l=15 image jiva will change the strategy again....?
EAs under construction II