@l-andorrĂ yes, something like that. Yes. Particularly when a candle reaches a high or low like higher high, lower low.
Posts made by len 1
-
RE: Is there any way to store RSI value when a candle closes at its high or low? andposted in Questions & Answers
-
Sub windows when drawing objects? Getting indicator values, and getting candle count, when an event occurs...posted in Questions & Answers
example event, getting Stochastic value when a high in candles or low in candles are reached, meanwhile getting the exact candle that happened on.
-
RE: Time limit from last tradeposted in Questions & Answers
@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. -
RE: Time limit from last tradeposted in Questions & Answers
The next question would be cyclical or not? If not, then you have to manually control each trade.
-
RE: My EA kept Opening Too Many Trades.posted in Questions & Answers
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
-
IF someone can check this start of a project, and tell me what is wrong with the comment uglyposted in Questions & Answers
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 IDsBefore 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?
-
RE: Is there a way to identify the candle that the high or low happened on in the past 10 candlesposted in Questions & Answers
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....
-
Is there any way to store RSI value when a candle closes at its high or low? andposted in Questions & Answers
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.

-
RE: Just wondering why sub-windows isn't working or if I am doing something incorrectly hereposted in Bug Reports
@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.
-
Is there a way to identify the candle that the high or low happened on in the past 10 candlesposted in Questions & Answers
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!!!

-
RE: Just wondering why sub-windows isn't working or if I am doing something incorrectly hereposted in Bug Reports
@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.
-
RE: Any recommendations of how to add more volume as balance grows toposted in Questions & Answers
@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 growsMake 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
-
RE: Any recommendations of how to add more volume as balance grows toposted in Questions & Answers
@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
-
RE: ZizZag Trendlinesposted in Tutorials by Users
@miro1360 Miro, is this possible in a sub window?

-
RE: object on chartposted in Questions & Answers
@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
-
RE: Any recommendations of how to add more volume as balance grows toposted in Questions & Answers
@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...