fxDreema

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

    Sonric_Rich

    @Sonric_Rich

    3
    Reputation
    433
    Profile views
    4
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website sonric.co.nz Location New Zealand

    Sonric_Rich Unfollow Follow

    Best posts made by Sonric_Rich

    • RE: Trailing Stop to start trailing based on ATR

      Hi - I know this is a little old but I have been doing a similar thing.
      My recommendation is -

      • Create 2 Variables - e.g. ATR_Ref_Val & SL_In_Pips both of type double
      • Modify/set in a block before the Trailing stop block as in the following
      • Then use the SL_In_Pips variable in the Trailing settings

      0_1515296910302_fda4e54b-e836-4e88-b13e-663068998395-image.png

      Modify ATR_Ref_Val to your ATR settings
      then Modify SL_In_Pips using the FX Dreema function/method toPips(ATR_Ref_Val,CurrentSymbol())

      Then in your Trailing Stop you can use the variable SL_In_Pips as the Pips value

      Hope that helps - it's how I am doing it

      posted in Questions & Answers
      S
      Sonric_Rich
    • RE: Tester text line

      You can use the ::: to drag and reorder the constants.
      0_1514765037247_c99c59dd-f4d9-471b-bfdb-3d2036a77a3c-image.png

      They will appear in the sequence you set.

      posted in General Discussions
      S
      Sonric_Rich

    Latest posts made by Sonric_Rich

    • RE: How to hourly enter?...

      If the rules are as simple as you state - here's what you are after
      https://fxdreema.com/shared/QfzAfqTJb

      It uses the Expiration of the order to close itself.

      Because some of your periods are consecutive we can set the hour filter to extend for the 2 periods and by using the Once per bar then it will on perform the buy or sell once in the period.
      As you can only set 4 period filters in the Hours Filter the Sell one has one more block to handle the extra.

      The expirations are "1 hour from the time of the order" which may actually then be a fraction after the candle closes but should be pretty close. You could change it so that it expired 59 mins instead.

      I just set the time stuff and conditions to GMT so you may need to vary those according to your requirements.

      posted in Questions & Answers
      S
      Sonric_Rich
    • RE: Trend folowing strategy

      For Buy checking, you could use "Price x> Indicator" for "Market Properties" "Highest Price (Candles Period)" Start Candle =1 and End Candle = Constant (so you can vary it) Get "Price Value"
      0_1516501647287_6413eadd-6056-4271-955f-a1afd0812874-image.png

      Then opposite for Sells - Lowest Price...

      This performs the same function as the Donchian Price Channels indicator (per the original Turtles).

      The standard Turtle approach is to find the Highest/Lowest Price (end candle) in the last 55 candles (was daily in their settings), so this helps with not getting in before the trend (or "run") has established.
      So play with the End Candle setting til you get a value you are happy with.

      posted in Questions & Answers
      S
      Sonric_Rich
    • RE: Trailing Stop to start trailing based on ATR

      Hi - I know this is a little old but I have been doing a similar thing.
      My recommendation is -

      • Create 2 Variables - e.g. ATR_Ref_Val & SL_In_Pips both of type double
      • Modify/set in a block before the Trailing stop block as in the following
      • Then use the SL_In_Pips variable in the Trailing settings

      0_1515296910302_fda4e54b-e836-4e88-b13e-663068998395-image.png

      Modify ATR_Ref_Val to your ATR settings
      then Modify SL_In_Pips using the FX Dreema function/method toPips(ATR_Ref_Val,CurrentSymbol())

      Then in your Trailing Stop you can use the variable SL_In_Pips as the Pips value

      Hope that helps - it's how I am doing it

      posted in Questions & Answers
      S
      Sonric_Rich
    • RE: Tester text line

      You can use the ::: to drag and reorder the constants.
      0_1514765037247_c99c59dd-f4d9-471b-bfdb-3d2036a77a3c-image.png

      They will appear in the sequence you set.

      posted in General Discussions
      S
      Sonric_Rich