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: Custom indicator not working

      @tashab I have never used this indicator so is difficult to say why, I assume the buffer gives a price level in which case this should work, put the 3 buffers into a comment block so you can visually check the values you are tiring to correspond with.

      0_1634548966677_e066dc07-a826-4b24-a49d-c32c8d3b02f4-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: highest / lowest close of a period of n candles

      Yes t should be

      posted in General Discussions
      jstap
      jstap
    • RE: ANY WAY TO GET PIP DISTANCE BETWEEN UPPER BOLLINGER BAND AND LOWER BOLLINGER BAND?

      @len-1 Subtracting high from the low will give you the distance as a price fraction, if you want pips under place a modify variable block and convert to pips. What you want will determine weather you want the number to work with or just a minimum/maximum distance, if the check distance block is the best.

      posted in Questions & Answers
      jstap
      jstap
    • RE: New here.. how can I post a link to fxdreemer files for help?

      Click on create shared link - open in web browser - copy address bar and paste here

      posted in General Discussions
      jstap
      jstap
    • RE: I want to know how can i used these conditions in fxdreema

      @talalkhan New variable if you want condition to only work with 1 group.

      posted in Questions & Answers
      jstap
      jstap
    • RE: My biggest project so far

      That doesn't show a lot, but lots of blocks aren't normally needed...

      posted in General Discussions
      jstap
      jstap
    • RE: I want to know how can i used these conditions in fxdreema

      @talalkhan It is basically what you have, you need to record your equity, then work out your % gain/loss, condition block with equity =< or => your percent gain/loss, close and stop.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Any instructions about the On Trade & On Chart tabs?

      The tabs tells you what they do, on init = at EA start (initialisation), on timer = only when the timer event fired (change this in settings), on trade (non mt4 native, so internally goes in on tick) = work with running trades, on chart = many things you see on chart, trades on mt4 are fired from here (in backtest use on tick), on deinit = all actions when removing/stopping EA working (like deleting everything drawn on the chart).

      posted in General Discussions
      jstap
      jstap
    • RE: Create comment based on the defined constant

      @andrewfrank Is hard to see in your pictures. type needs to be ENUM_TIMEFRAMES and value needs to be capital at start Period_H4.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Stuck on Process - What's next after FXDreema?

      I agree, assets all tend to act similar if they are the same type, following trend can eliminate losses as as long as the direction is correct after the pull back profit is next, as for backtest data, this can help but live trading is the only real way to test a strategy.

      posted in General Discussions
      jstap
      jstap
    • RE: Hello fellow traders. A quick tip for me please?

      @isiloon82 You will need to use variables or a flag and then reset when no longer valid.

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

      @talalkhan For a start you need an if trade 1 above no trade 2, this will make sure 2 only happens if 1 is active. You need to use variables/flags so once trade 1 is active and indicator is below a set number it will allow group 2 to trade.

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

      @talalkhan In HERE is a simple RSI above/below EA that puts the answer into a comment, replace the RSI condition with your indicator, so you see what it takes to get the trade conditions you need, then add your other conditions.

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

      @talalkhan It's ok, you are welcome.

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

      @talalkhan I have showed you how to do this, set an variable for when tour cinditions are correct, use a condition to enter the trade in tree.

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

      @talalkhan Set a separate tree with oscillator line = 25 reset variable.

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

      @talalkhan Depends on how you want to happen, when cross happens turn opposite condition to false.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Sort Ranging/Sideways Market, Only Trade Massive Trend

      @slimmz n HERE is a few options the check distance will only be correct when fast MA is above slow MA.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to set open position opposite while the current order still not yet closed

      @basmustrich-0 There is examples in HERE that should show what to do.

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

      @talalkhan You have a condition making a bool condition true, then at the same time you have a condition changing this condition to 0, you have no comment block to visually check what is happening. Put the variables into a comment, visually check what is or isn't working, this way you will know what to check.

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