fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. felix2828
    3. Posts
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 17
    • Posts 87
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by felix2828

    • RE: EA triggering Flag not all the time correct

      Also tested seperate Stochs signal by arrow,
      seems to be working correct but not together.

      https://fxdreema.com/shared/lNmTDqY4

      stochs visual.png

      posted in Questions & Answers
      F
      felix2828
    • RE: Prop Firm daily loss limit for account Robot

      @Ipod

      Have you experience working with flags before?

      posted in Questions & Answers
      F
      felix2828
    • EA triggering Flag not all the time correct

      Hi,

      currently testing approach for Bollinger Bands and Stochastic oscillator.

      Testet today with color lines how signal outcome is.

      blue line -> Lower Bollinger Bands touch/cross flag
      pink line -> upper Bollinger Bands touch/cross flag

      Unfortunately the flags for Bollinger Bands isnt always triggered correct.

      Moreover trigger for second conditions for Stochastic, which is connected by arrow afterwards doesnt appear at all.

      Somebody got any idea why?

      • red circles is potential missing signals

      Thank you đŸ™‚

      https://fxdreema.com/shared/VgocLGS2b

      bb11221122.png bb112211.png bb1122.png bb11.png

      posted in Questions & Answers
      F
      felix2828
    • RE: Prop Firm daily loss limit for account Robot

      @Ipod

      Ok got so might gonna work if i put it to =< 2 right?

      posted in Questions & Answers
      F
      felix2828
    • RE: can anyone tell me why my EA not working?

      @ambrogio

      Sorry, but i havent used Ichimoku a lot, or good experience with it.

      Am fairly new to FXdreema as well.

      posted in Questions & Answers
      F
      felix2828
    • RE: can anyone tell me why my EA not working?

      @mojapi

      Make a new replica of your code and try only with 1 condition first.
      If it works add second.

      Just look in strategy tester if trades are opened then you can differentiate which condition block cause the errors.

      posted in Questions & Answers
      F
      felix2828
    • RE: Prop Firm daily loss limit for account Robot

      @Ipod

      Got another question,

      do you have good understanding in using " flags" in fxdreema?
      Currently testing 2 indicators for the same robot but trigger and signal seem to be not working.

      https://fxdreema.com/forum/topic/18812/flag-condition-trigger

      This is updatet version:

      https://fxdreema.com/shared/tAQk7IVDd

      posted in Questions & Answers
      F
      felix2828
    • RE: Prop Firm daily loss limit for account Robot

      @Ipod

      Sure, yes it just need be simple check if for current day the limit of 2 trades already passed.
      I've found something similar to your suggestion.

      hhttps://fxdreema.com/forum/topic/11614/stop-trading-when-the-daily-target-or-loss-is-achieved/7

      but focuses more on max daily loss limit itself.

      Could you explain what you mean by you need to be careful?

      posted in Questions & Answers
      F
      felix2828
    • RE: can anyone tell me why my EA not working?

      @mojapi

      Try no position seperate for buy and sell.

      ichi.png

      posted in Questions & Answers
      F
      felix2828
    • RE: Prop Firm daily loss limit for account Robot

      @Ipod

      Hi thank you for your help đŸ™‚
      This could probably work.

      Only would like to make it stop when there were 2 trades in total.

      Due to prop firms 5% daily DD/ 10% max drawdown, max loss limit per day applies only if both 2 trades were negative, but not for example trade 1 was plus 1000$ but Trade 2 was -250$. Then bot still would place trades for day.
      Currently adjusting % per trade of balance but in total it should not be more than 3% per day to have enough wiggle room.

      Would like to keep it fairly simple for the code.

      Because trading 1h found there are normally 2-3 setups per day max.

      What i dont understand is, does the Turn On Block really reset by itself for next day, because as i got it that tree follows either the once a day or if trade count condition.

      Do i have to place settings for daily limit like those in On Trade or On Tick?
      Also seen your example in tutorial.
      What is the difference between on init and on trade/ on tick.

      As i got it on tick works for every tick the market makes.

      posted in Questions & Answers
      F
      felix2828
    • RE: Condition Entry on Candle OHLC

      @l-andorrĂ 

      Hi,

      Have tested new approach today.
      Unfortunately robot is still opening few little trades and if so, it opens within momentum but not on the reversal point of stochastic crossing back from either 90 oder 10 Level to neutral zone.

      Just using Heiken Ashi to see when in trade, when there would be good point to exit. Was thinking about stochastic for opposite signal. Do you have experience for this as exit indicator?

      Do you have an any idea?
      thank you sir.

      https://fxdreema.com/shared/33uWw4Jlb

      2. bot.png 1. bot.png

      posted in Questions & Answers
      F
      felix2828
    • Prop Firm daily loss limit for account Robot

      Hi,

      currently buidling robot for prop firm challenge.
      Due to the daily max loss of 5% and overall max loss limit of 10%, currently looking to implement max limit per trades per day.
      Because robot is calculating each trade position by set %, in my example 0,5% of account balance and from backtesting and because of higher timeframe it doesnt need to trade more than 2 trades per day, tried by following approach.
      Propably this would be enough to maintain threshold.
      Already looked for previous threats, but there are many different approaches for this conditions.

      Would this be correct like in given example?

      Thank you for helping.

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

      1.png

      posted in Questions & Answers
      F
      felix2828
    • RE: Condition Entry on Candle OHLC

      @l-andorrĂ 

      Sure, i have remove once per bar block. Thank you.

      Do you mean like this?

      https://fxdreema.com/shared/f7HNkqMzb

      posted in Questions & Answers
      F
      felix2828
    • RE: Flag + Condition trigger

      @l-andorrĂ 

      ok got it.

      posted in Questions & Answers
      F
      felix2828
    • RE: Bollinger Bands Flag +Stochastic

      @l-andorrĂ 

      Hi,

      thank you for your quick reply.
      So you mean simply just to change name in the Flag blocks itself,
      or do i need to add "variables" in the variables section on left side because you talking variables?

      BB Flags.png

      variables.png

      posted in Questions & Answers
      F
      felix2828
    • RE: set Sl and TP when trade is manually open

      @oskars

      Sry mate,

      like i said dont really know bout that further.
      Only got experience when trade already opened by EA.

      But what i can tell you, you need a system that EA does it all,
      because EA works non subjective, there more add the more difficult it becomes to replicate your system over and over.

      posted in Questions & Answers
      F
      felix2828
    • RE: set Sl and TP when trade is manually open

      @oskars

      OK, dont really know about that.
      What i've tested so far is, that when trade is opened by EA, you can modify/ manage if afterwards manually, but adjusting Stop Loss or Take Profit, or close partials.

      Justing asking, why would you place trade manually anyway?
      Thats why you using the EA in the first place right?
      i mean, thats why i have switched to auto trading entirely.

      posted in Questions & Answers
      F
      felix2828
    • RE: set Sl and TP when trade is manually open

      @oskars

      Hi,

      you can potencially do that from actual buy sell block if this it what you want.

      This is default settings

      buy.png

      posted in Questions & Answers
      F
      felix2828
    • Condition Entry on Candle OHLC

      Hi,

      because i'm using Bollinger Bands system, would like the EA to open position at or close near the upper or lower band.

      When both my conditions of BB and Stochastic are meant, i've found that when Stochastic crosses back it it sometimes at low or middle of the candle for short and vise versa for long.

      To prevent and to give safer better would like it to pullback within same movement/ candle. Currently using 1H candles, there price has good time to potencially come back up or down a little within same candle.
      Entry should appear for buy at the lowest point of the candle trigger was detected,
      Entry for sell at the lowest point of the candle trigger was detected

      Can somebody help how to add this in the EA?

      https://fxdreema.com/shared/an5JDNw9b

      Thx

      example 2.png example 1.png BB up and down.png

      posted in Questions & Answers
      F
      felix2828
    • Flag + Condition trigger

      Hi,

      EA doesn't trigger on signal for first condition block by flags.
      Using Bollinger Bands and Stochastic.

      Could somebody please help, got the tip that i need to change BB condition block but seems to be other for me.

      What i've i found from backtesting, that i only fires 1 signal in a while, even though the Set and check flag still should be active to watch for the second condition of stochastic.

      Price needs to be at or above/below BB.

      For second condition stochastic line needs to cross back in from either 80/20 Level. Currently testing testing 90/10 as well.

      Also added an example of how the final EA should work.

      https://fxdreema.com/shared/eBXneJfFc

      Thank you

      BB trigger.png BB Stochastics successful strategy.png 1 signal.png

      screenshot 1.png

      posted in Questions & Answers
      F
      felix2828
    • 1
    • 2
    • 3
    • 4
    • 5
    • 4 / 5