Jump to content

waldorfxt

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by waldorfxt

  1. Fx Synergy looks good, you can use it on multiple different mt4 accounts at the same time, gonna try it out on a 30 day free demo. Seems that you still have to have all the other mt4 platforms open though..

     

    The Purebeam multiterminal pro looks good and seems somehow to send orders without having the mt terminal open, but the one click ordering and order management doesn't look as intuitive as what I have seen on the Synergy videos.

     

    I wish someone could combine the two and make a true multi broker one click order management tool that can communicate directly with multiple mt4 servers simultaneously... would cut down cpu and ram load when running lots of different accounts at the same time

  2. i bought the system about 2 years ago and subscribed to the premium club for a few months, I think Tom is a genius for coming up with the system,even though it takes alot of getting used to , and confused the heck out of me to start with.( Still does to an extent, have to gen up on all the new parameters)

     

    The accuracy of the signals to the pip are incredible. Agree with the fact that the premium forum / chat is where the real value is, in fact after reading this thread I have just dug out my old login details and am gonna resubscribe.

  3. think there is a error in the code, when I add v5 to a chart it deletes all my other lines / objects not just the powerlevels..

     

    had a look at the code, think the culprit may be some missing {} in the if code below

     

    for(i=ObjectsTotal()-1; i >= 0; i--)

    {

    string HorizontalLineName = ObjectName(i);

    if (StringSubstr(HorizontalLineName, 0, 10) == "Power Level")

    Print(HorizontalLineName);

    ObjectDelete(HorizontalLineName);

    }

     

     

    think it should be

     

    for(i=ObjectsTotal()-1; i >= 0; i--)

    {

    string HorizontalLineName = ObjectName(i);

    if (StringSubstr(HorizontalLineName, 0, 10) == "Power Level")

    { Print(HorizontalLineName);

    ObjectDelete(HorizontalLineName); }

    }

     

     

    otherwise the if statement will only include the print line after it, and objectdelete deletes everything.

     

    think that should fix it,

     

    excellent script, thanks

  4. Nice one Diesel, believe it or not I have been trying something very similar the last few weeks using 7pip rangebars on EURUSD, using multi cci level & pattern triggers instead of the stochastics, trying to get in with trend soon after turnround points which are very easy to see with rangebars. I have modified one of Demarks indicators called TD sequential ( removed alot of the screen clutter in the original indicator) , which predicts reversals based on counting numbers of bar sequences typical of reversals, and seems very accurate with picking reversals. Tried it in combination with your template and it adds to it very nicely...

     

    try it and see, when you load the indy change the colours or sizes of the arrows to make it easier to see.

     

    http://mir.cr/Q0W9KYI4

     

     

     

     

    hxxp://mir.cr/Q0W9KYI4

  5. Was playing around with a standard QQE indicator and decided to change the display format to reduce space on the screen. All other code is exactly the same as the original.

     

     

    The first indicator displays red if the signal is less than 0 and green if above 0 , and the second indicator displays red if the qqe periods have crossed each other to the downside and green if they have crossed to the upside.

     

    Hope someone finds these useful.

     

    qqe_1_disp,mq4

    http://www.multiupload.com/0PVR1LJ52L

     

    qqe_2_disp.mq4

    http://www.multiupload.com/1LSMFQC7AM

  6. Pricemaster pro sr levels on EURUSD today are absolutely spot on, have a look in post 3 above and compare it to todays chart. I would be very happy to pay ( dont know how much yet! ) as if you are making good dough then it will be a drop in the ocean.
  7. it is still in beta testing and uses server based levels. I have been testing this for the last couple of months and the levels are very accurate cluster indications. think they are looking to release in the new year.

     

    Currently, on EURUSD for today (Friday) it is showing the following

    1.3146

    1.3214

    1.3242

    1.3281

    1.3322

    1.3400

    1.3470

     

    see how price reacts around these today

×
×
  • Create New...