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: Set stop-loss to be the lowest between a range of candles

      for this use Market properties: Lowest price (candles period) .. and set here your period of candles, which can be start 1, end 3

      posted in Questions & Answers
      M
      miro1360
    • RE: Binary Options Expiry

      every block where is option "timeframe" set this timeframe M5

      posted in Questions & Answers
      M
      miro1360
    • RE: New compilation error.

      I think this is error, wait little time for repair ...

      posted in Questions & Answers
      M
      miro1360
    • RE: example: For each trade

      maybe add to lot size without close can be done in MT5 (I have not study how, you can 😄 ), but in MT4 it is not possible (not possible to modify the lot size of trades for original open price or recalculated open price), I mean when your trade is opened like 1.0 lot, you can not modify lot size to 1.5 into one trade

      but here in fxdreema you can do something as opening new trade with the same SL TP like parent one using "add to volume" (currently loaded using For each trade block) ...
      partially closing is working as you asked, here you can view some example to your question:
      https://fxdreema.com/shared/5XS8SPvIb

      or here you can work with ticket number ...
      https://fxdreema.com/shared/Y90zEfaFb
      there are many ways how to work with these numbers, you need try it ...

      instead of "add to volume" you can close trade, load its lot size into variable and add next lot size to this variable: closed was 1.0, you will add 0.5, so result save into variable like 1.0+0.5=1.5 and this 1.5 open as new trade on current price ... it is maybe not as you expected but can working with few compromises (like open on current price)
      ...
      rest what you asked for Area xy, it are only areas for separating examples, each area is each example ... and "area in area" - it is because of comment - I used it only for commenting main Area ...

      posted in Tutorials by Users
      M
      miro1360
    • RE: Question regarding the "adjust" field

      yes you can ... you can use some words like pips to make this
      +10pips
      this adds for reference value +10pips, which is for EURUSD +0.0010 or for GBPJPY +0.1
      ... I dont know all this words, only this pips, maybe there are more ...
      you can use some functions as well .... like *(NormalizeDouble(yourVariable,0)) ... or *(MathAbs(yourVariable)) ....

      do some research and try most of what you are asking, it would be probably faster reply for you 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Question regarding the "adjust" field

      yes you can this, without quotes ...

      posted in Questions & Answers
      M
      miro1360
    • RE: Moving Average question

      I am not sure what exactly you need because it is question if you exactly know what you need 😄 ... but can try this: https://fxdreema.com/shared/BWG3f4z1d ... 2 versions, you can run one or other with turn blocks on/off ... version 2 are blocks turned off
      but I am not sure if it is working for you right because I have not tried ... time pressure 😄
      it was for this ... https://www.mql5.com/en/articles/1516
      also change other parameters like MA period or TP SL for trades etc

      this was my reply from PM 😄 ...

      posted in Questions & Answers
      M
      miro1360
    • example: For each trade

      Here I provide you few examples how to work with blocks For each Trade, or For each Closed Trade, you can also work with blocks for pendings ...

      https://fxdreema.com/shared/FRLmvb2Bb

      you can also download mq4 file and import it into your projects to have my provided original:
      0_1482090825721_example_loop_trades.mq4

      maybe something must not working and need some little change, I have not tried this my examples in tester, you can ... and here are other ways how to do this, better or worser, it is up to you and your invested time 😄

      have a fun ...

      0_1482090846854_upload-463c8517-a5d9-472e-985c-9741f67eb1c1

      0_1482090859640_upload-e2e3cb6a-3377-4fbe-9604-8807276eefc8

      0_1482090878682_upload-de26273f-a6bc-419a-8b31-053b415e802b

      posted in Tutorials by Users
      M
      miro1360
    • RE: IDENTIFY MACD AND RSI DIVERGENCE

      macd divergence is implement in fxdreema, rsi is not directly and for this purpose you need some coding skill or proper indicator with RSI divergence ...
      for macd divergence blocks in fxdreema check block section Various Signals

      posted in Questions & Answers
      M
      miro1360
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      I hope you just make fun with your question 😄
      0_1481987049114_upload-5822f4cd-596e-4791-8a40-65de4a40f676

      ...
      0_1481987145915_upload-9b4f773b-b383-40b2-bfc8-5fa62303ba85

      posted in Questions & Answers
      M
      miro1360
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      trace it using visual tester and Trace block to see, what happens, that is one of ways how to find whats wrong 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: Moving Average question

      using "==" in comparing prices, especially MA price and current price, is bad way, base your strategy on ">" or "<" conditions ...
      when you will MA direction (if MA rise or fall) you can do this:

      MA[1] < MA[0] : MA rise on current candle
      MA[1] > MA[0] : MA fall on current candle

      notice, that current candle is not closed candle and can in any time change direction ... on history of chart you see only closed candles, not behavior from candle 0 ...
      this is how you see history of chart, without candle 0:
      MA[2] < MA[1] : MA rise on previous candle
      MA[2] > MA[1] : MA fall on previous candle

      posted in Questions & Answers
      M
      miro1360
    • RE: Help with condition.

      try this:
      https://fxdreema.com/shared/EsAZGPzvc

      maybe is here some automatic conversion from price fraction to pips, but for me was not working
      why this, because if price is for UJ 120.0 and lowest is 119.0 (difference 100pips) it is 120-119=1.0 .. price fraction 1.0=100pips ... and in my example you give into input 1.0 (which mean 100pips)
      EU exaple: price is 1.05 ... highest is 1.06 ... for difference fraction 1.06-1.05=0.01 ... fraction 0.01=100pips in EU ... so for those pairs you give into input 0.01 (for EU 540pipís is fraction 0.054, and for JPY 5.4) ...

      posted in Questions & Answers
      M
      miro1360
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @YOSEF
      you can do this in block settings, play little with it and test it for results...
      0_1481823236572_upload-2e1dafe0-3566-4814-9952-34c1baba5525

      posted in Questions & Answers
      M
      miro1360
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      you forget give name for your "watta" in block settings, and you need also parameter:
      This block can create 1 object per bar: set to NO
      ...
      0_1481823029746_upload-832b1f39-f4c0-4fc9-ada2-65f6ad9662fc

      I tried it sometime in past and it was working for me 🙂

      posted in Questions & Answers
      M
      miro1360
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      @YOSEF ... you can change in conditions to candle ID 2 to 1 and 1 to 0 ...
      @haliloo ... try change (switch) Time coordinates in creating trendline and also create this trendline with ray

      posted in Questions & Answers
      M
      miro1360
    • RE: CREATING A TRADE ACCORDING TO TREND LINE

      hi, you can start with this and step after step add&try your next conditions:
      https://fxdreema.com/forum/topic/4233/example-trendline-ea

      posted in Questions & Answers
      M
      miro1360
    • example: Trendline EA

      Here I show you how to work with trendline.

      Use this example only with Demo account and learn perfectly how it is working. I am not responsible for your money losses.

      https://fxdreema.com/shared/Q13po8uvc

      0_1481684941738_upload-b418ddb3-8414-4517-abc8-782864bb7cce

      In example I will open trade on 4 possible situations:

      0_1481685366184_upload-1ba35a43-edf3-4792-87c3-c1646184da9d

      you need create trendlines manually (for this example, but you can do this also automatically with EA using buttons, check my previous tutorial how to work with buttons)

      in EA give name for this trendline in condition, and also the same name in chart for your trendline:
      0_1481685543788_upload-6aec5fdd-dace-4fc4-bfb0-2ad3e72be6ab

      and this is live example:
      dont forget, right name for trendline in chart:
      0_1481685600785_upload-5e8f0de4-add5-4cf6-921b-7ba34b9eabf4
      trade when price break your TL from bellow above (buy based on conditions for myTrendline1):
      0_1481685656757_upload-de4cec55-4cb7-40d2-b4b4-057937f36a97

      or Sell for myTrendline2:
      0_1481685691776_upload-3b4839e2-b41b-488b-af22-7cb55b04067e

      0_1481685707414_upload-d8a12c8d-09a1-4d14-9c1d-4604bac56e2c

      and when you place myTrendline2 (for Sell trade) above price, you wait for Sell when it break it from bellow, like this:
      0_1481685762279_upload-ca8e87d3-3de4-494d-b30c-bd45ceed18e1

      you can improve this example by other things, like delete TL after trade is opened (to prevent open another trades when your first is closed) or other things ...

      have a fun 🙂

      posted in Tutorials by Users
      M
      miro1360
    • RE: Need Help with an EA

      if you need opposite conditions, just reverse blocks between buy and sells or change parameters 😄

      posted in Questions & Answers
      M
      miro1360
    • RE: Need Help with an EA

      psar is value --- dot on the chart is value and it can be above or bellow current price
      compare this psar value with current price, like this:
      current price > PSAR (buy condition? because PSAR is bellow price)
      current price < PSAR (sell condition? because PSAR is above price)

      with stochastic it can be like this:
      https://fxdreema.com/shared/0XVVRqU8d

      dont forget trying and learning stuffs with that way - try and learn

      posted in Questions & Answers
      M
      miro1360
    • 1
    • 2
    • 70
    • 71
    • 72
    • 73
    • 74
    • 80
    • 81
    • 72 / 81