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)

