@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!
Posts made by shiitake
-
RE: Creating a box every hourposted in Questions & Answers
-
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
-
Request on next updateposted in General Discussions
If its possible, could you add in a Median Price of a time period? that would helpful to delineate premium/discount ranges. Thanks.
-
RE: Showing stop loss orders in dollar amounts as a commentposted in Questions & Answers
@jstap Thank you, i tried your advice. I'm only able to get pip fractions of TP Value and SL Value. Not monetary value.
-
Showing stop loss orders in dollar amounts as a commentposted in Questions & Answers
Is there a way to show the stop loss in dollar amounts for each order placed? The options i see are price level, price fraction, pips. I'm trying to create a comment that shows on the chart to list SL amounts in currency denomination. Thank you
-
Move blockposted in Questions & Answers
Hello i'm trying to use the move block to automatically adjust the fibonacci thats draw. I've used "select object by name" (which would be the name of the fib) followed by the move block. It does move the fib, however it moves the top portion of the fib 100% instead of the lower portion 0%. The only way i've gotten this to somewhat work is to invert the fib numbers. Id however like to avoid that. Is there a way to select the 0% of the fib to move instead? thank you
-
Logic i cant seem to figure outposted in Questions & Answers
Ive been playing around with fxdreema and im trying to turn off a condition once its met. Ive tried turn off blocks, counter blocks. Here the logic of the trade
- Condition 1 - price trades above yesterdays high
- then turn off condition 1
- Condition 2- price then trades below yesterdays low
- Sell order at a 50% fib level of yesterdays range
- turn back on condition 1.
Ive tried turn off blocks but it appears that its still requiring for the conditions both conditions to be met. They are opposing conditions so no trades get entered. Not sure how to do this. Any help would be much appreciated. thank you!
-
Adding ADR buffer to get the number for EAposted in Questions & Answers
I've been looking for a way to add the ADR number shown on screen into the EA as a check distance function. No indicators ive found have the number listed as an buffer. Is there a way to add this number as a buffer? thanks
