fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. toddolar
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 25
    • Best 0
    • Controversial 0
    • Groups 0

    toddolar

    @toddolar

    0
    Reputation
    697
    Profile views
    25
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    toddolar Unfollow Follow

    Latest posts made by toddolar

    • stoploss martingale

      0_1491209609506_buy.mq4

      hi i cant get the stop loss to add 200 pips multiplied by consecutive loss count any ideas

      eg 1st sell order loss 200 pips
      2nd order buy stoploss should be consecutive loss 1 x 200 = 200
      3rd order sell stoploss should be consecutive loss 2 x 200 = 400

      like martingale but double stop and take profit not lot values

      posted in Questions & Answers stop loss marti
      T
      toddolar
    • RE: formula

      i cant see how to set stop loss draw line etc as a formula result since update
      thanks

      posted in Questions & Answers
      T
      toddolar
    • RE: acc bal

      hi
      i have tried numerous times to make variable for account balance value at the time of last wining trade and be able modify on next wining trade, so after a loss i can close order etc if equity is above the variable . basically recoup loss and start over.
      but i cant get it to work
      any ideas

      posted in Questions & Answers
      T
      toddolar
    • RE: martingale

      hi
      is it possible to have custom martingale reset

      eg double on loss, keep same lots if win but parameters/varibles not met, and reset if parameters/variables values are met.

      posted in Questions & Answers
      T
      toddolar
    • RE: as price fraction

      hi
      im trying to get total loss of pips in the attached sample but, as price fraction (open to close price) does not include the spread
      if i change to pips it dont work
      any idea how to add spread

      thanks

      ......
      unnamed.mq4

      posted in Questions & Answers
      T
      toddolar
    • RE: balance

      sorry but i cant get it to work- need help
      how can i get the value of the balance at the time of the last profitable trade and store it.
      so then after x amount of losing trades, a winning trades equity is finally greater than this to close trade and regain loss

      posted in Questions & Answers
      T
      toddolar
    • RE: partial close

      // Reload the trade that we are working with
      OrderSelect(ticket, SELECT_BY_TICKET, MODE_TRADES);
      return(retval);

      compile error
      return value of 'OrderSelect' should be checked zzz123 (3).mq4 4734 4

      posted in Bug Reports
      T
      toddolar
    • RE: partial close

      can you please show sample of how to use partial close i cant get it to work
      thanks

      posted in Questions & Answers
      T
      toddolar
    • RE: pip $value consecutive loss

      hi
      i have been using the sample you sent in previous post for on chart information
      but when i compile it lately it says variable not defined dont know why this has happened

      posted in Questions & Answers
      T
      toddolar
    • RE: close and close partial blocks

      can you look at these blocks
      they seem to be back to front

      posted in Bug Reports
      T
      toddolar