- Search Crypto Craft
- 2,748 Results (25 Threads, 2,723 Replies)
-
SwingMan replied Feb 15, 2010Is this the “Basket_508k” ? - On every tick load the EA with “iCustom(…)” the Stoch-RSI-Oscillator.ex4 I have just started the EA and I get the “initialized and loaded succesfully” messages, but not the “deinitialized, uninit and removed”. An ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 14, 2010I'm sorry friends that I've posted about something I am sure that is wrong. I've posted a program to determine whether the values compare with Mataf are correct or not, expecting that someone would also like to test. Pity for the lost time. ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 14, 2010Thanks mbkennel, -highpass filter, stationary, nonstationary processes, wow!, are you mathematician? I’m not…!??.. -Quote: “It's more important to be right than to be consistent” The calculation is surely consistent, but not right. Maybe have you ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 13, 2010Hello Huston. We have a problem! I suppose that nobody has checked the correlation formulas in the pairs trading robot. I don't know who is the autor (Kang Gun, Scooby-doo or Steve), but the calculated correlation values are false! On the mataf ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 13, 2010Forexcube, Forexcube, you know my wife and I did not know this...

PAMA GannGrid System
-
SwingMan replied Feb 13, 2010Sure Steve, now is the MACD formula correct programmed. Thank you!
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 13, 2010I just copied the file on the FXCM paltform, and is functioning... Here the .mq4 file for you or other users with similar problems. .
PAMA GannGrid System
-
SwingMan replied Feb 13, 2010Hi Forexcube, I'm sure that you have nothing to do at the weekend, so I recommending as recreation the studying of the Kalman filter... I do not know exactly what you can do with it. It is similar to Bollinger Bands, but have also a forecast ...
PAMA GannGrid System
-
SwingMan replied Feb 12, 2010We wait (warten wir ab...). When you have some results, you can post the settings for some pairs. I will try to programe the signal-alerts at first, and we test them, because for an EA is still too early.
PAMA GannGrid System
-
SwingMan replied Feb 12, 2010I think also that the GannGrid signals + ADX + Activator are simple and stable enough for trading. Maybe can also the BB Squeze help to recognize better the break out from sideway trends (first blue points). Also changes of the histograms of the ...
PAMA GannGrid System
-
SwingMan replied Feb 12, 2010Yes, a little bit... When you will take a decision, is better to redraw the lines. I tryed to fix this, but I have at the time no satisfactory solution, perhaps later.
PAMA GannGrid System
-
SwingMan replied Feb 12, 2010Thanks Steve for your information! Sure the "OrderClosePrice()" MUST work, because this is the internal close price what we see in the Terminal window, in the Price column. This value is everytime the Ask for sell orders, and Bid for buy orders. I ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 12, 2010Thanks macman, the explanations in the file are true and very helpfull. I have a similar .mqh file but not so complex. Because I developed only few live EAs, I dont't know all the problems with brokers in the practice.
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 12, 2010I think that sometimes the internal functions to close orders have problems with the prices and is better to normalize also the internal Bid and Ask prices. In your case seems also that the price comes from an other pair. To avoid this, @maxou888 ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 10, 2010Hello Steve, no problems with cod checking, I do what I can to get favorable results! An other observation in my backtest. The first run was with the parameter "UseNewsFilter = false", and no order was sended (because the default value for ...
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 10, 2010Yes, because I've become smarter. If you make 90% of the work, I can earn money with only 10% working!

scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 10, 2010Just a remark for the digits, because sometimes platforms with 5 digits have problems with "OrderSend()". (Maybe only in backtests...!) I use folowing sequence, and it has helped: digit = MarketInfo(symbol,MODE_DIGITS); if (digit==3 || digit==5) ...
scooby-doo BOJ JPY pairs trading robot
-
SwingMan replied Feb 10, 2010Hello Steve, the next problem I have found is for the 10 pips conditions in the SMA function "void GetSmaTradeDirection()". Because I use to test an Alpari account with 5 decimals on EURUSD, the conditions are not fullfiled. I introduced a variable ...
Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 10, 2010Thanks @astral, I will only try to use Steves EAs, because I can save myself a lot of programming time!
I will not comment new ideas, because it may be too many... First, we should to make live with the existing systems money, then we'll see.Steve Hopwood's Boris Schlossberg-inspired trading robots
-
SwingMan replied Feb 10, 2010Hello Steve, I tested the SM/MACD EA and because I don't get any trades from january until today, I checked the code. I think it gives a big bug, because you used for MACD crosses the MODE_MAIN value. I know that is a normal error on using the MACD, ...
Steve Hopwood's Boris Schlossberg-inspired trading robots