• Back to the main page
  • Categories
  • Recent
  • Tags
  • Popular
  • Search
  • Register
  • Login

fxDreema

  • Register
  • Login
  • Search
  • Back to the main page
  • Categories
  • Recent
  • Tags
  • Popular
  • Search
  1. Home
  2. l'andorrà
  3. Posts
  • Profile
  • Following 0
  • Followers 397
  • Topics 70
  • Posts 16,221
  • Best 940
  • Controversial 39
  • Groups 0

Posts made by l'andorrà

  • RE: NON GRAPHICAL buffers

    @ambrogio said in NON GRAPHICAL buffers:

    @trader-philipps said in NON GRAPHICAL buffers:

    @gizmosz As you have the source code of the indicator it's easy.
    Just create a file "OBV_vs_MA.mq4" in your indicator folder.
    Now you ccan import it to fxdreema.

    @trader-philipps Please, could you kindly explain your response "Just create a "OBV_vs_MA.mq4" file"?
    Thanks in advance

    He means you can compile the source code into an mq4 file through the MT4 Metaeditor tool.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 20:03
  • RE: NON GRAPHICAL buffers

    No, sorry. I meant the Data window XD. I took a look on this interesting indicator and I found the problem he's talking about. There is a discrepancy in the data caught by fxDreema. I created this quick EA to see what the buffers shown on 'Custom indicators' window show:

    https://fxdreema.com/shared/kELB5yaN

    And this is what I got:

    0_1569959914285_Image.png

    Buffers values caught by the graphic buffers are completely different from those shown on the Data Window and the indicator's subwindow. Obviously Gizmosz needs the later ones, not those weird 0 and 2952.

    Am I right Gizmosz?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 20:01
  • RE: NON GRAPHICAL buffers

    This is new to me. I never saw that. Could you please tell me where that window is on MT4?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:34
  • RE: saving last closed trade's profit or loss pips in variable

    Exactly. You can choose any item from the display there.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:24
  • RE: Di I need to add EMA to chart?

    If that EMA comes from a custom indicator (ie not installed by default on the platform), you need to install it on your MT$ but there's no need to add it to the chart.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:23
  • RE: Can fxDreema be used for binary options?

    I'm not a programmer, so my first answer is that you can use fxDreema if your binary options brokers run a MT4/MT5 platform. Probably other more expert users will be able to correct me if I'm wrong.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:21
  • RE: Is it possible Emergency stop and open new trade ?

    Ok. One previous question. Why parameters on blocks 47 and 48 are different? Is that a mistake, maybe?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:19
  • RE: Delete Object MT5

    Never tried it, but I'm afraid MT5 is the weakest point of fxDreema. Probably it doesn't work. If your problem persists, I recommend you to contact the administrator via the support page.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:15
  • RE: anyone can help me to do an pull back EA ??

    I understand. I can help you to create it except for that part related to patterns. If you can find a good custom indicator on any other specialized forum, I will be glad to help you.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    1 Oct 2019, 18:13
  • RE: i need help

    Well seen trader.philipps 😉

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    30 Sept 2019, 18:12
  • RE: anyone can help me to do an pull back EA ??

    It's not difficult to implememnt apparently, but I think there's something important to know before. Do you have a custom advisor to identify those patterns? Designing a new one from scratch is out of reach for fxDreema.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    30 Sept 2019, 18:10
  • RE: Stops/adding variables?

    For point 1, your 'close' block is recommended to be linked to an upper 'For each trade' block.

    For point 2 I would include a new variable identifying the trigger level has been crossed so that no new crosses are allowed.

    For point 3 I never recommend to use the == symbol when comparing operands including Ask, Bid, or Mid (see block ID 32). I recommend you use >= instead.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 19:04
  • RE: anyone can help me to do an pull back EA ??

    Sure. Could you please detail your strategy?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:56
  • RE: i need help

    Blocks 32 and 42 are specified for candle ID 0. I recommend you to change both of them to candle ID 1 on both operands.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:56
  • RE: how to close pending orders with this setup im with a free versin (10).

    Here you have it:

    0_1569783052370_00.png

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:50
  • RE: Trying (and failing) to create a simple EA...appealing to all FXDreema gurus!

    Honestly, I see no apparent reason for your EA not no work correctly. Maybe you couls share the whole project and then check other conditions not included in your partial one may be hundering the whole program. Otherwise, what is the quality of your tick data?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:48
  • RE: how to make to trade continuously using " various signal " if my signal will be like this .."Candle 1 is crosses MA 5"

    I agree. More details would be much appreciated, please.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:41
  • RE: Calculating Profit Before Entering Trade

    I'm afraid I don't know IQOption platfor at all, sorry. Could you please upload some screenshots?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:39
  • RE: Is it possible Emergency stop and open new trade ?

    Ok. So let's do it! Do you have any initial project to begin with? If so, would you please share it?

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    29 Sept 2019, 18:38
  • RE: saving last closed trade's profit or loss pips in variable

    You can do it through the 'On Trade' tab. Pick a 'Trade closed' and then link a variable block below it. That way you will pick up the value of the last closed trade.

    posted in Questions & Answers
    l'andorrà
    l'andorrà
    28 Sept 2019, 20:29
  • 1
  • 2
  • 771
  • 772
  • 773
  • 774
  • 775
  • 811
  • 812
  • 773 / 812

Online Users

A
N
R
P
J
N
E
E
K
S
V
A
F
S
D
B
K
C
A
E

43
Online

129.2k
Users

21.8k
Topics

119.3k
Posts

Powered by NodeBB Forums | Contributors