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 9331
    • Best 1080
    • Controversial 23
    • Groups 0

    Posts made by jstap

    • RE: Make a trade once per indicator signal

      There is no once per signal, you have to create it with flags, once per bar may do it, but SAR will be the same on many candles,.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Make a trade once per indicator signal

      Set flags, if trade can be placed set flag to tree, if not leave a false, check with a check flag block, you can switch on/off as you like.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Do the advisors created in fxdreema have restrictions for trading on a real account? I've encountered this issue - trades open on the demo account, but not on the real account

      If created correctly they work the same on live as backtest, sometimes though they perform differently on backtest to a live environment.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Martingale EA - Platform Restarts

      No I would set a new tree with a for each block, these are loops so under a no trade block will start and run the loop only once, so for continual checking of pips away needs to be free from the no trade block, once a trade is placed a no trade block stops passing.

      841e3eb6-d374-4f37-bf41-ec1eee6a54c5-msedge_q18We228hH.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: open trade after crossover not before

      Set your candle ID's in your condition to 1, there is a cross but on current candle can reverse quickly, setting to 1 means it will wait until next candle before checking

      posted in Questions & Answers
      jstap
      jstap
    • RE: Martingale EA - Platform Restarts

      Then you set 4 terminal variables by different name, this is the name you use to read them.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Martingale EA - Platform Restarts

      yes is the only way to have it remember after close. The easiest way is to set as soon as placing a trade, this is just an example, once saved in a terminal variable you can read it anywhere:

      https://fxdreema.com/shared/u56SPw8Hc

      posted in Questions & Answers
      jstap
      jstap
    • RE: open trade after crossover not before

      For a start once per bar needs to be beneath the condition, check profit - close should be in a separate tree, this will make only 1 trade per candle, if still over trading the cross, you need to add more logical conditions to restrict.

      msedge_EqUTKLCXTP.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Martingale EA - Platform Restarts

      Yes, you need to use/store/delete within a global variable (terminal variable on here)

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing Stop as per ATR

      2 use a breakeven block set with stoploss, 3 set start to relevant value, but be warned as setting stop (trail pips) to 1:2 then it will likely close at this value.

      posted in Questions & Answers
      jstap
      jstap
    • RE: how to do once per each cross?

      You need to add to the logic, set flags true/false as things happen, and check before/after this way you control what is classed as happened and can happen.

      posted in Questions & Answers
      jstap
      jstap
    • RE: wait 16 minutes

      I find the easiest way is to constantly add 1 every minute to a variable, variable to 0 on event (like candle opening), check the value and when it reaches 16 commit to do something.

      posted in Questions & Answers
      jstap
      jstap
    • RE: CLOSE ALL TRADES AT A PARTICULAR TARGET

      Pips means regardless of lot size the trade will stop when enough distance is covered, so I see why it would make sense. But test with money, once working as you want you can upgrade the logic to pips, because at this point you will know the money value of a trade's action, so on the same lot you will see how many pips give the same result.

      posted in Questions & Answers
      jstap
      jstap
    • RE: CLOSE ALL TRADES AT A PARTICULAR TARGET

      I can but get things working as you want, then if needed you can refine by changing set up's to use pips.

      posted in Questions & Answers
      jstap
      jstap
    • RE: CLOSE ALL TRADES AT A PARTICULAR TARGET

      It does exactly that, only allows trades if day profit not met then closes, you could not use the close section, and it would work the same if a trade closes above the value. It doesn't work for pips, a different multi block set up would be needed.

      posted in Questions & Answers
      jstap
      jstap
    • RE: CLOSE ALL TRADES AT A PARTICULAR TARGET

      @Bogdaiki of cause you can... buy why...

      posted in Questions & Answers
      jstap
      jstap
    • RE: CLOSE ALL TRADES AT A PARTICULAR TARGET

      Basically like this:
      1cdf65e7-3f2b-4ce8-a163-ccd31be18253-msedge_7OEvpRjvR3.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: CLOSE ALL TRADES AT A PARTICULAR TARGET

      you don't terminate you use 2 blocks, above your trade blocks < the goal amount, above a close block in a separate tree > goal amount

      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: CLOSE ALL TRADES AT A PARTICULAR TARGET

      block, check profit (period of time) - close block, this will check profit made over a given time then close if reached.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 466
    • 467
    • 11 / 467