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 9377
    • Best 1086
    • Controversial 23
    • Groups 0

    Best 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: 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: magic number

      yes and in the EA inputs

      posted in Questions & Answers
      jstap
      jstap
    • RE: Compile error occur . Pls help me how to fix.

      This is why I prefer working with MT4 not MT5, the problem is in your no position nearby block, the formula block is working correctly and multiplying the used pips, then you get that issue. You can try asking support why it's happening: https://fxdreema.com/support

      posted in Questions & Answers
      jstap
      jstap
    • RE: Moving average into stochastic

      You can do this on your PC platform, but not on FX Dreema, your only choice is finding a aftermarket indicator, to run on PC.

      posted in Questions & Answers
      jstap
      jstap
    • RE: No Position Nearby - Question about the Time Filter

      I rarely use no position nearby block, I have in the past but it rarely works as I would expect. As for 3rd risk of 1 I would set lot as % to 0.33 on each trade (100/3 = 33.3), then close all when profit reached, Check profit (period of time) but this would only look for profit in a given time.

      posted in Questions & Answers
      jstap
      jstap
    • RE: No block connections

      This is unusual, but sometimes it does seem to happen, from what others have said this is because of a problem with the browser you are using, is not fully compatible.

      posted in Questions & Answers
      jstap
      jstap
    • RE: No block connections

      Youwish, I was being nice! I told you others have had this problem... good luck because you have already done what has previously fixed this for people! So is unlikely to be your problem...

      posted in Questions & Answers
      jstap
      jstap
    • RE: No block connections

      I don't have any, anyone that can possibly help will see this and give advice on what they know. Unfortunately all you can do at the minute as change your set up, then report back if you fix the issue.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Project not loading

      Not sure, but probably need to put it in your MT4 / MT5 experts folder and load from your platform.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Important question

      You can, sometimes is easier to change externally: https://fxdreema.com/shared/ds1aZi4Hb

      posted in Questions & Answers
      jstap
      jstap
    • RE: Important question

      The variable type is set in FX, sting = text, double = 0.0, int = 0, bool = true/false, date time is similar to int, you can search google for these definitions. The bool constant is checked in the condition, then it sets true of false to the string variable, " " tells the block you are setting text instead of a numeric number. true = 1 false = 0

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can a file be created on back testing?

      You can write in backtest, try this: https://fxdreema.com/shared/mSTWWc6Cb

      file should be created here: <terminal_data_folder>/Tester/files/test_output.csv

      posted in Questions & Answers
      jstap
      jstap
    • RE: daily profit

      Above trade tree - check (period of time) < x.xx. In a separate tree, above close block - check (period of time) > x.xx.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Logic (true-false) block not behaving as I expected

      You have nothing setting that flag, default will be false, meaning this is the only option that will create a trade.

      posted in Questions & Answers
      jstap
      jstap
    • RE: what is the difference between close and close psitions blocks/

      Close (pink) will only work correctly under a for each, the for each selects in a loop the trade/trades to close. Close positions will close all selected (this will us a loop, but is internal)

      posted in Questions & Answers
      jstap
      jstap
    • RE: WHY OPTIMIZATION IS SO SLOW WHEN I USE "ON TRADE" BLOCKS ?

      Under your buy or sell block - modify variable to 0 - for each closed trade (set up as you want) - formula + trade profit and save into the variable you just set to 0.

      posted in Questions & Answers
      jstap
      jstap
    • RE: FREE USER ISSUES

      Free is 10 connections, in the picture is 13.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Problem generating Oninit code?

      No mate, only the Amazon version, you can get the app to view it on the ipad.

      posted in Questions & Answers
      jstap
      jstap
    • RE: And Block

      bool is simply true/false, so i9t either pass es on to next or not, without seeing inside blocks your conditions may be the bigger problem, once per bar above means it fires first requiring the condition to be true at that point in time, once per bar is generally better under the conditions. The and block is pointless in this case, because condition on top of condition on top of condition without the and means 3 conditions have to be true to work. The and block is expecting the 3 above blocks to be true at the same time, but if the bool is false then only 2 can be, if you connect the yellow bool dot to the and block then the 3rd condition will be skipped and and will work of 2 conditions.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 51
    • 52
    • 53
    • 54
    • 55
    • 53 / 55