Place SL below current candle low (For buys)
-
Hi guys I am new programming, and have a very simple question which is giving me so much trouble. For a buy, I simply want to place SL 10 pips below the current candle where I risk 1% and my take profit would be 2:1. Everytime I execute this algo on my strategy tester I am getting SL which is 20 times away from the current candle low. I will appreciate any advice.

-
@avirovik candle low is not a pip value, its a level. Theres "Custom (price level)" input mode for that.
-
Thank you so much @Roar. I made a fundamental mistake. I really appreciate it.