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

    Posts made by jstap

    • RE: Daily Fixed Profit Target

      this should work, although profit needs to be greater than 0. And if trades placed are not placed by the EA blocks are in, you need to specify:

      msedge_k7tt1lKYGm.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can i use oninit handler? As an example how can i use alert function.

      On init will work on EA start, on tick, with a reason above will send alert when needed

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      Yes it's fine, I would set to 1 if you are only working with the last trade (not important, just limits the EA work). Let me know what it's doing now

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      Ok, if you change, test, you will learn, then you can ask and improve.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      I don't mind helping, but all I have suggested is what you should be able to do simply, and you need to understand why I am saying it, this is how you learn what you need to do so you do not have to constantly request help. Add 2 for each position blocks above modify, and switch off the right side of both trees. Then you can ask about any more problems.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      in trade (loop) needs to be under a for each block, so the trade order needed is selected before using.
      For now turn off one side of your tree to see what is causing the extra trade.

      msedge_XVgdDAF1Vd.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      maybe, but add your latest shared link to asses what might be causing this

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      Sopping buy/sell at the same time is relatively simple, there will be a reason why it is getting a buy/sell signal at the same time, add your latest link. Generally when testing, turn off 1 of your buy/sell trees so you know which one is placing the unwanted trade.

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can i set my variable's new value like x = x * 2;

      @girisimcibey 👍

      posted in Questions & Answers
      jstap
      jstap
    • RE: How can i set my variable's new value like x = x * 2;

      adjust *2

      posted in Questions & Answers
      jstap
      jstap
    • RE: Expired

      You can add a shared link to look at, but it should still work anyway.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I can add the Stochastic indicator?

      Try putting the condition linked to your but/sell block.

      msedge_amYXqh4pru.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Expired

      Don't think so, was it created on FX?

      posted in Questions & Answers
      jstap
      jstap
    • RE: fxDreema based copier

      I think it's because the variable need to have a value of the name, if you press F3 you should see a list of the global variables

      msedge_Xz5MI4y9qe.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: what the different for the on Init, on Timer and so on?

      on init happens at the EA start and not again, on timer works every time your setting say it can (default is set to 60 seconds) so every 60, on tick is where you will put the majority of your blocks runs every block every time there is a tick (every price change), on trade works with trades that are running, on chart works with what ever you can visually see on your screen (on mt4 this does nothing on backtest), on denit works once if you remove EA from system

      posted in Questions & Answers
      jstap
      jstap
    • RE: standard account vs raw account

      The spread doesn't really affect bot can and does affect the trade, generally if our stoop is set far enough away from the open, it shouldn't cause you early stops and unnecessary loss of funds.

      posted in Questions & Answers
      jstap
      jstap
    • RE: fxDreema based copier

      This should work but the open price variable should be a string (a name you want to call the global variable), same name for sender and receiver. Value you are sending/receiving is stored in the global variable, not a local one, though you could send/receive local variable data, but it will be sent to the global

      posted in Questions & Answers
      jstap
      jstap
    • RE: Calculate the sum of profits

      Yes but no because you didn't set the variable to 0 before starting the loop:

      msedge_Qcse8CTRhd.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Calculate the sum of profits

      modify a variable to 0 - for each trade/position - check profit (>0) - formula block (add in loop trade profit)

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 13
    • 14
    • 15
    • 16
    • 17
    • 468
    • 469
    • 15 / 469