Support Board
Date/Time: Fri, 31 Jan 2025 06:19:29 +0000
Post From: Automated Trading
[2019-03-01 17:36:10] |
User575872 - Posts: 61 |
#51 works great. Many Thanks! Now I have tried to tell the system the following formulas: Trigger a sell order if the difference between the high and low of the last bar is greater than 0.06 ticks and C3 is less than B3. Trigger a buy order if the difference between the high and low of the last bar is greater than 0.06 ticks and D3 is less than B3. =(C3-D3>0.06)=AND (C3<B3) =(C3-D3>0.06)=AND (C3>B3) Is triggered almost on every candle and I do not know why. |