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

    Posts made by jstap

    • RE: Finding low price of a particular period

      @tulefi Probably 09:00 but put into a comment so you can check.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Constant within a Terminal Variable name

      @sauce Actually it changes the value put into the global variable.

      You could change the current variable to use quote instead of base or create a new.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Constant within a Terminal Variable name

      @sauce Yes and allows you to change from your inputs.

      posted in Questions & Answers
      jstap
      jstap
    • RE: MANUAL TRADING ON MT5 BACKTESTER

      @l-andorrà I will do when I get a minute, it's learnt from Miros code.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Constant within a Terminal Variable name

      @sauce Your welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Constant within a Terminal Variable name

      @sauce They both get put into a variable, so to use/reference either just use that variable (just re type the name).

      Rather than me enplane everything ask about whatever your not sure about.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Constant within a Terminal Variable name

      @sauce I think this is what your trying to achieve, cant fully test though as markets are closed, all except for global variables work on back test though:

      https://fxdreema.com/shared/siwxYBbBd

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing Stop not working

      @jim67 Your welcome

      posted in Questions & Answers
      jstap
      jstap
    • RE: Trailing Stop not working

      @jim67 Think the TP is also classed as a stop.

      posted in Questions & Answers
      jstap
      jstap
    • RE: I want the stop loss level to stop loss when Horizontal Line is reached.

      @yazar-ilyas Try this for buys:

      0_1646422650138_37e06af5-16ab-432a-8e31-994e635e3f7a-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: I want the stop loss level to stop loss when Horizontal Line is reached.

      @yazar-ilyas How do you want this to work? if price reaches the line trades could be closed, the EA could draw a line so when you move this is the SL level.

      posted in Questions & Answers
      jstap
      jstap
    • RE: Modify pip variable not working for me

      @robertk I mean the value of the variable, may want to make it a constant so you can change in your inputs, this should work as I do it all the time

      0_1646418179107_7254924b-549a-4114-8c58-0be574a9fb33-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Modify pip variable not working for me

      @robertk This should do it (change the value from 0 though):

      0_1646417061278_f4375f00-3aa2-4c73-ad1c-99f6be3aa9fb-image.png

      posted in Questions & Answers
      jstap
      jstap
    • RE: Using a Constant within a Terminal Variable name

      @sauce (where I have written variable, put what ever you have called yours)

      You can put the current TF and symbol in to variables like this:

      0_1646407756214_809698a4-023c-4937-8759-c884138d9ce3-image.png

      This should give you the last 3 letter of the symbol string variable:

      variable= StringSubstr(variable,3,3); (may need to change the numbers)

      create a string variable and place the above code into a custom code block.

      You can then create a separate string variable that gathers info something like

      variable+" "+variable; into custom code.

      posted in Questions & Answers
      jstap
      jstap
    • 1
    • 2
    • 371
    • 372
    • 373
    • 374
    • 375
    • 469
    • 470
    • 373 / 470