fxDreema

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

    mw417

    @mw417

    1
    Reputation
    463
    Profile views
    5
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    mw417 Unfollow Follow

    Best posts made by mw417

    • RE: Multiple trades are created one after another?

      @avrahambr
      Don't be so naive mate.
      Clearly he's a scammer.

      posted in Questions & Answers
      M
      mw417

    Latest posts made by mw417

    • RE: Multiple trades are created one after another?

      @avrahambr
      Don't be so naive mate.
      Clearly he's a scammer.

      posted in Questions & Answers
      M
      mw417
    • RE: Stochastic Direction Confirmation

      I just wanted to be explicit as there are times in the stochastic oscillator where either the %K or %D value hits the top or bottom and starts flattens out.
      In which case the data being put out would satisfy %Kp = %Kc or %Dp = %Dc,
      and if it satisfy this, I don't want any order being triggered.
      You mentioned in point #2 you explained the condition with 'passes' or 'does not pass', but I think it goes deeper than that.
      If you look at the block explanation:
      alt text

      It states that the yellow node is active when the 'opposite comparison is valid.'
      Which means if the %Dp < %Dc is not satisfied,
      then what passes next is %Dp > %Dc,
      not simply that %Dp < %Dc does not pass.

      For example while looking to get a buy order (after %Kp < %Kc is satisfied),
      I explicitly need buy orders triggering when %Dp < %Dc and as well as %Dp > %Dc is satisfied.
      But what da hell do I know, I just started using this 😛

      I will look over my logic tree to weed out the redundancy for sure.
      Any future post I'll utilize the tips you've given me, I think it's a better way of sharing ideas.
      And I'll be sure to check out the tutorial you sent my way,
      I think it'll be absolutely beneficial!

      posted in Questions & Answers
      M
      mw417
    • RE: Stochastic Direction Confirmation

      @sydneyfox

      Oh this is brilliant. This is definitely along the lines of the functions I'm trying to create.
      So I understand Signal line to be the %D line and since I want to be comparing previous %D values to the current %D values at one point,
      I changed the Right Operand's mode to Signal line of block 2 and block 5.
      Now there was another condition that I wanted to apply, which was basically taken care of because the condition blocks offered the yellow node which triggers "When the opposite comparison is valid."

      So the logic essentially being this:
      alt text

      And with your guiding help I have come up with the following:
      alt text

      For future reference,
      how do I go about uploading indicator files back to fxdreema?
      how do I go about sharing a fxdreema project link on forum posts?

      Always much appreciation being sent your way.

      posted in Questions & Answers
      M
      mw417
    • RE: Stochastic Direction Confirmation

      @sydneyfox

      Firstly, thanks for stopping by and taking the time to help out Sydney.

      My logic is that when %K value of 3 periods ago,
      (i.e. so three one hour candles on H1, three one day candles on D, etc.)
      and the %D value of 3 periods ago, is higher than the current %K and %D value,
      then it will be determined as it being 'pointed downward'.
      Vice versa,
      if the %K and %D value of 3 periods ago is lower than the current %K and %D value,
      then it will be determined as it being 'pointed upward'.
      The explanation might seem confusing so here's another way:

      Let,
      K0 = current %K value
      K3 = %K value of 3 period ago

      D0 = current % D value
      D3 = %D value of 3 period ago

      If
      K3 > K0 and
      D3 > D0, then it is upwards.
      If
      K3 > K0 and
      D3 < D0, then it is upwards.

      If
      K3 < K0 and
      D3 > D0, then it is downwards.
      If
      K3 < K0 and
      D3 < D0, then it is downwards.

      I hope I was able to deliver the right type and the amount of information you needed.
      Let me know if you need any other details.
      And again, thanks for helping out.

      posted in Questions & Answers
      M
      mw417
    • Stochastic Direction Confirmation

      Hey there folks,

      I just got into fxdreema and I gotta say it's a great and powerful tool.
      Having said that, I'm still new to the usage and the question I'm about to ask might be covered here some where but at least I wasn't able to find an answer.

      I'm trying to have a condition set up where if it detects that the K and D period lines are both pointed upwards it will trigger a buy.
      I tried using the 'Indicator Rise' function but I don't think it's simulating my idea right.
      How would I go about arranging which blocks to get the condition set up?

      Much thanks for everything

      posted in Questions & Answers
      M
      mw417