fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Friedrish
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Friedrish

    • RE: Questions on trailing stop

      __For Buy:

      if Ask - SL >= TrailingStop + TrailingStep => set SL to Ask - TrailingStop

      but do this only when Ask - OpenPrice > TrailingStart if TrailingStart is set[/quote:1ogk88gm]

      I'm sorry but I just didn't get your point. My problem is when I set TrailingStop it affects my StopLoss point and when price moves in my favor my StopLoss (and trailing stop) moves too. Whereas my StopLoss must not move!

      Where am I wrong with the settings?

      posted in Questions & Answers
      F
      Friedrish
    • RE: Questions on trailing stop

      Hi there! I have a few questions on trailing stop. I'd be honored if you could help me on this

      1. What is a trailing step?

      2. What this sections is about "trailing start (profit treshold)?

      3. I manage a trailing stop of 5 pips but when it comes to trading, I see that it changes even the stop loss (sl of 40 pips has come to 7 pips for exmple). why this happens?

      Thanks in advance

      posted in Questions & Answers
      F
      Friedrish
    • RE: One trade per a signal

      __Here is something important - Condition 7 will not wait for Condition 6 to become true. I mean, when block 6 is reached, the EA will not stay on it waiting it to pass.
      On every tick block 9 runs, and if this block passes - the next one runs... and the same for other blocks. On the very next tick the same thing happen again. Block 8 can be reached only if blocks 7 and 6 are both true at the same time.[/quote:7mnmuqys]

      thank you! I have organized a module. it is a simple RSI condition but the sell side does not work. I wonder where have I done wrong. here's a pic of it http://uupload.ir/files/90sb_module.jpg

      posted in Questions & Answers
      F
      Friedrish
    • RE: One trade per a signal

      __It depends. " No trade" limits trades by their count. Sometimes we want to limit them by time, so then something like "Once per bar" or "Once a day" can be used. Or we can mix those filters.[/quote:2n5ark6k]
      Thank you very much 🙂
      One other question: I want to set a variable like: If RSI reaches 70 open the trade BUT wait for the candle to be closed. I need a confirmation here: When the candle closes and the RSI is above 70. How can I set the paramiteres for this? I didn't find any block regarding this. thank you

      posted in Questions & Answers
      F
      Friedrish
    • RE: One trade per a signal

      I want my EA to open just one trade per signal. What is the variable for it? whenever my EA receives the signal, it opens trade one after another! how can I stop it?

      posted in Questions & Answers
      F
      Friedrish
    • RE: Help a beginner

      Hi every one!

      Unfortunately there isn't a good guide for me as beginner on how to build a EA, neither in the documentaion page nor in the examples.

      Simply put: I want to build an EA which buys when RSI is below 30 and sell when it's above 70. Meanwhile, I want to add trailing stop and such. And, I want to open just one trade each time not so many! I couldn't find any useful information here. I think you must have rudimentary knowledge of coding for doing this.

      Can someone please help me on this? A video link or sth. thank you

      posted in Questions & Answers
      F
      Friedrish
    • 1 / 1