Change the SL from custom pips to custom price fraction.
Not sure why AND is there but Id remove it.
With that filter filter applied you should only expect to look for trades 1 minute a day?
Change the SL from custom pips to custom price fraction.
Not sure why AND is there but Id remove it.
With that filter filter applied you should only expect to look for trades 1 minute a day?
A snake I once came across showed me this site:
https://www.eabuilder.com/
Good luck, I'm not too keen on drawing objects.
Perhaps this needs to be done in the (OnChart) tab rather than OnTick? I found that fixed an issue I was having
But that didn't fix the MT5 Real volume I was looking for however.
I'll be testing again soon to find out if perhaps it doesnt belong on OnTick
2 months later and this lets me know its an MT5 issue...or Dreema to MT5 issue, not sure.
i would suggest to create a topic of your own with the current project shared link so we can see what you've done.
I am wondering if anyone has a tip on how to display the pip count for the last closed candle.
Ive tried draw event, and draw text. Nada.
@haidang8055 test both methods to see if you have the same results is the best thing you can do.
@abanob hes saying that each buffer is producing the same value, there is no difference between them in terms of whatever they are representing.
just put it under a pass or wherever you see fit. It should be drawn before you reference it, obviously (# of the blocks will matter)
you need to draw the line in order to reference it, your condition references a line but its never created.

@cashflows with a name like cashflows, Id expect you to have all the answers already! haha
most people here are willing to help, especially those who at least attempt themselves first.
i would advise against using candle 0 for calculations on this because only the open has been established on 0. On C1, you will have a clearly defined OHLC.