In blocks 5 and 6, 100pips are used for SL and TP. I don't know how many pips you are using via Inputs of the EA, maybe 50, maybe something else, but I can see only values in the project you show.
Error 130 comes when you the EA tries to place SL < 5 pips, which happens from "Break Even" block. "Break even price offset" is where to put SL in relation to OpenPrice. By default it puts it on the OpenPrice (offset is 0). If offset is 2 pips, SL will be placed at OpenPrice+2pips. But you try to do that when the price is only 3 pips above OpenPrice.
Emergency stops are real SL and TP that can be placed when Virtual Stops are used, but in this project you are using normal hard stops, so there are no emergency stops. Virtual stops are horizontal lines only and the EA detects when to close the trade, but in case of internet or PC problems, emergency stops can be placed at some distance from virtual ones.