fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ramsay09
    3. Posts
    R
    • Profile
    • Following 0
    • Followers 4
    • Topics 1
    • Posts 254
    • Best 3
    • Controversial 1
    • Groups 0

    Posts made by ramsay09

    • RE: self updating/refreshing grid, compare two groups of trades

      The thing with Variables i do later. But what are the blue lables P1, P2, P3,... ?

      I also need a betting sequence on buy and sell which works as follows:
      the increment of lot size should work only on trades in loss and trades in profit should not decrement lot size.
      I have tried the following:
      https://fxdreema.com/shared/TQ38fzN2

      but this have on effect at all. Is not every sequence number a multiplator for lot size? For instance 0.01*3 = 0.03 lot. Is it permisible to set sequence on profit to "0"?

      Thanks.

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Well I found out that grid trading is simple and efficient. The Market is not pressed into concepts. Just drop a Grid, wait and take profit of "every" movement. It works fine if there will be not the little thing with strong trending markets situations.

      I found another way to avoid exponential growing losses. EA will check if profit is < -50 pips, > -50 pips, > -100 pips, > -150 pips if true EA will set "pips away..." to 10 pips, 20 pips, 40 pips, 80 pips. That will happen similar to TP and lot size.

      Could you explain how set "pips away.." after "current unrealized profits" or similar block is true/open? Variables will work I think but how to do this?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      yes, "Buy/Sell pending orders in grid" got almost everything I need but this block should work like the two trees are working properly now. I need every 10 to X pips a buy and sell order it does not matter if market is rising or falling. To prevent exponential losses in placing orders against the market i need to increase gap, TP and lot size between orders against the market as long as trend is valid detected by orders in profit. I need these values dynamic. There will be no stop loss but something like "check unrealized profits".

      I know this is complex but everything else is not really profitable. If it is not possible to create this EA I have to hire someone to recode a free EA, I like very much (Super Money Grid) or to code a similar one. The only disadvantages of this EA is not to place orders in market direction and not to increase gap and TP automaticly. Super Money Grid is very vulnerable for strong trending market situations. But this only mentioning in passing.

      What do you think is this, first, above mentioned realizable?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Thank you so far. The first step is done.

      Now I need the parameters "pips away from open-price", "take profit" and "lot size" as dependence of trend, messured for example with "Check average profit from "n" trades".

      Parameters should range between min and max (custom input).
      These dynamic parameters can be percentage value of last Trades parameter for instance 120% of last value or something like every 2 Trades (custom input) +10 pips (custom input) and for lots +0.01 lot (custom input).

      What I mean is as long as "Check average profit from "n" trades" is true (trend is valid) the value of "pips away from open-price" should decrease each trade and visa verse. How is this realizable? How can i get acces to "pips away from open-price" ? Variables?

      https://fxdreema.com/shared/HYwwr0Nvc

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      thanks, but this is also not working.

      https://fxdreema.com/shared/q1buRJOsd

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      What am I doing wrong (lower left korner)? The active blocks are working properly. The left tree also should work but there is no graph on mt4 although there are calculation on mt4.
      As I did understand the light pink blocks are controled by the dark pink block, they are passiv and doing only something on active blocks (sell now) but the right active tree is working without dark pink block. How to make two of these trees working.

      https://fxdreema.com/shared/1quB6nhne

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I have figured out how to make a grid i need but the trees do not work together (the trees below). They only work together if I connect buy and sell to one pink block. How to make them work as two trees?

      https://fxdreema.com/shared/f3LjKAU3b

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      thank you, that is almost what i need. Unfortunately it is on becktesting very very slow and optimization will be almost impossible. Is there no way to use the left tree and get same results like in the middle tree provide?

      Appart from above mentioned i definitely need on "buy pending order" price offset, volume size and take profit in percentage of the last pending order. I tried to solve this with the adjust field but it did not work.
      What would you suggest?

      https://fxdreema.com/shared/2QhEm8Hrc

      p.s.

      I do not know what happend but i can not run EA. After experimenting with "on Init" (and deliting everything) I could not start expert properties sometimes and now nothing works.
      p.p.s.
      It works again after deleting and loading the "buy pending order" bolck again.

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I have rebuild but it is not working. The left upper tree is working fine but I need the condition for next trade an increase of 10 pips and not a close of the last trade beause there should be no stops. Exits will be controled by other means.

      The solution with pending orders (upper middle tree) is also not working but logically it have to (tried different combinations on this tree). What i am expecting is a pending order allways active and waiting for execution and is draging down (slide order) when market is moving down.

      What is wrong?

      https://fxdreema.com/shared/NdJ0c1eNd

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      yes, of corse. I am working only at the left top corner the rest comes later if that part is working properly. I turned the other parts of to make sure they do not influence each other. The "on Init" part is because of your example but is not working. Sometimes there are calculations on mt4 backtest but no graf or results.

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      I tried different combinations on Init and on Tick but nothing was working properly. What am I doing wrong?

      The easiest and for me most logical way to create what i need is to place a pending order 10 pips above and drag it down with "slide order" when market is trending down, if market moves 10 pips up the pending order will be turned into a market order and TP could be hit 10 pips later. And if there would be no "no pending order exist" orders will stay with no stop that part will be done.

      I do not know what to change to make it working.
      https://fxdreema.com/shared/z9HlBOvVc

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Very nice, thank you.

      Adding TP its look like this http://prntscr.com/408fya . But what i really need is the EA is buying every 10 pips price is rising and not only if TP was hit (last order was closed). It should looks like on every rising branch of price is every 10 pips an open or closed buy order from bottom to its top and no stop loss.

      I also would like to use the blocks "add to volume" and "extend TP" but they seem not to work.

      Then, I think, the block "pips away from open-price" could be also used to increase the gap between two orders automaticly by a percentage value.

      Could you help and modify please: https://fxdreema.com/shared/K7NIc8qne

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      thanks. I will experiment with the "Round numbers detector" block. But how can i prevent to buy on same price level again? For instance if price was trending up then comes down and trending up again to the price level was left before to the order did not hit take profit. How to prevent to buy there again but to buy on the next step?

      posted in Questions & Answers
      R
      ramsay09
    • RE: self updating/refreshing grid, compare two groups of trades

      Hello together,

      maybe someone can help. I would like to know how to create a self updating/refreshing grid or virtual grid? The block "buy pending order in grid" and its features is almost what i need but i need pending orders on demand (virtual) and the grid should update for e. g. every 10 pips. There should be always a buy order 10 pips above and 10 pips below the current price and the other features of "buy pending order in grid" should also work.

      The other problem i have is how to compare two Group of Trades with each other. For example 111 is in loss 121 is in profit. Orders schould close if sum of all orders of these Groups is for e. g. > 50 pips. To use account is not possible because of the short side trades. I need a sum of only these two groups.

      regards
      ramsay09

      posted in Questions & Answers
      R
      ramsay09
    • 1
    • 2
    • 9
    • 10
    • 11
    • 12
    • 13
    • 13 / 13