EURUSD Semi-Automated Journal by a_trader -
1 2 3

thread: EURUSD Semi-Automated Journal by a_trader

  1. #21
    Its likely not going to operate, what if it transactions 0.25 lots, is that valid on your broker?
    If not, it won't work

  2. #22
    maybe I should have taken that profit before
    im tired of little profits, iml try n stick with that

    its seeming like a downhill station is forming
    which isnt great, possibly?

    About the one thing im considering, is where should I concider these transactions failed

    il ponder that a while, see what happens

  3. #23
    its likely not going to work, what if it trades 0.25 lots, is that legitimate on your broker?
    If not, it wont function
    It is legitimate yes, I am just thinking if it's not maybe due to the digit broker, I needed to test it on a 4 digit broker however have a 5 digit reside account.

  4. #24
    It doesnt matter about the digits, it works on both

    this is exactly what the lots code resembles

    Inserted Code int begin () { lots= ((AccountEquity()/100)*risk)/risk_pips; if (lotslt;MarketInfo( Symbol(), MODE_MINLOT) )lots=MarketInfo( Symbol(), MODE_MINLOT); if (lotsgt;MarketInfo( Symbol(), MODE_MAXLOT))lots=MarketInfo( Symbol(), MODE_MAXLOT); lots= NormalizeDouble(lots,2);
    if you delete this, the ea will allow you to choose your own lots

    delete this component
    Inserted Code lots= ((AccountEquity()/100)*risk)/risk_pips; if (lotslt;MarketInfo( Symbol(), MODE_MINLOT) )lots=MarketInfo( Symbol(), MODE_MINLOT); if (lotsgt;MarketInfo( Symbol(), MODE_MAXLOT))lots=MarketInfo( Symbol(), MODE_MAXLOT); lots= NormalizeDouble(lots,2);
    It is valid yes, I am just thinking if it's not possibly due to the digit broker, I wanted to check it out to a 4 digit broker but have a 5 digit live account.

  5. #25
    Other than the fact that my trades are unfavorable, and also price moved down on a small tf
    I find no reason to change my direction, if anything this looks like a fantastic areah to start buying

    we are at the h1 trendline

  6. #26
    h1 candle sticks at a couple of minutes, its above the tl
    iml stay long for today
    im watching for something to change my head

    edit;
    the trades on my candle charts when a diferent account, they have nothing to do with all the egy im using in this thread

  7. #27
    Today will probable be a losing day for me, soon iml probably take the reduction, and il be done for today, play the game tomorow
    hopefully I can bring some kind of gained knowledge with me tomorow from my experience today

  8. #28
    I think I made some bad decisions now, I need to understand from them

    when price went up before, I shoulda thought as all 3 transactions individually
    I must have exited the third trade at 30 pips when ha changed colors
    I must have exited the 2nd trade also, since it is a failed trade
    the initial trade to, it was also a failed trade
    I must exit failed transactions at a swing high whatever the profit

  9. #29
    iv put my international tolerance degree, I cannot handle any more than this, iv put a sl there, im done for the day, il test afterwards to see if it hit or not

  10. #30
    il keep posting as I shut trades
    the grey box is the session I largely commerce, though I could trade anytime

    I allow my ea open 2 trades, il attempt to let 1 commerce remain open, incase theres a big transfer

  •