fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. zedeai2
    3. Posts
    Z
    • Profile
    • Following 0
    • Followers 1
    • Topics 41
    • Posts 161
    • Best 0
    • Controversial 2
    • Groups 0

    Posts made by zedeai2

    • RE: Create EA based on vertical Line

      @rgoo Hello, sorry my bad explanation. Here is more detail explanation :

      BUY : if vertical line LIME is appear at candle current (id candle = 0)
      SELL : if vertical line RED is appear at candle current (id candle = 0)

      Thank you in advance! πŸ™‚

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Create EA based on vertical Line

      @rgoo Hello, thank you for helping me πŸ™‚

      I tried your example of ea
      But why in same time both order buy and sell are happening together?
      Because it should be one order in one vertical line :
      Vertical line Lime : BUY, or
      Vertical line Red : SELL

      Something wrong or anything else?

      0_1656467856900_7eb7de4d-0320-43f0-905d-60e8f6674424-image.png

      posted in Questions & Answers
      Z
      zedeai2
    • Create EA based on vertical Line

      Hello All,

      I wanna create an ea that triggered by vertical line :

      Color Lime = BUY
      Color Red = SELL

      as seen on below pic. But unfortunately it's not working yet. Any your help or comment are very helpfult!

      Please see the chart here https://prnt.sc/PP-eVOOvGPPe
      And the block is here https://fxdreema.com/shared/wtb84RmOd

      Are these blocks wrong?

      Thank you in advance

      posted in Questions & Answers
      Z
      zedeai2
    • RE: How to connect Block Http to our server's database?

      @jstap Hello,

      Thank you for your response πŸ™‚

      I am just thinking this is good block inside of fxdreema's features
      But If none y know how to use this good block, this block will be useless right? πŸ™‚

      I tried to look for similar discussion, but none of those discussions topics has "sharp" explanation
      Any way, I am still expecting someone who can help me to answers my questions here πŸ™‚

      Thank you!

      posted in Questions & Answers
      Z
      zedeai2
    • How to connect Block Http to our server's database?

      Hello all expert Fxdreema πŸ™‚

      I have a bit web development on previous experiences.

      1 And I am trying to send the indicator's value (from mt4) by connecting both the fxdreema's block http to our mysql database using below customized php file :
      0_1651125924435_cbaf6e93-7beb-4820-894f-5b6eb178b43f-image.png

      2 Let say there is already created some column data inside the mysql database : indicator 1, indicator 2, indicator 3

      3 I want to send the value of those each indicators from mt4 to fill those each column indicator1, indocator2, indocator3 inside the mysqgl database

      4 And Let say the target web is http://www.abc.com

      5 But Then I don't know how to create the url's structure inside the block as below pic
      0_1651126148214_1980f0e5-c15f-400d-93dc-3e09c120dd4f-image.png

      is the url link something like this? : http://www.abc.com/test.php?.... etc?
      Any suggestion?

      I am very happy if everybody can help me to learn on how to make it happen? πŸ™‚

      Thank you in advance!

      posted in Questions & Answers
      Z
      zedeai2
    • RE: How to Close The All Open Trade Bucket using Partial Close?

      @l-andorrΓ  Great, Thank you very much! I will try it πŸ™‚

      posted in Questions & Answers
      Z
      zedeai2
    • How to Close The All Open Trade Bucket using Partial Close?

      Hello All,

      Is there any way to close the all open trade Bucket using method Closed Partial? Because The Block Close Partially is only close for the initial open trade?

      Thank you very much

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Convert pips points to lot

      @jstap oh okay, Thank you πŸ™‚

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Convert pips points to lot

      @jstap Hello,

      Anyway, what is the function of "NormalizeDouble" inside of Block Modify variables?

      Thank you

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Convert pips points to lot

      @jstap Hello!

      Thank you very much for your fast response πŸ™‚
      And Well, let me try to do with this idea.

      Always Thank you! πŸ™‚

      posted in Questions & Answers
      Z
      zedeai2
    • Convert pips points to lot

      Hello All,

      This is an idea : Is there any way to convert pips point to lots size?
      For an example :
      1 Buy EURUSD at 1.2000
      2 And then the price is going down to 1.1500
      3 So, the gap is 1.2000 - 1.1500 = 0.0500 (this just an example)

      So how to convert 0.0500 to be kind of lots number? So inside of lot setting of block Buy or Sell, we can use it as baseline lots to trade

      Thank you!

      posted in Questions & Answers
      Z
      zedeai2
    • RE: No Trade within range OsMa

      @jstap Thank You! I'll try it πŸ™‚

      posted in Questions & Answers
      Z
      zedeai2
    • RE: No Trade within range OsMa

      @jstap Hello,

      Thank you for your respond. Could you please to show me a sample block structure it?
      Because I don't understand it yet

      Thank you

      posted in Questions & Answers
      Z
      zedeai2
    • RE: No Trade within range OsMa

      @jstap Hello,

      Osma is not custom indicator, but it's already available on mt4 indicator
      OsMa = Moving Average of Oscillator

      0_1634899716933_8b67dd68-b8d7-4cdc-80ce-aa1442221861-image.png

      posted in Questions & Answers
      Z
      zedeai2
    • RE: No Trade within range OsMa

      @l-andorrΓ  Hello,

      No, this is not an indicator. I just draw these 2 red horizontal line manually..
      And I don't know whether to apply a kind of block condition or use a kind of block on / off?

      Let say :
      1st red line (above mid line) : The value Moving Average of Oscilator (OsMa) = 10
      2nd red line (below mid line) : The value Moving Average of Oscilator (OsMa) = -10

      So then :
      1 I don't want to trade if the value OsMa is between 10 and -10
      2 But I want to trade at all values except within these range value 10 and -10

      Any suggestion @l-andorrΓ  ?

      posted in Questions & Answers
      Z
      zedeai2
    • No Trade within range OsMa

      Hello All,

      I want to create Buy or Sell Order at outside of the range horizontal line (2 red line), which I don't want any order are generated within inside of two red horizontal line.

      Note this is indicator Osma

      How to to it?

      Thank you

      0_1634880781576_1547ecff-8b15-49f0-83a9-1227937492d8-image.png

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Show Highest or Lowest value of indicator

      @l-andorrΓ  Hello πŸ™‚

      So basically we have to use a custom block and variables, right?

      Thank you

      posted in Questions & Answers
      Z
      zedeai2
    • Show Highest or Lowest value of indicator

      Hello,

      I am trying to use block "Indicator Move within Limit", and show the highest or lowest value within it.

      What should I do to show this value seen on chart?

      Thank you very much

      0_1634030612011_d14f27c3-59db-4868-916c-de35f005e91e-image.png

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Color Button is changed when pressed

      @jstap Okay Thank you for your advices πŸ™‚
      I am still looking for it

      posted in Questions & Answers
      Z
      zedeai2
    • RE: Color Button is changed when pressed

      @jstap Hello,

      Thanks for reply. Now I am trying to search on the related articles πŸ™‚
      I hope I can find it πŸ™‚
      Need hard work to find it within hundreds topics and discussion πŸ™‚

      posted in Questions & Answers
      Z
      zedeai2
    • 1
    • 2
    • 3
    • 4
    • 5
    • 8
    • 9
    • 2 / 9