fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. SShui
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 26
    • Best 1
    • Controversial 0
    • Groups 0

    SShui

    @SShui

    1
    Reputation
    1404
    Profile views
    26
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    SShui Unfollow Follow

    Best posts made by SShui

    • RE: EA for SMA crossing

      try this:

      Set a new Variable (as 0) - for this example I will use 'RunOnce'
      Add a condition to run your EA only if RunOnce == 0
      After your BUY or SELL - set RunOnce to 1
      Add an extra condition to set RunOnce to 0 once the Opposite Cross Over happens again

      See screenshot

      http://imgur.com/a/yn6Rt

      posted in Questions & Answers
      S
      SShui

    Latest posts made by SShui

    • RE: When Price crosses RSI

      thanks you to you both 🙂

      posted in Questions & Answers
      S
      SShui
    • When Price crosses RSI

      Hello

      Can you tell me what I am doing wrong here?

      I want it to open a trade or show an arrow when the price crosses down RSI 70%

      I have tested on 2 x different MT4 installs and its not drawing arrows at the correct places. I am using 1m TF

      https://fxdreema.com/shared/BvGT4f4Pb

      posted in Questions & Answers
      S
      SShui
    • RE: % of account

      is this not possible then?

      something like this:
      http://www.myfxbook.com/forex-calculators/position-size

      posted in Questions & Answers
      S
      SShui
    • RE: swing high or low

      @miro1360 said in swing high or low:

      I dont know block which can do this automatically ... but something similiar is doing Fractal indicator, so maybe you can try it but I dont know if that helps you 😄 ... look for indicator which is doing this things, like zigzag trendline indicator:
      0_1490204937893_ZigZag_Channels.mq4
      from this page: https://www.xpworx.com/download-free/mt4-indicators/zigzag-channel-indicator.php

      this indicator creates objects trendlines "dntrend" and "uptrend" so maybe you can use them in EA for breakouts etc ... just try it 😄
      you dont need import this indicator into My Indicators, attach it into chart first and than attach EA into the same chart 😄

      Did you manage to make this indicator into an EA? I have tried but always losses

      posted in Questions & Answers
      S
      SShui
    • % of account

      I have been searching but I cant find the answer

      I want the BUY or SELL to calculate X% of my account.

      For example risk is set to 5%

      the pips between BUY and SL is 100 pips and the trade will open with a auto calcualted lot

      so if the trade was to hit the SL - I would only lose 5% of my account

      hope this makes sense

      I tried Risk % of Balance (Volume size depending on Stop-Loss) and it doesnt seem to be correct

      TIA

      posted in Questions & Answers
      S
      SShui
    • RE: MA crosses not working?

      Hey

      looks like your right...

      I should stop testing on my live MT4. I didnt want 2 MT4 instances on my machine but looks like I will need to 🙂

      thanks again!

      posted in Questions & Answers
      S
      SShui
    • MA crosses not working?

      Hello

      I think there is a bug?

      I am using is 50 MA x> 20ma and there is always a few bars delay

      http://imgur.com/CNvUmhU - You can see the 50 MA and 20 MA has crossed but entry has not been made

      http://imgur.com/8eIwGX7 - trade is opened 3 candles after?

      current project
      https://fxdreema.com/shared/SENzPHNA

      posted in Questions & Answers
      S
      SShui
    • RE: Once a day not working?

      Hey, but this would be dangerous if someone changed the TF to 1hr candle .

      Is there another method?

      posted in Questions & Answers
      S
      SShui
    • RE: Once a day not working?

      alt text

      here is an example. the values OnceDay, CrossUnderFib should be 0 now as candle has opened

      posted in Questions & Answers
      S
      SShui
    • Once a day not working?

      I have an EA which resets variables once a day at 00:01

      The EA uses the Daily candle so in theory, all the variables should reset to 0, 1 minute after new candle open, however this does not happen.

      Am I doing something wrong?

      posted in Questions & Answers
      S
      SShui