Jump to content

club50

Members
  • Posts

    86
  • Joined

  • Last visited

Posts posted by club50

  1. Re: My Amazing Manual Saw System!

     

    I'm Getting error 4051 invalid function parameter value

     

    You have lot size as an int; it needs to be double..

     

    extern double LotSize = 0.1;

     

    And there needs to be a max order setting otherwise it tries to open on every tick..

     

    extern int MaximumOpenTrades = 1;

     

    if (OrdersTotal()< MaximumOpenTrades) OrderSend...

     

    of course that part can be cleaned up later...

     

    it now runs in tester but needs tweeking on settings..

  2. Re: SaneFX

     

    Be aware this indicator is not what it seems. It repaints and looks perfect when looked at in the past. Do a visual backtest and load the indicator and you'll see what I mean

     

    Best rgds

     

    I have to differ with you .. I have been using the sanefx indi for close to 9 months now.. I test all lindi's using a trade simulator from learnfromhome and the indi DOES NOT repaint the past bars (there are many indi's out there that do, COG being one of the most obvious).. Now bar 0 (the current bar) of course is always changing just like bid/ask is always changing. But the past bars on sanefx are exactly as painted on the close of bars.. One way to test it yourself is to draw yourself some cross lines on closed bars on the active live chart and see if the indi drifts away from your manually placed lines...

     

    After reading your post I fired up stragey tester and the trading simulator just to make sure and the past bars stay intact.. If you look at the indi code itself you can see that the past bars are not recaculated, like they are in so many other indi's out there..

     

    So as far as the sanefx indi from John Campbell is concerned I use and trust it.. So if you could please explain why you think it repaints the past bars, maybe I am doing something wrong..

  3. Re: rdb Thunder4wd v2e and Your lucky v2d

     

    Alamak... :o :o don't have privilege to download from rapid*share.

     

    can somebody help to put into 4share ? :cry: :cry:

     

    RapidShare should not be used AT ALL... Rapid Share has now signed agreement to turn over IP adresss of all questionable material to copyright owners.. RIAA pushed Rapid for this and they agreeded.. Even tho they are German, rapid has fallin in line with US requests...

  4. Re: Bill Poulos :Forex Profit Accelerator video lesson for 2044$

     

    and rapid*share is a pain to download from with their time between download restrictions.

     

    can anyone torrent it, or re-upload to another site?

     

     

    RapidShare should not be used AT ALL... Rapid Share has now signed agreement to turn over IP adresss of all questionable material to copyright owners.. RIAA pushed Rapid for this and they agreeded.. Even tho they are German, rapid has fallin in line with US requests...

  5. Re: forexconqueror

     

    Just looking at the code this is a Russian ea that has been out for a while (uses SAR for triggers) .. They dont use any magic number on order selection so DONT use this ea on any pair that you have another ea running on or else the other ea's orders will be affected.. Hard to imagine any coder not using magic # but then this same guy sent out a FREE indicator last week that has been around for several years as well..

     

    Guess I need to get in the business of selling crap and hoping clickbank doesnt shut me off...

  6. Re: Indikator valasssp (Smart Simple Profit System)

     

    from the site, the author claims that he uses 11 indicators and also gets feeds from forex factory for entries and exits. But, from what I see, this indicator uses less than five indicators with no feeds from forex factory. Dats really deceitful :D :D ..... Am stunned by this guys marketing strategy

     

    The code uses Ma, Rsi, Macd and Stoch.. Thats it.. and no feeds from anywhere... But he does make 16 different calculations from those 4 indicators so I guess maybe thats his claim of 11 indicators.. And if you count the calculations on actual High and low price info you get a total of 19 different calculations.. But he never uses the Stoch calculation at all.. So thats really only 3 indicators; MA, RSI, MACD... All calculations are made on the M30, H1, H4, and D1 Time frames.. Doesnt matter what chart time frame you put it on...

     

    I tried this on brokers with 4 and 5 digit quotes and get entirely different results.. The code doesnt take in account 5 digit brokers at all.. From the trend of brokers I would say that most brokers are heading toward 5 digit quotes very soon... When that happens this code along with many others out there will no longer function right...

  7. Re: PiptronicX

     

    Yes forexrising and piptronic are exactly the same except for the ea name itself.. The ea will only make Buy orders.. No code in there to do sell orders.. Therefore is guess the name forexrising..

     

    Riccia,, the code only places orders during asian time.. what do you think would be right??

  8. Re: Forex Meg@droid

     

    I like the Broker Buster section of the ea.. When the EA sends a buy order out; they have a variable (S1_Reference) for the Magic Number section of the the buy trade, that the user can put in anything he wants such as 337733 (default).. When the EA sends out a sell order they have a different variable (S2_Reference) that the user can put in anything he wants such as 773377 (default).. And they suggest you change the variables evey so often so that the BROKER does know that you have the same EA as others do .. Thats it; thats their advanced Buster technology.

     

    Letting the user change the Magic Number has been a feature of most any EA for years now...

     

    I would think that when a new user first fires up the EA that many will use the default settings that everyone else has and it would not take long for the brokers to figure out who is using the ea.. A new user should change the Magic numbers immediately before the first trade happens so as not to be tagged and grouped with all the others.. The Droid team really should have the S1 and S2 variables empty by default and force the user to enter a unique number from the startup.. That would have really made it harder for the brokers from the get go..

     

    I havnt read the manual all the way thru but I hope they tell the users to make sure they have NO open orders when U change the Magic numbers; or else the EA will no longer be able to manage any OLD tickets...

     

    I would myself also rename the EA itself from megadroid.ex4 to something else like ShowMeTheMoney.ex4.. The broker can also see the actual EA name... DUH... Guess they are not aware of that.. Of course they have had what, 9 years of experience.. The Droid web site itself was only created on 22 March 2009...

     

    Dont get me wrong it might be a good EA.. Only 30 days or so of real testing and following the comments in the forums will tell for sure.. BUT, the Broker Buster technology is nothing more than HYPE :shock: and thats it... :lol:

     

    Jim...

×
×
  • Create New...