- Category:
- Other systems
- Tags:
-
- File Size:
- 16kb
- Update:
- 2016-10-15
- Downloads:
- 0 Times
- Uploaded by:
- qk
Description: double FirstLots 0.01
extern double MaxOrderNum 30
extern double GivenPointClose 900
extern double AimPointCloseAll 900
extern int Slippage 3
extern int MagicNumber 888888
extern int MaxLots 20
extern double MinProfit 0.002
extern int Pips 35
extern int TakeProfit 80
static int RecordTime
static bool done false
int init() {
ObjectCreate( comment_label , OBJ_LABEL, 0, 0, 0)
ObjectSet( comment_label , OBJPROP_XDISTANCE, 50)
ObjectSet( comment_label , OBJPROP_YDISTANCE, 20)
ObjectSetText( comment_label , 我的系统 , 20, Arial , Red)
return (0)
}
int deinit() {
ObjectDelete( comment_label )
return (0)
}
int start() {
double HighIn4 iHigh(Symbol(), 0, iHighest(Symbol(), 0, MODE_HIGH, 20, 1))+(Pips +MarketInfo(Symbol(),MODE_SPREAD) )*Point
double LowIn4 iLow(Symbol(), 0, iLowest(Symbol(), 0, MODE_LOW, 20, 1))-Pips*Point
double HighIn2 iHigh(Symbol(), 0, iHighest(Symbol(), 0, MODE_HIGH
To Search:
File list (Check if you may need any files):
bbaofengyshib\bbaofengyshib.ex4
.............\bbaofengyshib.mq4
bbaofengyshib