Login Page - Create Account

Support Board


Date/Time: Fri, 26 Apr 2024 19:57:01 +0000



Post From: Automated Trading

[2019-03-01 17:36:10]
User575872 - Posts: 59
#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.