You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This cBot is intended to be used as a sample and does not guarantee any particular outcome or
6
+
// profit of any kind. Use it at your own risk.
7
+
//
8
+
// All changes to this file might be lost on the next application update.
9
+
// If you are going to modify this file please make a copy using the "Duplicate" command.
10
+
//
11
+
// This example is based on the "Sample Trend cBot". The "Sample Trend cBot" will buy when fast period moving average crosses the slow period moving average and sell when
12
+
// the fast period moving average crosses the slow period moving average. The orders are closed when an opposite signal
13
+
// is generated. There can only by one Buy or Sell order at any time. The bot also includes a custom fitness function for optimisation.
0 commit comments