So how can I make sure that actually the EA gets every 1 minute 1 tick only.
The "Price Move" indicator sets two entry points per bar: Bar Open + shift and Bar Open - shift. Depending on the exit rules, it is possible to have two entries per bar. Here is an example:
[Opening Point of the Position]
Price Move
Enter long after an upward move
Base price - Open
Price move - 100
Use previous bar value - No
[Closing Point of the Position]
Stop Limit
Exit at Stop Loss or at Take Profit
Stop Loss - 20
Take Profit - 20
If you have one exit point like Bar Exit and no SL and TP, the strategy will be able to make only one entry per bar.
However, you can limit the strategy and respectively the exported Expert Advisor to trade ones per bar by using the "Enter Once" indicator. Here is an example:
[Opening Logic Condition]
Enter Once
Enter no more than once a bar