fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. fxDreema
    3. Posts
    • Profile
    • Following 0
    • Followers 691
    • Topics 32
    • Posts 7485
    • Best 277
    • Controversial 18
    • Groups 1

    Posts made by fxDreema

    • RE: Trendline Break

      Use this for screenshots: http://prntscr.com/ I use it for everything 🙂

      Using your example with fixed time-price settings, I got some trades opened. With crossover using Ask and also with crossover using Candle Close. So for me it works.

      Your project had 2 main problems:
      The first one is that the object was created with different name, like x_1, x_2... When you write some name, this is only the base name that will be used. But depending on the top 2 settings, you can create multiple objects using this blocks. When you have multiple objects, they cannot have all the same name 🙂
      The second problem is that the trendline was not printed correctly. It looked like vertical line.

      So you have another project. Well, I can't really help for it, because I don't know it. I found 3 issued here on this small example, who knows what else can I find in the original project 🙂 But!

      • To find if some block passes (it does it's job) - connect Draw Arrow after it and watch for arrows on the chart
      • To find the value of something (indicator, variable, formula result) - use "Indicator tester" or "Comment on chart"
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Trendline Break

      I don't know why you are focused on the trade while the trendline itself is not where it should be in first place. Look at this: http://prntscr.com/6k3ehs

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Trendline Break

      Who said "Yes"? I wrote it twice - set this to No, not Yes. No. I mean... NO.

      These settings change the way objects appear. You can produce 1 object from this block, or unlimited number of objects.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Trendline Break

      __Set this to No: http://prntscr.com/6k2c33[/quote:2jzn6s0p]

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Trendline Break

      Set this to No: http://prntscr.com/6k2c33
      Also, better try crossover with Candle Close, not with Ask. Here you can probably understand why: https://fxdreema.com/documentation/proj ... er%20works

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Questions on Local Version

      This is how it is now 🙂 The local version is in fact Chrome wrapped into an .exe, but I think the zoom does not work there.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Questions on Local Version
      1. Options -> Global Options -> You can change the font size of blocks in pixels
      2. yes
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Graphics dissapearing & adjustments not working

      What browser? I recommend Firefox or Chrome. I don't even use IE, so if there are bugs in there... who knows. According to my statistics in analytics... http://prntscr.com/6jve2h

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: buy now or sell now off set trigger

      Bull = when the price is going up
      Bear = when the price is going down

      I think that you need this:
      http://www.babypips.com/school

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Strategy Programming Help

      But this is the rest. You have some tools (blocks) and they need to be placed here and there is certain order, depending on what is the strategy

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: 2 questions

      No, it is not exactly 10 pips, it is at least 10 pips... it can be 12, 20, 200...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Graphics dissapearing & adjustments not working

      Hm, I have never seen problems like this. What is this - local or web version? Browser?

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: buy now or sell now off set trigger

      Just check the size of the current candle. There are multiple ways to do that. In Condition -> Candle you can find this. Also there are blocks Bull candle and Bear candle. Or you can compare Candle Close with Candle Open. Or ATR(1)...

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Bug in adjust field for text in local version

      095 https://fxdreema.com/desktop

      posted in Bug Reports
      fxDreema
      fxDreema
    • RE: Cheat Sheet

      Well, there are some examples here: https://fxdreema.com/examples

      They also have descriptions, so when you open one of them you will see what is it about. And they are not strategies, they only explain the basic stuff. So you have explanation in text format (the description) + the project itself, which can be easily backtested. You can see that the one at the top is very basic one. When you continue with the other examples, they become more complex.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Cheat Sheet

      My idea is all the help to be in the program itself somehow

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Open another trade with double lots

      bye = good bye

      It is possible, but when you open the second grid, the orders of the first one will not be automatically deleted. There is a block named "Delete pending orders" designed to delete multiple pending orders when it runs.

      Here is some example, similar to this case: https://fxdreema.com/shared/DfO4lQC2

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: 2 questions

      Using these pink blocks, I think the EA will start to buy, buy, buy... Because when you have a trade with profit > PROFITUSDNECESARIO, this will be fact for more than a single tick. I will suggest to put "once per trade/order" after block 30.[/quote:1xhge8hd]

      What i dont understand is if i use the block once per trade/order, it will passes once per order running at every tick? So it will check every tick all the trades running and if one is above certain amount it will passes? Or with this block it will passes just once per ber? or it will pass only one time in the hole life of the trade? im thinking that is the last i said whats correct...

      pd: im using the full version 😄 no more 5 projects for 1 ea hahahaha[/quote:1xhge8hd]
      Once per bar is straight forward. This block passes once only when it detects that the current bar is new for him. Each Once per bar works for it's own, so every one of them can pass once for every new bar.
      once per trade/order is to be used in a loop, it does not care about price and bars. It has memory where it writes tickets. If the current trade/order does not exists in it's memory, it will be written there and it will pass once. Again, each once per trade/order has it's own memory.

      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: 2 questions

      __Also with block "pips away from open-price"
      I dont get the difference with the settings: Trading model, chart model and double-sided model (absolute distance) of that block. If u can explain me a little bit ... thanks[/quote:3g56f82v]

      This block is universal, it works for buys and sells. But you know that there is significant difference between buys and sells - they are reversed. What is positive for buys, this is negative for sells.

      Trading model:

      • Pips away = Ask - Open price (for Buys)
      • Pips away = Open price - Bid (for Sells)

      Double-sided model (absolute distance):

      • Pips away = the absolute positive difference between Ask and Open price (for Buys)
      • Pips away = the absolute positive difference between Bid and Open price (for Sells)

      Chart model:

      • Pips away = Ask - Open price (for Buys)
      • Pips away = Bid - Open price (for Sells)
      posted in Questions & Answers
      fxDreema
      fxDreema
    • RE: Open another trade with double lots

      Pending orders in grid?

      posted in Questions & Answers
      fxDreema
      fxDreema
    • 1
    • 2
    • 232
    • 233
    • 234
    • 235
    • 236
    • 374
    • 375
    • 234 / 375