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

    Best posts made by jstap

    • RE: How to create your own custom blocks step by step??

      show me pictures of how you have it set, if you are getting compile errors after creatin while trying to use, you could copy each section, past into ChatGPT and ask what is wrong showing the builder compilation errors

      posted in Questions & Answers
      jstap
      jstap
    • RE: PREVIOUS DAY HIGH LOW - NOT PLOTTING CORRECTLY FOR MONDAY

      is probably because on Monday 1 day offset is Sunday, check the day and if Monday get the price of 3 days before

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trial period

      @Siddiqe only 10 is the only free trial you have

      posted in Questions & Answers
      jstap
      jstap
    • RE: Bool pass - True

      I thought I explained how, so maybe you should ask how to to the 1 thing you are struggling with... so now my sarcastic comment, you cannot change a constant from your robot, you can change an enum value in a variable, but this is a variable...

      posted in Questions & Answers
      jstap
      jstap
    • RE: The EA miss entries and closing

      Sometimes this happens, I do not know of anyway to prevent this happening

      posted in Questions & Answers
      jstap
      jstap
    • RE: WHAT IS THE "CONSTANT" TYPE FOR THE START HOUR (FROM) AND END HOUR (TO) ?

      string 00:00

      posted in Questions & Answers
      jstap
      jstap
    • RE: Copy the whole project again or only change group number?

      You should be able to attach to a new chart and change the MN

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to create custom block?

      Is a lot of work, but if you have an idea of the block you want to create ask chatgpt, in the first ask for code that goes in either on tick, on trade, etc. ask for global variables, includes, ask for custom function. Might take a few tries but it should give you all the code you need.

      posted in Questions & Answers
      jstap
      jstap
    • RE: want to create EA that put order on custom indicator(arrow,dot etc)

      That's what I said, the block if working properly would be indicator appear

      posted in Questions & Answers
      jstap
      jstap
    • RE: want to create EA that put order on custom indicator(arrow,dot etc)

      there's no point, I have tested hundreds of EA's set up like this, if it isn't working as planned, it is an indicator problem

      posted in Questions & Answers
      jstap
      jstap
    • RE: want to create EA that put order on custom indicator(arrow,dot etc)

      Set up a small few block project to test with, then add the shared link here, say what it's not doing and I'll have a look

      posted in Questions & Answers
      jstap
      jstap
    • RE: Manual trading but ea take profit ,stop loss,trailling stop etc.

      Yes just select the group as manually opened in all blocks

      posted in Questions & Answers
      jstap
      jstap
    • RE: Variable (input) block

      arrays are variables that store multiple values. personally I don't use arrays unless I have no choice, to simply I want z, if variable = x, use yellow dot to check again, if variable = y, use yellow dot to check again, if variable = z use orange dot to complete action

      posted in Questions & Answers
      jstap
      jstap
    • RE: How to edit variables in the inputs tab?

      Create it as a constant, then it will be in the inputs.

      image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: number

      add a shared link to see where this is but, NormalizeDouble(variable name,2); will do it

      posted in Questions & Answers
      jstap
      jstap
    • RE: Total Lot size changes to more decimal places

      Add a shared link to see where this is doing this, but NormalizeDouble(variable name,2); will fix

      posted in Questions & Answers
      jstap
      jstap
    • RE: Most loss position

      This should put the lowest running profit into the variable

      posted in Questions & Answers
      jstap
      jstap
    • RE: Send and receive variables to different accounts/terminals

      same VPS so basically the same computer... you can use a terminal variable (global) and it will be saved onto a shared folder, that you can read from another.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Send and receive variables to different accounts/terminals

      been a long time since I looked, but I'm pretty sure they are saved in the common folder
      ~
      image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: custom indicator with ENUM as optimazation variable

      I was trying to help you but I am not signing up anywhere to do so. Create a different name enum so when selected in input it activates different blocks.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 45
    • 46
    • 47
    • 48
    • 49
    • 53
    • 54
    • 47 / 54