Jump to content

vikram88

Members
  • Posts

    352
  • Joined

  • Last visited

Posts posted by vikram88

  1. Working for me But did not get the winning trade only the losing trades

    forward test at http://www.myfxbook.com/members/FXCapitalist/fxcapitalist-l-thinkforex-standard/428641

     

    my broker is FXprimus 4 digit

    However I am facing the display is showing spread as 0.1 pips which should read as 1Pip

     

    In the EA I notice the code as

    Comment("\n", "\n______________FXCapitalist EURUSD_______________ ", "\n", "\n_______________________________________________", "\n\nBroker Company: " +

    AccountCompany(), "\nAccount Owner: " + AccountName(), "\nBroker`s Server Time " + MqlLock_50B822E3_47_1Ii1ii1I1I(TimeCurrent(), 4), "\n\nLeverage: 1:" + MqlLock_50B822E3_47_ii1IiIIIii(AccountLeverage()),

    "\nCurrent spread " + MqlLock_50B822E3_47_IiII1IIiii((Ask - Bid) / ld_28) + " pips", "\n________________________________

     

    I notice that it is using the formula (Ask-Bid)/ld_28

     

    I can live with the error in the comment but I hope this does not interfere with the opening of orders logic

     

    Can someone please assist

  2. Hello guys

     

    Kangaroo EA has an feature that displays the cummulative profit/loss

    This ia a very good feature for those running forward test on demo/live

     

    Is it possible to add lines to any EA such that the same display can be obtained on any EA

     

    Alternately an indicator attached to the chart with any EA displays (maybe upper right corner) the cummulative profit/loss of that system/EA

     

    Thanks

  3. Hey Redline

     

    Looking at your forward tests Notice that you have a lot of addittional pairs though u mention only EUR/USD

     

    Anyway trying to backtest which is extremely slow

     

    Is it posissible to combine the two indicators and the robot to one robot

    This should speed up the back test and see which are the good pairs to trade along optimal settings

     

    Thanks

×
×
  • Create New...