fxDreema

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

    Best posts made by timmyhanke

    • RE: Can you give me some example of to use block flag ?

      @cheaponreay01

      You can use flags to control different sections of your ea , for example if you use different strategies in raging and trend market

      https://fxdreema.com/shared/JDNl3jAGc

      In this one i made it easy , if the body of the candle is > 10 pips it take that as a trend , switches the flag trend to true and the flag range to false , and if the opposite happends it turns the range flag to true and the trend flag to false .

      It does that before checking the condtions for buy/sell , if that conditions are true it goes down and checks the flag in this case '' trend '' if that is true or false , if its true it continues for the trade .

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Select Object by Name & Modify Properties

      @abade69

      Its the same in mq4 , hope its resolved soon 🙂

      posted in Bug Reports
      timmyhanke
      timmyhanke
    • wait to pass

      Since i started to create expert advisors on fxdreema , i noticed if you rightclick on a block there are an option that sais wait to pass.

      What does it do ? 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Select Object by Name & Modify Properties

      @abade69

      Hahaha , think of me that have a total strategy based on horizontal lines movements , im in a hold right now and can't improve anything at all until the problem is fixed 😉

      posted in Bug Reports
      timmyhanke
      timmyhanke
    • RE: Total profit reduces by x % then close everything.

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

      I think the trade statistics always looks at the whole history, so you wouldn't be able to focus on some x number of history positions

      i see , you are an interesting person to ask questions to 🙂 if you have any brainstorms coming in to what could be the answear just try it and see if it works 🙂 almost all of the bright ideas comes alot after you have thought everything trough 🙂

      So no stress about it my friend ! 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Select Object by Name & Modify Properties

      @abade69

      And to be curious is something great 🙂

      https://fxdreema.com/shared/GyXNmHzbd

      Here is one on random , i use the market movement to change the places of horizontal lines that are placed x pips from closed price or the price i want to use , but i have thought about the pip part and work more with % instead , hopefully its better fitting to all charts but will test it further 🙂

      posted in Bug Reports
      timmyhanke
      timmyhanke
    • RE: Total profit reduces by x % then close everything.

      @roar

      hmm and that is too much , but i dont know why it showed a more normal result on backtesting 😉
      But i tried something , using lines .

      https://fxdreema.com/shared/5WaVD65ze

      Its from block 20 to 37 and 80 to 90 .

      It makes two lines , that move along price when its pushed by price 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Select Object by Name & Modify Properties

      @abade69 said in Select Object by Name & Modify Properties:

      @timmyhanke I see, perhaps i am a little lost, but there is way to make these work with the "for each object" block? Or just the "select object by name" can detect whether an object exists or not 😛 (never looker at it myself).

      They are suppose to work with select object by name but still dosnt , found out that if you just place new draw blocks instead of using that block it should do the same 🙂

      posted in Bug Reports
      timmyhanke
      timmyhanke
    • RE: How to code that my candle is between support and resistant?

      @roar

      I dont actually know how to draw the lines in support and resitance level , but if you have that bit sorted , it only needs to redraw itself constantly if it changes , like on every tick select line and change it to the correct level , so it allways follows 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: close trades with object not work!

      @mohammad2232

      im using something like this

      https://fxdreema.com/shared/cuHqx6epe

      2 lines for buy trades and 2 for sell , if price pushes one of the lines it follows with price and the oppsite follows after that one maintaining 10 pips

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Restart ea

      @roar

      hmmm that might work acutally , was hoping to hear your side of it 😉

      Thought of a solution that might work , if no trades - check if the body is below 10 pips set flag trading to true otherwise set it to false . that might work .

      Or trade close - set flag to true - terminate and in deinit set flag to false , i dont know it that would save the complete terminate block though haha 😉

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Compare variable's value

      @mohammad2232

      But if upper value of bollingerbands is like 1.2 and lets say the middle is 1.18 if you take 1,2-1,8 thats equal to 0,02

      and that is lightyear away from what the current price is , and then you want to react to when the price is 40 pips above a price that is insanely low ? it will trigger all of the time my friend 😉

      isnt it better to act if middleline incresses a pip value instead ? in that case you have indicator rise and there you can put a pip value , and if that is correct you can use moving average instead of the middle line of the bollingerband , its the same thing 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: stop lose on high low candle id 1

      @abanob

      https://fxdreema.com/shared/09Sb2nAKb

      Here you have buy stoploss on candle 1 low price and sell stoploss on candle 1 high price

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Median/mean renko bar that works with backtesting?

      @cowcool
      https://www.forexfactory.com/showthread.php?t=572375

      https://www.az-invest.eu/backtesting-eas-on-rangebars-renko-median-renko-pointo-charts-using-tick-data-on-mt4

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Indicator without Buffer

      @eabaer

      See what the flow of the object name is , if it's hard to tell what the next object will be just use the specific color on select object by name .

      Attach the ea on chart that looks for the object names /colors and also the indicator that draws them. Then you don't have to spend so much time.

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Help detecting this indicator's values

      @rafaelgrecco said in Help detecting this indicator's values:

      @timmyhanke said in Help detecting this indicator's values:

      @timmyhanke

      have to add that i assume its the same type of indicator in a subwindow making a corridor channel , dont use mq5 and it didnt show a picture , but the one i am talking about came in many different methods such as rsi / stochastic / ssa and so on , buy no one had the ability to alert when it penetrated one of the lines because of what i wrote before , only when it passed the 0 line if im not mistaken.

      In this case it's not on a subwindow, it's on the main chart, but I don't think there is a difference when trying ti get values from it.

      alt text

      I need either to get the value from the object where it reads "Current value: 67.82", which is a text, or be alerted somehow when the price penetrate a specific channel level.

      You can use price </> the correct buffer for that

      The object </> a specific number you can find a great explanation how to do it from miro1360

      https://fxdreema.com/forum/topic/5524/read-partial-text-of-a-description

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Help detecting this indicator's values

      @rafaelgrecco

      I know how it is, I've been there to many times , but the relief when a solution come to the rescue is worth it 😊

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • RE: Find orders

      @roar

      that was extremely simple and the thing i havent tired , and totally why i ask for help , to find the answear i am looking for .
      Will try it out through my different ways of trading and see what it does differently . Thank you for you help yet again ! 🙂

      posted in Questions & Answers
      timmyhanke
      timmyhanke
    • 1 / 1