Help me create a simple script to MT4

Hello

It seems that my broker constantly assrapes me with slippage when I’m using pending orders. Therefore I’m looking after a script where I can set the buy & sell points in advance and the script would execute them when the criteria is met. So far I’ve found scripts out there that are quite close what I need but as my coding skills are nonexistent I can’t modify them. The script should work with 5 decimals and following things needs to be adjustable:

Buy point (+range of 5 pips)
Sell point (-range of 5 pips)
Lot size
Max Deviation
Repeated attempts
Buy TP in pips
Buy SL in pips
Sell TP in pips
Sell SL in pips

When the script for example executes the Buy, it would then reset the Buy point and it needs to be configured again to make the next Buy. Same with Selling…

HALP! :slight_smile: