Error with Edit Field
-
I made a EA control field that can be used in real-time trading..
however when I input the SL value for instance, the system reads it well even had to display it by comment but when I place a trade, the SL value shot up like twice the value of the inputted value ... see in the image below

The yellow arrow displays the input value, the Red show what came out after order was placed.
link to project:: https://fxdreema.com/shared/4Yxg5LN8b
-
You are using the exact same variable to calculate the SL distance for buys and sells. Are you sure it is properly reset when a buy and a sell are open at the same time?
-
@l-andorrà Yes, it is, i found that the problem is Custom Fraction for SL Value don't work with Buy Now block ... seems to only work with Pending Order Blocks
-
@tec-nacks too many blocks in your project, share only a few blocks, bare minimum just for the problem
-
ooh, I figured it out...thnk you