fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. miro1360
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 257
    • Topics 27
    • Posts 1611
    • Best 192
    • Controversial 5
    • Groups 0

    Posts made by miro1360

    • RE: Variables and Constants

      thanks 😄 ... and actually using Constants as inputs is the best way 🙂 .... because one constant (or variable if you fill it with constant as example above) you can use it in many blocks ... but when you use check box you get a lot of input parameters (one for each check block) and in tester optimization you get a lot of combinations which can cost you time 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: How to delete the PREVIOUS pending order ?

      0_1489085355941_upload-bf08e576-99dc-4dc9-a17f-4f6350ff2564

      posted in Questions & Answers
      M
      miro1360
    • RE: The "Adjust" button input

      create few variables and save values into these variables:
      0_1489085210417_upload-ce4dde76-db19-4582-bfd0-252cab567b9d

      than with Condition blocks you can compare these variables, or use them as price levels for pending orders, SL TP levels, etc ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Variables and Constants

      0_1489084981162_upload-46c0891c-7d33-4193-80c3-82c7f53a54bd

      0_1489085020639_upload-e61d9a26-cc01-4d8a-ada2-c1cf7511fb3d

      posted in Questions & Answers
      M
      miro1360
    • RE: problem in use my indicator ? important

      because indicator is not working in forward data feed ...
      it loads historical data only when indicator is attached into chart (last window)
      but when indicator is placed and candles are created (forward data feed) indicator stoped creating lines and signals (flat lines in middle window) ....... so it is problem with indicator calculation 😄 and I dont know who can or will repair it (maybe somebody in forexfactory - there was somewhere thread with indicators for request) 😄

      0_1489084354711_upload-792f83fd-ed65-47a6-918b-0077b56e54c6

      posted in Questions & Answers
      M
      miro1360
    • RE: Variables in Desktop and online

      delete buy now / sell now block and place it again ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Long entries won't trigger

      because SL pips are like 999999 which is too big ... if you need "no SL" place there 0 or something more realistic, like 400 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Variables in Desktop and online

      dont use this "Check input" box ... when you use "Constants" in field, they are actually input parameters in EA (you dont need select Check box) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Check Loss

      check profit actually is working for check loss 😄 ... :
      0_1488992825010_upload-0572723f-6051-44ee-b893-91725c1db313

      posted in Questions & Answers
      M
      miro1360
    • RE: How i can add new indicator and templates in fx dreema ?

      https://fxdreema.com/help/working-with/custom-indicators
      https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema

      posted in Questions & Answers
      M
      miro1360
    • RE: Cannot load and/or export ex4 normally anymore (web version)

      you need wait few seconds ... or another way for big project can be this:

      1. generate mq4
      2. open metaeditor
      3. in metaeditor open mq4 file
      4. click Compile button
        ... and your ex4 file is generated
      posted in Questions & Answers
      M
      miro1360
    • RE: Indicator average value & Ichimoku

      test it with ichimoku, sure there is minus in ID but you need test it to find which value ...
      ...
      and if you need find highest or lowest value from candle price, there is function in block for it (but only for candles, not indicator, indicator try with my tip using loop) ...

      this is integrated in fxdreema blocks (for candle prices):
      0_1488931596613_upload-24d6040d-3caa-4c07-841a-a0fc717121b5

      posted in Questions & Answers
      M
      miro1360
    • RE: how i can do this in fxdreema ?

      use candle ID to select which candle into history you need compare ... in your example above you skipped one candle between 1-2 and one candle between 2-3 ... so right counting is like
      5-4-3-2-1
      or if you need current candle (which is 0) :
      4-3-2-1-0

      so opening trade for your "request" can be like:
      0_1488924876149_upload-974c0f05-9091-4ed7-80cc-29f56b5c8b8a

      or like this if you skip these candles:
      0_1488925049777_upload-3ee08f02-269e-4ea7-8f3a-e466f1495cbe

      just play with these IDs .... or if you need all candles bullish (or bearish) add more conditions for it 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Profit/loss of last trade

      are you sure?

      https://fxdreema.com/shared/l67US0Uqc

      0_1488912860275_upload-4a112345-18ba-4083-b2ed-f0870b98aaec

      0_1488912809445_upload-17fe0a19-10f3-469c-9955-1dd371a3046a

      posted in Questions & Answers
      M
      miro1360
    • RE: Indicator average value & Ichimoku

      here fast tutorial how to do it with blocks (only how to find min max atr):

      https://fxdreema.com/forum/topic/4510/tutorial-loop-advanced-find-specific-value-from-indicator-history

      posted in Questions & Answers
      M
      miro1360
    • Tutorial Loop [advanced?] - find and save specific value from indicator history

      fast tutorial how to find specific value in indicator history
      my tip is, use Loop block

      original project: 0_1488923868468_tutorial_loop.mq4
      link: https://fxdreema.com/shared/CS0MvwQSc

      here was question, how to find atr max/min values in specific period
      https://fxdreema.com/forum/topic/4507/indicator-average-value-ichimoku
      so we will find atr max and min and save it into variables for further calculation

      1. create few inputs:
        0_1488911315767_upload-93c69050-e4b9-41b1-ada7-cc5cfdbcc65b
        and variables:
        0_1488911327196_upload-468f822c-41b3-4e63-aaac-aa072a8deb8c
        values are saved into variables atrMax and atrMin
        variable atrNew is needed for temporary saved atr value and variable incr is needed for incrementation candle ID
        input lookBack is period where are you looking for values min max and atrPeriod is period of atr 😄

      2. next create this block connections:
        0_1488923973125_upload-b0c2b550-ecff-4819-b75d-44f1864ffc45
        firstly you need null variables before loop start, atrMax is 0 but atrMin is "nulled" into high value because for further comparison

      block Loop have in parameter lookBack period - it is, how many times is this loop repeated
      0_1488924017571_upload-15107ba4-1f93-46a4-8672-18c2f4500e14

      next is save atr value from candle ID (variable incr) into variable atrNew:
      0_1488924125470_upload-293d7c93-ce8a-40dc-8faa-95a583a6f5a2

      block Condition for comparing if atrNew is > as atrMax:
      0_1488924186034_upload-1615e023-e577-4246-a061-700c99bb994c

      if that is true, save atrNew into atrMax (atrMax=atrNew)
      0_1488911784597_upload-3fa6f149-d5e2-4016-bf80-26a907d3285a

      the same logic is for atrMin with slightly change in Condition:
      0_1488911834504_upload-2805c643-eecf-4c99-913e-8b66d1e9a935

      1. after that atrMax and atrMin are saved and if loop find on lookBack period new atr which is higher/lower as previous, it is saved ... in that case dont forget for candle ID incrementation which is done with incr variable in next block:
        0_1488924252866_upload-17035187-a9ba-4c69-a60e-b7e9582d9581

      2. with Comment check if it is working:
        0_1488924291054_upload-d54fdb57-3817-4ed7-8aa8-f0f4c4e580f9

      see, it is working:
      0_1488912065988_upload-2e6ba5ca-0b76-4488-83d7-89f4411edff7

      ...
      the same logic you can use for moving average, RSI, stochastic, macd, custom indicator and all others

      😉

      posted in Tutorials by Users
      M
      miro1360
    • RE: Profit/loss of last trade

      see my picture above, and where is Profit under pink point, change it to Open Price
      0_1488910975507_upload-919cb348-0bdf-4b59-8feb-78b9b90404e5

      posted in Questions & Answers
      M
      miro1360
    • RE: Indicator average value & Ichimoku

      values save into variables you can do like this:
      0_1488906358385_upload-55ce6fca-989e-484d-800e-055b9d23da4a

      but you need something specific which I can do only using custom code, like this for your atr:

      https://fxdreema.com/shared/RZ0wzsNne

      0_1488910341537_upload-52507f0b-9538-405f-8376-fa4516dd2f34

      there is other way how to look back and you gave me idea for new tutorial 😄 maybe I do it in few days ...

      and for this ichimoku yes, you need negative ID for some values, its ID depends on period, but not sure how 😄 test it ...

      posted in Questions & Answers
      M
      miro1360
    • RE: How i can buy after intersection distance highest i selected it ?

      try like this:
      https://fxdreema.com/shared/A2tAwFhLb

      0_1488906031862_upload-9218feb6-c7e9-4bc0-befc-abc5af6386ea

      posted in Questions & Answers
      M
      miro1360
    • RE: Profit/loss of last trade

      which value? profit? the above example is for that 😄

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 54
    • 55
    • 56
    • 57
    • 58
    • 80
    • 81
    • 56 / 81