@tipsywisdom said in Changes:
3 things at the top of my mind
- An easier loop solution for those not program savvy
- A way to just reference the last "Swing" high or low (Various Signals category) I understand this is essentially what the ZZ indicator is for, but the method of creating a loop to assign a referenceable candle ID so now you can pull a value from that swing....its a decent method, but not reliable because sometimes the HH or LL end up being somewhere on the chart that doesn't make sense.
- Another various signals category request, to be able to identify when we're forming a new high or low of the day with a single block

if thats not too much to ask 
What is a loop and doesn't look as a loop are those Check blocks, Trailing stops and others. Maybe you want to say that you prefer such blocks. Otherwise I don't know how to make the loop itself easier. It's just like "if" in the programming, even simpler, because there is no index.
I prefer to stay away from indicator-like calculations in the EA. One reason is that such things like swing highs and lows are very abstract, it depends on how the developer decided to calculate them.
And the other reason is the calculations - in the indicator you can make it to NOT recalculate what was already calculated, but in the EA there are no such things. Performance issues. Not to mention that the process of drawing the data from the indicator happens automatically.
@AlphaOmega, @TipsyWisdom, I think I can prevent the ability to make connections. Connections are kinda useless in this case anyway. Without connections, there is no "connected" project. But then someone can arange his blocks and ask someone else to make the connections and compile it :))) Then I have to add limit to the number of blocks...
By the way, meanwhile I brought back the second option that currently is cheaper, because it still works with USD. But I did it because it seems that the PayPal for some reason doesn't show the option to pay with cards without registration, and some people don't have PayPal. I'm working on integration with Stripe.