fxDreema

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

    Best posts made by jstap

    • RE: I Want To Create A EA With Custom Indicator

      @talalkhan The modify variables are now correct, if <0 is what you want to set variable to false then all is logicily correct.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I Want To Create A EA With Custom Indicator

      @talalkhan Yes yellow is just for if not condition.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Is it possible to check the price to the EMA distance in pips?

      @barsa1211 In the picture you will see how to check if price is above MA but below MA + 100.

      0_1635265246088_ecfa8fa6-54b4-44b9-9b99-716f7d7b36af-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: I Want To Create A EA With Custom Indicator

      @talalkhan A cross happens on a candle, > happens after a cross and stays like it until the opposite cross occurs.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I want to make an EA for Boom & Crash. Help please.

      @tipsywisdom I agree that this is likely a suicidal asset to trade but, this is entirely dependant on the strategy used and how it is implemented. To stop this from being tried means to stop a potentially working strategy before it starts.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I Want To Create A EA With Custom Indicator

      @talalkhan All looks good.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I Want To Create A EA With Custom Indicator

      @talalkhan As I said before separate and check each situation until you find what's not working.

      posted in Questions & Answers
      jstap
      jstap
    • RE: My EA ONLY works on "'Jump 10"' but not any other instrument.

      @tashab This is how I would do it, as long as your SL/TP settings work with your broker I see no issues.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Help with custom indicator

      @alex81 These are not the buffers used in FX, they are the buffers from the data window, sometimes they match sometimes not, this is why I advised to put the buffer data into a comment block, this shows the data FX can use.

      If this code: V_W_A_P=iCustom(NULL,0,"VWAP",0,1); is put into a custom code block then the data window information is put into the V_W_A_P variable the 0,1 relates to the data place in the data window.

      0_1635690745959_a57c36f1-6882-4eb8-b1cd-298da9f4ccf1-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: sell buy 2. start trading just buy

      @suleyman-0 The builder page is not the shared link.

      posted in Questions & Answers
      jstap
      jstap
    • RE: sell buy 2. start trading just buy

      @suleyman-0 There is various ways to do this, pink blocks, condition blocks, using groups, when you post the shared link problems can be assessed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: sell buy 2. start trading just buy

      @suleyman-0 You don't need the if trade for pink blocks, I would have a pink tree for sells and one for buys.

      0_1635694181015_e1f78887-38cc-4c9c-bbf3-f8ac90d77d79-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Identifying Candle Pattern (Part 1!)

      @general-melchett If you want the average size, add all in range together, divide by the number in range, there is also the ATR indicator.

      posted in Questions & Answers
      jstap
      jstap
    • RE: color ENUM

      @piptheripper In constants put color as type, call it what you want, name it a usable name like "Red", in the EA inputs you will have the options like your picture.

      posted in Questions & Answers
      jstap
      jstap
    • RE: draw midponin of candlestick

      @kenya254254 This would do it:

      0_1637349823827_5b7a6ff4-df4f-422b-afd9-ee8abd47e797-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: 3 Moving Averages

      @dore Every candle constantly has a high, but as 0 closes it becomes 1. If 1 is used for a cross then as it becomes 1 this is checked, if 0 high is used then the cross is checked before the candle closes.

      posted in Questions & Answers
      jstap
      jstap
    • RE: EA auto on and off

      @ladydolares You can set conditions to start/stop EA, if removed the only way to attach to chart is to do it manually.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Buy/Sell With in a Number of Candles from 1st condition happening

      @alphaomega Pretty much everything works for mt5, every time people asked a question I would use this file to add an example so it isn't necessarily all needed to work together, I also have other ideas that aren't in here.

      71-72 will likely be in there somewhere but unsure and they're unnecessary for area 20.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing Stop into Condition

      @chattahooche You can use a condition to switch trail or something on/off. If you put a shared link here it's easier to see how a block is connected and what's inside.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Only for Martingale Expert Lovers

      @alphaomega I and not well practiced on martingale and have only had a quick look but, I would remove duplicated pink blocks, and separate connected with different settings, I think this will stop the checking of other conditions, hope this helps.

      0_1638364109678_aa080778-e305-498a-8f86-0dab803a15b4-image.png

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 54
    • 55
    • 17 / 55