fxDreema

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

    Posts made by len 1

    • RE: Is there any way to store RSI value when a candle closes at its high or low? and

      @l-andorrĂ  yes, something like that. Yes. Particularly when a candle reaches a high or low like higher high, lower low.

      posted in Questions & Answers
      L
      len 1
    • Sub windows when drawing objects? Getting indicator values, and getting candle count, when an event occurs...

      example event, getting Stochastic value when a high in candles or low in candles are reached, meanwhile getting the exact candle that happened on.

      posted in Questions & Answers
      L
      len 1
    • RE: Time limit from last trade

      @shack11 do you want a cooling period after every trade the bot initializes? If you do, that's cyclical....like a cycle.
      If its just for any trade, as you wish, then that is when you have to watch your trades and do it your self.

      posted in Questions & Answers
      L
      len 1
    • RE: Time limit from last trade

      The next question would be cyclical or not? If not, then you have to manually control each trade.

      posted in Questions & Answers
      L
      len 1
    • RE: My EA kept Opening Too Many Trades.

      If these are your conditions, then I am dead in the water with a solution. a 5x20 is going to keep opening trades because that trend, once running, will run hundreds if not thousands of ticks. Until your free margin and equity are challenged, you'll be stuck with that...

      If you have more conditions than this, then it is those conditions.
      I hope I understand your condern the way you have concern.

      Good luck

      posted in Questions & Answers
      L
      len 1
    • IF someone can check this start of a project, and tell me what is wrong with the comment ugly

      So
      I am trying to write the values using variables here.
      I am trying to get 12 outputs
      I am trying to get 2 highs, 2 lows, their corresponding RSIs, and their candle IDs

      Before at 8 variables I was getting 8 labels but the highs and lows (4 total) were the only correct values
      the corresponding RSIs and the candle IDs of course were not, so I kept on experimenting but this is where I just thought I would consult the team of better more experienced creators here.

      Any input of what I may be able to do here?

      posted in Questions & Answers
      L
      len 1
    • RE: Is there a way to identify the candle that the high or low happened on in the past 10 candles

      Volume? Volume won't identify candle ID.

      A better question is , how can I find that RSI value on that candle? How can I identify that candle? The only option I know of, that has the option of drawing (or getting) a high, is on the market properties tab under "candle high" (over x amount of range of candles). It does not show how to get that candle ID, however under properties on that tab, an option is what to get, ... and candle ID is one of the options,...but I cannot get that either....

      posted in Questions & Answers
      L
      len 1
    • Is there any way to store RSI value when a candle closes at its high or low? and

      is there any way to track and store where that candle is now and subsequently show its candle value increase in count...for example, RSI count was at a high of 53.2 at candle 3, next candle it will be at 4.
      I am trying to establish a rolling increasing candle count as time goes on....and store that value for comparison in a condition..

      Thanks. Any help is appreciated. đŸ™‚

      posted in Questions & Answers
      L
      len 1
    • RE: Just wondering why sub-windows isn't working or if I am doing something incorrectly here

      @l-andorrĂ  I am sorry, but I cannot find the link to contact anyone. You provided it once before and I don't know which thread that is on, I did use the contact info on the bottom of the main page though.

      posted in Bug Reports
      L
      len 1
    • @fxdreema, can you please look into this

      @ fxdreema, here is the link

      https://fxdreema.com/forum/topic/10741/just-wondering-why-sub-windows-isn-t-working-or-if-i-am-doing-something-incorrectly-here

      posted in Bug Reports
      L
      len 1
    • Is there a way to identify the candle that the high or low happened on in the past 10 candles

      and to use that as a variable for a candle ID? meanwhile for each subsequent new candle, take that status as being a new id'd candle, for example, on one minute chart at 12:00 the high may occur at candle 10, but at 12:01 its identified as occurring at candle 11?

      How can that be done? I see there is ways to designate a range to find that high, but not a way to reverse that. Possible?

      As always, whoever would kindly respond, I appreciate your input!!! đŸ™‚

      posted in Questions & Answers
      L
      len 1
    • RE: Just wondering why sub-windows isn't working or if I am doing something incorrectly here

      @l-andorrĂ  thanks. The second last field on the bottom of the draw line block has the sub window option. If I use 1 as the number or use RSI(8) or whatever MACD(12,26,9) , I still won't get trendlines in that window.

      posted in Bug Reports
      L
      len 1
    • RE: * SOLVED* Suggested feature - get rid of confirmation for deleting connectors

      @roar thats hilarious

      posted in Bug Reports
      L
      len 1
    • RE: Any recommendations of how to add more volume as balance grows to

      @tonyramirez, its really like this
      I start the ea with a program to base the additional volume on say when the account grows by 2%, Ill add lots to a position and cap it at .4 lots. The account grows to 3000 from 1000.
      At this point, if I grow the account at .4 lots, it will grow at the same pace but, that's not what I want. I want to increase the lots as the account grows

      Make sense?

      The problem is that I would need much higher swings in order to grow at a faster pace, unless I increase the lot size.
      I want to grow this based upon the balance I have more so than relying upon the percentage of my balance being the same or relying upon bigger swings.

      I hope that clarified. Thanks

      posted in Questions & Answers
      L
      len 1
    • RE: Any recommendations of how to add more volume as balance grows to

      @tonyramirez I want this as a loop such that if there is an increase in account size, at say, growth of 1.1, it will continue to do the same proportionately throughout its life

      posted in Questions & Answers
      L
      len 1
    • RE: ZizZag Trendlines

      @miro1360 Miro, is this possible in a sub window? đŸ™‚

      posted in Tutorials by Users
      L
      len 1
    • RE: Indicator on indicator

      @miro1360 thank you

      posted in Questions & Answers
      L
      len 1
    • RE: Draw a line

      he means NOW, not on a backtest

      posted in Questions & Answers
      L
      len 1
    • RE: object on chart

      @Zackry , Just wondering if you could take a look at the project link I posted and tell me why my chart isn't showing up on a real time chart.. Thanks

      posted in Questions & Answers
      L
      len 1
    • RE: Any recommendations of how to add more volume as balance grows to

      @tonyramirez thanks Tony , that is true but 3000 account vs 5000 account (as it grows) is different as you know, but it is at this point when I would like to increase the volume (lot sizes) so that the amount of lots it took to get from 3 to 5 thousand grows so that I can take 5 thousand to ten thousand...

      and in reverse too to protect from over trading lots...

      posted in Questions & Answers
      L
      len 1
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 9
    • 5 / 9