fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. hello123starb
    H
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 10
    • Best 0
    • Controversial 0
    • Groups 0

    hello123starb

    @hello123starb

    0
    Reputation
    6
    Profile views
    10
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    hello123starb Unfollow Follow

    Latest posts made by hello123starb

    • RE: Constant array out of range ERROR // I cannot for the life of me fix it

      @l-andorrĂ  Thanks. I managed to get it sorted last night. It seemed to be ignoring the two modify stop blocks but once replaced with a trailing stop block the system acted as it should

      posted in Questions & Answers
      H
      hello123starb
    • RE: HELP NEEDED // Starting to get fed up with FXDREEMA

      Thanks

      Yeah it turned out the two modify stop blocks where causing the error. Switched them to trailing losses with the same logic and it worked

      Just now got to work out how to only allow 1 pending order at a time, when a new one arrives i want it to delete the old one.
      That and opening a trade in the opposite direction once a trade hits SL

      posted in Questions & Answers
      H
      hello123starb
    • RE: HELP NEEDED // Starting to get fed up with FXDREEMA

      https://fxdreema.com/shared/kPRTjKS0c

      posted in Questions & Answers
      H
      hello123starb
    • RE: HELP NEEDED // Starting to get fed up with FXDREEMA

      @hello123starb link text Is this correct? Or is it just loading your builder?

      Thanks in advance, Told you im abit of a dummy lol

      posted in Questions & Answers
      H
      hello123starb
    • RE: HELP NEEDED // Starting to get fed up with FXDREEMA

      Thanks for your comment!

      sorry to be a dummy, But could you explain what you mean? Thanks in advance.

      Im no wiz with this kinda thing, So please dont take my lack of knowledge as ignorance or lazyness.

      posted in Questions & Answers
      H
      hello123starb
    • HELP NEEDED // Starting to get fed up with FXDREEMA

      Ok so FXDREEMA is really starting to get on my nerves.

      I made a post earlier that i had to search and fix myself however i cannot delete it so please ignore.

      HOWEVER. After i have fixed it i have hit yet another issue.

      My algo is listening to the ''modify stops'' for my buys (if RSI goes above 70 = move stops to lowest candle price 10) and it completes it fine.

      However, when i put ''modify stops'' for sells (If RSI goes below 30 = move stops to highest candle price 10) the algo just completely ignores it and holds them until SL is hit (Sl set when order is opened, not the SL determined by the new ''modify stops'')

      The code is so easy to read that it makes 0 sense to me as to why fxdreema isnt listening to that block.
      It can do it with the Buys, So why not the sells?

      please help. Just bought a new sub of this platform and with no one to help it renders it a pretty pointless transaction. FAAAAAAA.PNG

      As you can see ''if price crosses above RSI 70'' = ''modify stops of trades'' works for buys.
      The layout is exactly the same yet it ignores the ''modify stops of trades'' for sells.

      posted in Questions & Answers
      H
      hello123starb
    • RE: Constant array out of range ERROR // I cannot for the life of me fix it

      @hello123starb ![

      Screen shotted for people to see. If theres a better way then please tell me. thanks.

      posted in Questions & Answers
      H
      hello123starb
    • Constant array out of range ERROR // I cannot for the life of me fix it

      Hi all, I would post my project in here but im not too sure how (not very clear)

      Iv currently made an EA (been at it for 40 hours so far) and i cannot for the life of me get past a critical error within the algo due to ''Array out of range''

      The codes, neat and easy to read. Not overly complex either so im so confused as to why FXDREEMA is having a meltdown over it.

      Anyone could help that would be great!

      Also, Iv had this algo working (just not quite like how i want it to be) and it still proves profitable no matter how i change it so if anyone can help you may actually get a working profitable algo.

      I really didnt want to post this as iv been using/working on this system for around 5yrs and has passed me multiple prop firm challenges when used manually. But if giving away my tiny secret with the return of having it automated then im willing to take that dive.

      Please, any help would be so appreciated. Im at my wits end and losing my mind lol.

      Also can someone tell me how to post my project here so people can see it for themselves?? thanks in advance.

      posted in Questions & Answers
      H
      hello123starb
    • RE: Pivot point on a RSI input (NEED HELP)

      Sorry, to correct my question

      So if RSI goes below 30 - The last RESISTANCE on the RSI line before it went overbought - draw line or just at least get to the point where it acknowledges that level.

      same for above 70 (draw last support)_

      posted in Questions & Answers
      H
      hello123starb
    • Pivot point on a RSI input (NEED HELP)

      Hi so ill get right into it,

      Im wanting to create an EA that plots pivot point like areas on a RSI.
      So like a support/demand level, Only on the RSI not the chart.
      I also want the High/Low prior to going overbought/sold on the Rsi

      These levels i need to be determined of the RSI's data not the charts price.

      So if RSI goes below 30 - The last support on the RSI line before it went overbought - draw line or just at least get to the point where it acknowledges that level.

      Im having trouble with this as i cant think of how to plot these levels using the RSI data and not the charts price levels.

      Any help would be SOOOO welcome

      posted in Questions & Answers
      H
      hello123starb