fxDreema

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

    ss

    @ss

    1
    Reputation
    805
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ss Unfollow Follow

    Latest posts made by ss

    • RE: Moving Average as Trend line

      @mariop ....it is simpler if you use candle close (0) > candle close (1) that is, use as ,,, MA (0) > MA (1) ,, which simply means that your current MA slope is greater than your previous MA slope

      posted in Questions & Answers
      S
      ss
    • Stop loss EA for manual trades

      An EA to run with conditions of .... (if trade) & (close trades) only, ....to be used as a Stop loss ea for manual trades, will such an ea work and recognize existing manual trades (new or running trades) and stop them with (if trade) & (close trades) ?

      posted in Questions & Answers
      S
      ss
    • RE: Flicker on x>

      Okay, lets put Condition to open a trade entirely different from condition to close that trade

      No trade
      Condition Rsi 2 x> 70
      Buy now

      If trade, Once per bar, Close trades (buy,sell)

      the sell condition would be Rsi 2 <x 30

      In the above case, condition to "BUY" has no relation with condition to "SELL" __and both trades are being closed at once per bar,
      so the three conditions are independent of each other

      But than It still flickers, opens a trade and than closes it and opens it again,, loosing money, for no reason

      posted in Questions & Answers
      S
      ss
    • RE: Flicker on x>

      How come when ever that i put x> (crosses above or crosses below), in what ever combination, the trade flickers, it takes a Buy
      and then it closes that Buy and than again it takes a Buy _ thereby loosing just to enter a trade ?

      On the other hand, when given a continues signal of IS ABOVE (>) or IS BELOW (<),,, it does not flicker

      No trade
      condition CCI x> 0_____ condition CCI <x 0
      Buy now _____________ Sell now

      If trade
      condition CCI <x____condition x>
      close Buy ________ close Sell

      If trade
      Once per bar
      close trades (Buy and Sell)

      posted in Questions & Answers
      S
      ss
    • RE: MA of indicator

      i already (in the past), have used two different indicators both using MA of RSI crosses, let me find them and may be than you can help me with it, thanks

      posted in Questions & Answers
      S
      ss
    • RE: Open trade on candle open and close trade on candle close

      the block "once per bar", closes trades at the close of the current candle, irrespective of time, just as soon as the candle is over, your trade would be closed

      posted in Questions & Answers
      S
      ss
    • RE: MA of indicator

      How to create Rsi cross its MA ?
      (that is the source of this moving average would be the indicator Rsi)

      posted in Questions & Answers
      S
      ss
    • RE: Two different Sets (Buy/Sell) rules within the same EA

      I have the following

      No trade
      condition, condition
      Buy now_Sell now

      If trade
      condition, condition
      Close trades

      If trade
      once per bar
      Close trades

      Now i want to add different types of Rules for buy and sell based on different types of market conditions, how to do that ? assign group numbers ?

      thanks

      posted in Questions & Answers
      S
      ss
    • RE: EA to start trading only on new bar

      Hello
      kindly let me know as how to make the following:

      1_ EA (once loaded) should only start trading on the 'next new bar'
      2_ that is even if all conditions for buy/sell are being met the EA should not start trading up untill the
      formation of a new bar
      3_ this condition should only be for the first time that the EA is loaded - not there after

      thanks

      posted in General Discussions
      S
      ss