PlaySounds | bool | false | will sound alarms |
|---|
AlertSound | string | Alert.wav | Alarm sound to be played |
|---|
LabelIES | string | Indicator / Entry Settings: | |
|---|
B3Traditional | bool | true | Stop/Limits for entry if true, Buys/Sells if false |
|---|
ForceMarketCond | int | 3 | Market condition 0=uptrend 1=downtrend 2=range 3=off |
|---|
UseAnyEntry | bool | false | true = ANY entry can be used to open orders, false = ALL entries used to open orders |
|---|
MAEntry | int | 1 | 0 = Off, 1 = will base entry on MA channel, 2 = will trade in reverse |
|---|
CCIEntry | int | 0 | 0 = Off, 1 = will base entry on CCI indicator, 2 = will trade in reverse |
|---|
BollingerEntry | int | 0 | 0 = Off, 1 = will base entry on BB, 2 = will trade in reverse |
|---|
StochEntry | int | 0 | 0 = Off, 1 = will base entry on Stoch, 2 = will trade in reverse |
|---|
MACDEntry | int | 0 | 0 = Off, 1 = will base entry on MACD, 2 = will trade in reverse |
|---|
LabelLS | string | Lot Size Settings: | |
|---|
UseMM | bool | true | Money Management |
|---|
LAF | double | 0.5 | Adjusts MM base lot for large accounts |
|---|
Lot | double | 0.01 | Starting lots if Money Management is off |
|---|
Multiplier | double | 1.4 | Multiplier on each level |
|---|
LabelGS | string | Grid Settings: | |
|---|
AutoCal | bool | false | Auto calculation of TakeProfit and Grid size;(自动计算赢利和网格大小) |
|---|
GAF | double | 1.0 | Widens/Squishes Grid on increments/decrements of .1 |
|---|
EntryDelay | int | 2400 | Time Grid in seconds, to avoid opening of lots of levels in fast market |
|---|
EntryOffset | double | 5 | In pips, used in conjunction with logic to offset first trade entry |
|---|
UseSmartGrid | bool | true | True = use RSI/MA calculation for next grid order |
|---|
LabelTS | string | Trading Settings: | |
|---|
MaxTrades | int | 15 | Maximum number of trades to place (stops placing orders when reaches MaxTrades) |
|---|
BreakEvenTrade | int | 12 | Close All level, when reaches this level, doesn't wait for TP to be hit |
|---|
BEPlusPips | double | 2 | Pips added to Break Even Point before BE closure |
|---|
UseCloseOldest | bool | false | True = will close the oldest open trade after CloseTradesLevel is reached |
|---|
CloseTradesLevel | int | 5 | will start closing oldest open trade at this level |
|---|