OHHHH thank you. I didnt think to try that. Works now.
Best posts made by shiitake
Latest posts made by shiitake
-
RE: Creating a box every hourposted in Questions & Answers
@l-andorrà Hey sorry i the values should be substituted cause i would like to mark out the rectangle while the candles are still painting. Thanks so much!
-
RE: Creating a box every hourposted in Questions & Answers

tried to gpt to help me but so many custom code errors
-
RE: Creating a box every hourposted in Questions & Answers
@l-andorrà Can you show me how this is done? i cant figure out how to do it besides using a string for every hour. It's bogging down the EA. Thanks
-
RE: Creating a box every hourposted in Questions & Answers
@l-andorrà So what do i add to variables? thank you
-
RE: Creating a box every hourposted in Questions & Answers
so lets say i want to put a rectangle from 1:00 to 1:05 of every hour. Marking out the high and low of this range. Ideally i want to do it without adding parameters for every hour like 1:00 - 1:05, 2:00-2:05. This is something i want to repeat every hour on the 1M chart. Thank you.
-
Creating a box every hourposted in Questions & Answers
Hey i'm trying to figure out how to markout the first 5 minutes of every hour without having to input the first 5 minutes every hour as a time stamp. is there a way to save space and code by doing this another way?
-
Corrupted my EAposted in Bug Reports

My project looks all empty. Somehow it got erased. Was working fine this morning until this happened. Maybe some kind of server issue? please advise.
-
PERIOD CURRENT compiling errorposted in Bug Reports
I been getting a "Period_Current" Error when trying to compile in mt4. Whats the issue? any idea of when a fix would be rolling out? I was able to compile the same projects last week but this week cant
-
RE: Request on next updateposted in General Discussions
Median price of a range from lets say 12am to 6am. So i could do a formula, Highest price - Lowest price /2. Then add Lowest price to this numeric. But its a few more steps and would just be nice to avoid this step. Just something thought would make it workflow a little easier. Thanks