fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. jstap
    3. Posts
    • Profile
    • Following 2
    • Followers 222
    • Topics 37
    • Posts 9382
    • Best 1086
    • Controversial 23
    • Groups 0

    Posts made by jstap

    • RE: Don't open new trade after TP hit

      @sheeraz A condition block, or a once per bar block with a flag block underneeth.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Don't open new trade after TP hit

      @sheeraz The flag looks wright but you cannot share between buys and sells, you also need something to reset back to true.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Cross RSI to Stochastic at line 50

      @flyfisher You have to use 2 condition blocks, one checking the RSI cross and one checking the stochastic cross. Create separate trees when RSI crosses set a flag to true, when the STO crosses set another flag to true, reset back to false whenever your trade conditions say so.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Don't open new trade after TP hit

      @sheeraz The flag is on the left in green, use set flag (bool/true/false), set to false under the purple block, on tick check bool flag before buy sell, reset back to true once per (daily) bar, or whenever you want trade to restart.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Don't open new trade after TP hit

      @sheeraz On the on trade tab, trade closed by TP (purple block) set flag, on tick tab check flag before buy/sell, reset flag when you want new trade.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Average Price [BOTH SIDE]

      @duepips Not too sure what but if you use bucket of trades one for each type and save in to separate variables then use a formula block to divide and put into a separate variable, put all into a comment block so you can check what's happening.

      posted in Questions & Answers
      jstap
      jstap
    • RE: ICUSTOM WRONG PARAMETER COUNT aftre del. INPUT & EXTERN

      @archer Try this, create a variable and add this to a custom code block:

      VARIABLE = iCustom(NULL,0,"name of the custom indicator",0,0);

      in your platform run the indicator and open the data window , starting at 0 count down until you get to the number of the data you want, put this into the penultimate 0, make sure the created variable is of the same type.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Entering a number to a variable during active trading

      @rodrigo-ortuzar Have the edit field with a random number rather than a variable, buy comment I mean pass block>comment block with the variable inside.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Entering a number to a variable during active trading

      @rodrigo-ortuzar Like picture, put into a comment to see whats happwning.

      0_1650653456965_fb928e45-876d-4b6f-8a3b-ce34d9e9ff28-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can the trades in the EA below have common stoploss as the parent trades after closing partially

      @od That's fine if it works as needed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: please help

      @emreizmir Under no position set back to false.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Please help why some time the ea Buy 2 times Sell 2 times when it is in the condition even I put once per trade already how to not let the ea buy more than 1 time per trade?

      @zarbitz if you only want 1trade put a no trade block on top.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Entering a number to a variable during active trading

      @rodrigo-ortuzar Use a edit field, you can then get this number using object on chart.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can the trades in the EA below have common stoploss as the parent trades after closing partially

      @od Remove the no trade block and put some logic in tree to replace the no trade blocks.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can the trades in the EA below have common stoploss as the parent trades after closing partially

      @od Something like a flag under partial close, a separate tree with a different group, when there is not a trade running flag is set back to off.

      posted in Questions & Answers
      jstap
      jstap
    • RE: please help

      @emreizmir Like this: 0_1650641701711_08a9a1d4-9f83-4a5a-b979-6920ddb4cb0e-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: please help

      @emreizmir Under your modify stop's block set a flag to start trail, above trail check flag, reset when needed, maybe when no trade.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can the trades in the EA below have common stoploss as the parent trades after closing partially

      @od If a partial trade is closed then an original group is still open, you will need to add a condition so when a trade is partially closed it all allows another group you've set up to than take trades.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can the trades in the EA below have common stoploss as the parent trades after closing partially

      @od It says it uses the original attributes:

      0_1650580982038_43906500-2467-4df8-8509-e102f632c47c-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Please help. does not know how to link up

      @jerjer1223 With parabolic use 2 conditions, for buy condition 1 PSAR > candle 1 open (or close), for condision 2 PSAR < open candle 0.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 350
    • 351
    • 352
    • 353
    • 354
    • 469
    • 470
    • 352 / 470