Jump to content

VladimirM

Members
  • Posts

    199
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by VladimirM

  1. It is a dishonest copy of SteadyWinner EA.

    The coder changed the code to make V5.0 to open many trades.

    He also put in some cheating code so that the EA does not trade on certain days.

     

    SteadyWinner EA using indicators, MA 605 & MA 700 & WPR & Stoch & ATR.

    Vengence uses MA 20,50,100,200,300,400,500 & CCI & Hull MA, HMA.

  2. Sure, they are quite normal indicators; SMA, WPR, ATR, CCI. That's it. Looks like it was created with an EA Generator or so.

     

    Anyway anyone with good mql4 knowledge could adapt EA to an indicator.

     

    l_iclose_72 = iClose(NULL, PERIOD_M15, 1);

    double l_ima_80 = iMA(NULL, PERIOD_M15, g_period_200, 0, MODE_SMMA, PRICE_CLO

    SE, 1);

    double l_iwpr_88 = iWPR(NULL, PERIOD_M15, g_period_228, 1);

    double l_iatr_96 = iATR(NULL, PERIOD_M15, g_period_252, 1);

    double l_icci_104 = iCCI(NULL, PERIOD_M15, g_period_260, PRICE_TYPICAL, 1);

     

     

    pair sl tp ma cci atr wpr

    eurusd 120 26 75 18 14 11

    gbpusd 120 50 75 12 14 12

    usdchf 160 20 70 12 14 9

    usdjpy 130 27 85 12 14 12

     

    The trading logic settings for the USDCHF currency pair are improved. Please, restart your MT4 terminal and WallStreet Forex Robot will update the settings automatically!

    usdchf 120 17

  3. Only on constant time data like birt's tick data. otherwise it is timing will be all wrong and will completely screw up its news filtering.

     

    No, it will be correct only if you trade with this broker.

    At the moment I have a real account with Spread = 1, open five orders for the bay and the price is very close to the stop.

    The accounts of the author of these transactions do not.

  4. dude, the news filter wont work with metaquotes data, you need Birt tick data to do any real proper test, and that goes for any system

     

    this is running perfect for me on TheCollectiveFX, did anyone try testing this on FXopen ECN Real account ?

     

    I highly recommed thecollectivefx for this, very satisfied with the performance

     

    dude, the news filter work perfect

×
×
  • Create New...