
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Oh yeah and prior to doing this test, I did another print to get FreezeLevel *PipPoints and FreezeLevel *Point just to see what I would get as a result and both come out as 0.
On IBFX Digits=5 freeze is normally 0 and stop is normally 30
You must set the buy stop to bid-MathMax(freeze,stop)*Point or lower.
Actrually the answer was tied to the distance issue. The issue was actually on the distance from teh current price. Basically, you can set any pip distance you want, but you have to wait until the current price is a specific distance from the point where you want to set the break even. I took out the FreezeLevel code and then made a modification to the if conditions that evaluate distances. Notice the two highlighted sections in the code below. Can't say I haven't contributed to this site, this was a pretty diamond in the rough.
CASE CLOSED