PHAM KIM QUY RuaCoder / Профиль
- Информация
|
6+ лет
опыт работы
|
5
продуктов
|
14
демо-версий
|
|
0
работ
|
5
сигналов
|
6
подписчиков
|
Uses of EA: Close orders and close charts when conditions are met. in_Test: + True: there is a command when running in Backtest mode. + False: Not entered, used for real time in_Closebyprofit: + true: use payment in USD + false: do not use closed in USD in_profit_win: stop rate (USD) in_profit_loss: stop loss (USD) in_Closebypercent: + true: use close to percent of balance + false: do not use the percent percent
Uses of EA - Trailingstop: Move stoploss continuously. - Breakeven: Move the stoploss once. Custom parameters: All OrderOpenTime: + true: acts on all order + false: only affect the order opened since EA run All OrderType: + true: acts on all order. + false: only the order is running (Buy, Sell) TraillingStop: true (Use), false (do not use) TrailingStop Save (Point) TraililngStop Distance (Point)

