fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. mpantogi
    3. Topics
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 38
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by mpantogi

    • M

      Pending order triggered when price close
      Questions & Answers • • mpantogi

      2
      0
      Votes
      2
      Posts
      552
      Views

      fxDreema

      I think I don't understand the question, I'm confused 🙂

    • M

      Time Compare
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      1672
      Views

      M

      @fxdreema very understandable your answer,

      Thank you again

    • M

      Object is visible-invisible
      Questions & Answers • • mpantogi

      6
      0
      Votes
      6
      Posts
      2527
      Views

      M

      It works as you did,changing the parameter which my indicator use

    • M

      Pending Order Issue
      Questions & Answers • • mpantogi

      6
      0
      Votes
      6
      Posts
      1726
      Views

      fxDreema

      Here is some test EA that I made to see what is going on: https://fxdreema.com/shared/f9R4lpRS
      I see no problems now, but if you can make it so it shows wrong results, I will fix it

    • M

      Get Pips result from Price levels
      Questions & Answers • • mpantogi

      2
      0
      Votes
      2
      Posts
      908
      Views

      M

      Anyone Please ( @fxDreema ), i get wrong results with that i have done.

    • M

      If trade - No trade Bug??
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      1114
      Views

      M

      @fxdreema Thank you for reply,
      I thought that it was an issue because i have change my EA,while still running.As i check later it has lost the magic number and it has the default.So i think that is the reason for not finding the opened trade.
      Is that correct?

    • M

      Critical Error,array out of range
      Questions & Answers • • mpantogi

      5
      0
      Votes
      5
      Posts
      1167
      Views

      M

      Now i get it. Thank you

    • M

      Condition not triggered
      Questions & Answers • • mpantogi

      4
      0
      Votes
      4
      Posts
      1009
      Views

      N

      If your trailing stop is not triggered then you're still in a trade yeah? So use "IF Trade".
      Your custom code won't work, you need to prepend your variables in custom code with v::
      if you're using global variables (e.g Variables you assign in FXDreema menu on the left).
      But you should just check if you're still in a trade by using "If Trade"...

    • M

      DateTime Variables compare
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      1178
      Views

      M

      @fxDreema

      Here is what i want to do :
      The condition before Buy Now i want to save in a variable the current time ,it should be something like this the value 2017.09.18 20:30
      Then the condition before the close trade to check if that Variable is lower the Time Value in object on chart ,which i get from a costum indicator.
      You can see the first picture which i have uploaded ,to see the parameters of the object on chart.

      That i was trying to do ,what should i change to make it right?

    • M

      implicit conversion from 'number' to 'string'
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      2383
      Views

      M

      No doesn't works as before,
      In your way i get warnings like this0_1506361594188_Untitled.jpg
      but it looks to works well.

      Thank you

    • M

      Multiple Timeframe
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      1401
      Views

      fxDreema

      MetaTrader somehow knows the data from other timeframes. I don't know how acurate is this, but in general you can get the indicator value from M1 and H1 for example. You can also do that for different Symbol, but in MT4 you cannot backtest multiple symbols, this is some limitation of the Tester.

    • M

      Time Bomb Job
      Questions & Answers • • mpantogi

      11
      0
      Votes
      11
      Posts
      3237
      Views

      prtap

      I have a profitable setup, but I don't know how to build a robot.

    • M

      Set Current Market Mode
      Questions & Answers • • mpantogi

      4
      0
      Votes
      4
      Posts
      1338
      Views

      M

      Thank you @mohammad2232

    • M

      Variables Value
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      1403
      Views

      fxDreema

      You can try it. The fact is that Variables are not true global variables. Normal global variables can only equal to a specific value. But in fxDreema, and If there is not some bug, I made it in such a way that if complex value is written, that value is set in OnInit(). In other words, the Variable itself is first defined as an empty variable and then it is modified once in OnInit(). So I expect this to work

    • M

      Sell stop take price from a variable
      Questions & Answers • • mpantogi

      2
      0
      Votes
      2
      Posts
      585
      Views

      M

      @mpantogi
      Hello
      If I have understood correctly , you must use buy now condition in ontrade function then use loop of trade or on trade for use last order settings , but now because of problem with downloading mq4 i can't test it!
      https://fxdreema.com/shared/Sv4ROcOTb
      ( I'm not sure about this )
      Best Wishes 🙂

    • M

      How to check future candle prices
      Questions & Answers • • mpantogi

      2
      0
      Votes
      2
      Posts
      1183
      Views

      Andermaiden2nd

      Then check the last (or last 2 or last 3) bars for the condition. You cannot check something that has not yet come to pass. Remember that when you are checking something it is because it is happening (current bar) or has already passed (you actually can feed negative bar ID numbers but only for drawing something because there's no bar there in ID -1), so imagine all the conditions already passed (when the trade would trigger) and plan it that way. So if you want to check certain condition and then check if the next or 2 or 3 bars later the price is higher, then you need to check at each bar if in the last three bars (that would be bar ID 1, 2 and 3) all your conditions have been met (that is if the pattern you are looking for formed and also if said previous bars have a lower open price).

    • M

      How to add StopLoss using custom indicator Prices
      Questions & Answers • • mpantogi

      3
      0
      Votes
      3
      Posts
      1007
      Views

      M

      Ok, so let's say that i write the code in the custom block,which i want to return me the variable b = stopLoss.

      1.In the BUY NOW/SELL NOW i have that options No Stop-loss,Fixed pips, % of take - profit, custom(price level), custom(pips), custom(price fraction).How can i use variable b as stopLoss?

      2.Also the trendline objects in my chart D-hi, D-low ,D-open, D- PP, D- R1, D-R2, D-R3, D-S1, D-S2, D-S3 have specific prices,but there are no static,may change day to day.Writing only the nameS should read the prices which they have or should i do something more?

    • 1 / 1