fxDreema

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

    Posts made by timmyhanke

    • RE: Total profit reduces by x % then close everything.

      @roar said in Total profit reduces by x % then close everything.:

      Yes, thats how you set them up.
      You dont usually need to give them any values different than 0, because the ea updates them anyway

      And the names "maxprofit" and "Ratio" are just pulled from the hat, the code doesn't really care what you name them of course 😄

      Its a lot to take in , but thank you for helping me out with this one ! 🙂

      The backtest of it seems to close everything constantly so i dont think it works quite as it should 😉

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Total profit reduces by x % then close everything.

      @roar

      Your variables you are using , maxprofit and Ratio , are they as the picture i uploaded ? 🙂

      0_1500468042342_ratio.jpg

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Total profit reduces by x % then close everything.

      @roar

      Thank you so much ! 🙂

      Sometimes you just need someone to show you how its done to be able to play around with it even further , and that someone is you right now 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Total profit reduces by x % then close everything.

      @roar

      That was alot to take in , can you set blocks up as you described so i can see what you ment by sharing the link to it ? 🙂

      I dont really know how to use vairables and modify them , and the formula block is something that i dont dear to touch haha 🙂

      Hope you can help me with this one 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • Total profit reduces by x % then close everything.

      Im looking for something to effect all of the positions on the terminal when the total profit reduces by lets say 10% then it have to close every position.

      Have tried different approaches using the condition block but havnt found nothing that works .

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Binary options EA

      @Stroker

      sure if you set every trades expiry time to what you would use in binary options trading , every other result other than that is false.

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: What is the difference between the Parent Trade and the Partial Trade ?

      @cheaponreay01

      I would say so , the current partly trade is the newest trade were it acts from , if you open multible trades in the same direction.

      Like if you want the ea to open new orders 5 pips in the trend direction you measure that from the newest trade so every time the market is 5 pips over the newest it opens a new one.

      But if you only use one trade and want to close it or modify orders when it reaches like 5 pips in the opposite direction you use parrent trade because then you dont need a new point to calculate from .

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: What is the difference between the Parent Trade and the Partial Trade ?

      @cheaponreay01

      the parrent trade is the first and main one , but if you use blocks that adds volume every x pips when the market moves they add to the parrent trade making it the current partial trade .

      So if you want to add a positions every lets say 5 pips from the latest position you use the current partial trade so measure the distance from there 🙂

      Hope it makes sense 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Problem in creating arrows for an indicator

      @Sam83014 said in Problem in creating arrows for an indicator:

      @timmyhanke
      yup i did that as well but no luck 😩
      0_1500275768529_Capture.PNG

      the arrows i saw were from backtesting , they dont come up that much especially on higher timeframes , they will show eventually on live charts to , you just have to give them time 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Problem in creating arrows for an indicator

      @Sam83014

      firstly its an ea , you need to put it in expert advisor folder 0_1500274635776_arrow.jpg

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Problem in creating arrows for an indicator

      @Sam83014

      This works 🙂

      https://fxdreema.com/shared/JUtRG9Rfd

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Buy and sell based on color change

      @Sam83014

      Everyone learns , i also ask questions because there are alot of things that i dont know 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Problem in creating arrows for an indicator

      @Sam83014

      Try this:

      This block create 1 object per bar = No
      redraw the current object = Yes
      Prefix/Name = write something that you want to call it , arrow up for example

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Buy and sell based on color change

      @umer016

      yes you can , if you first use the indicator is visible , then you attach that to draw arrow 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Buy and sell based on color change

      @umer016

      Use indicator is visible and select the buffer you want ,you can even add more settings to how many candles you want it to be visible for and so on .

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • Grid size on chart

      Is it possible to check the grid size on chart ?

      Because i use horizontal lines alot and if you put a pip value lets say above and below price it usually varies , some charts makes it the size i want , some makes it bigger just because the pip value is different.

      So if the grid size is used instead of pip size that would be great , because they looks the same scale on chart but with a different pip value .

      So if that is used i get the same space between upper and lower line on all charts " they look the same "

      so then i can use that value x times how much i like 🙂

      All help is needed !

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Counter function

      @miro1360 said in Counter function:

      yes you are right with this, is that working for you?

      I first got two alerts of the same direction at once but added a once per bar to so it seems to work now 🙂

      Thanks for your answer ! 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • Counter function

      Im new to the counter function , the idea of this one is that the condition can only pass one time for buy contions and one time for sell contions , I used the counter pass once to make sure of that and that i used a reset counter attached to it for the other direction conditions . Is this the correct way ?

      Wasnt sure if the id to put in ( reset id ) was the candle id which i dont hope .

      If i was thinking right , the counter reset input id is the one that you allso put in the pass once counter , correct me if im wrong 🙂

      https://fxdreema.com/shared/NlFriVtBc

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Profit > last x previous losing trades.

      @fxDreema the last 10 trades since the expert advisor was added 😊

      Tried something when the profit is above gross lost + 10 pips then close all trades.
      Seems to work well in backtesting but not in live, because i think it is looking at the total loss on the account and that is quite huge . So have to filter it to if the profit is above gross lost of the day then close.
      But i dont know how to do that either 😐

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • Profit > last x previous losing trades.

      How can i make the expert advisor to close all of the current trades if the current profit is above lets say the total amount of the last 10 losing trades?

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