PHAM KIM QUY RuaCoder / Profile
- Information
|
6+ years
experience
|
5
products
|
14
demo versions
|
|
0
jobs
|
4
signals
|
5
subscribers
|
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)

