Took me a while to find but maybe this tutorial could help with the understanding of candle formations (not my work)
https://fxdreema.com/forum/topic/4321/tutorial-08-candle-formations
Took me a while to find but maybe this tutorial could help with the understanding of candle formations (not my work)
https://fxdreema.com/forum/topic/4321/tutorial-08-candle-formations
@roar Never been able to get that feature to work for me sadly.
Nevermind I just found it in a comment box with a tick 
Hi
So i have a random external variable in my project but I cannot find it anywhere, does anyone know of a way to route out where its coming from because its unwanted.
inp47_Label16 ? Have tried deleting and recreating many logic boxes and it remains. Thanks.

share your project to help others help you
@felix2828 I just meant if you attach the trade check below no position, it must be a lower number such as 2, so it checks it before checkkin box 3 and 4 logic tree otherwise you would still get a buy trade or sell trade open before the trade count is checked.
I don't think this logic works, candle close is only on candle ID 1 or above since candle 0 is a live candle it does not have a close. Maybe change it to candle ID1 or the current price >

The first tick of the day - Resets the trade count to 0 -> Turns on block 1 (No Position - Having that turned off blocks trading if it was turned off the previous day) at the start of the day this is turned back on and allows trading again.
Daily limit needs to be on tick or something similar as its a continuous check during the day, once trades go above 2 it stops any more trades opening. You could put trade check below (no position) but you'd have to be careful with the numbering so it triggers before the buy or sell tree triggers.
I thought we have to use the indicator appear block for a change of colour, example being buffer 1 appears on candle one.

Why don't you implement a max loss per day in % rather than max trade? Either way the check positions count is only counting trades that are open, live trades and not historic trades that day. I made a possible solution but I have not tested it on the terminal, but that is probably how I would do what you are trying to achieve.
https://fxdreema.com/shared/pOCO6dSIc

Here also is my solution to a max percent drawdown per day, which I currently use on my prop firm accounts, although sadly I do not have a great strategy 
https://fxdreema.com/forum/topic/18496/tutorial-daily-drawdown-reset
@seb-0 What is tester grail inaccuracy?
You are looking to sell these or give these away at some stage
Sounds odd though, defo something going on with the logic you have created.
If you share the mql4 I can probably fix it for you, or someone will find it easier to fix than just going by the project blocks.
NVM think i found an example, thank you for that sktsec
@sktsec said in Calc to the power of? e.g 1.5^3 for expanding grids:
@Ipod
MathPow(1.3, 5)
This can be used in fxdreema?