

Hi there,
I want Previous day's High and low from 9:30 AM - 4:00 PM, to be plotted.
I am successful in this , but unfortunately the Monday's lines are not being plotted correctly.
Can anyone suggest what is the issue in this ?
https://fxdreema.com/shared/5mxwMcES

in my indicator in metatrader it shows two values -
it is not coming in fxdreema ?
Can anyone help ?

Hi Everyone,
I am trying to put Input in time filter. But do not know what constant will be used here ? Like int, bool or double or something else ?
Example - Time filter - 16:30

Thank you so much
It worked
Hi there,
I want to trade during a day only when certain conditions are met.
Example: If distance between the candle close and moving average is more than 50 pips, then my system gets activated and trading starts for the day, else not.
What should be done in this case?
I want to place sell order if 1st closed order was buy and place buy order if 1st closed order was sell.
Example : -
1st order was Buy
2nd order should be sell
3rd order should be buy
like this.
How to achieve this ?