anTu7869
Active Member
- Messages
- 1,322
- Joined
- Jan 8, 2008
- Messages
- 1,322
- Reaction score
- 232
- Points
- 33
aku try and error modified sendiri code untuk 5 digit broker... try la test tengok mcmana .. sorry aku tak reti nak upload mq4 punya file
canteq!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
aku try and error modified sendiri code untuk 5 digit broker... try la test tengok mcmana .. sorry aku tak reti nak upload mq4 punya file
-Dalam code source. dalam input takde...
-Bukan dlm source code tu ada remark ke? tak baca ek?![]()
-Dalam code source. dalam input takde...
-Bukan dlm source code tu ada remark ke? tak baca ek?![]()
dah try tuko buy ke sell sell ke buy tp error gak.. adui!! bid ngan ask nk kene tuko gak ke?~X(~X(~X(~X(~X(
[COLOR="Blue"]
if (Minute()>=MinuteStart && Minute()<=MinuteFinish &&
HourDone[Hour()]==false)
{
if (Bid>=high15+(PipDifferentLow*point) && Bid<=high15+(PipDifferentHigh*point))
{
if (UseMultiplyLot==true) {CheckHitTP_SL();}
OpenPos("[B][COLOR="Red"]Sell[/COLOR][/B]", InitialLot);
HourDone[Hour()]=true;
high15=0; low15=0; //reset hilo
Comment("Open position for Hour ="+Hour()+" is done. Closing target=USD"+DoubleToStr(TargetAccountBalance,2));
InitialLot=tempLot;
}
if (Ask<=low15-(PipDifferentLow*point) && Ask>=low15-(PipDifferentHigh*point))
{
if (UseMultiplyLot==true) {CheckHitTP_SL();}
OpenPos("[B][COLOR="Red"]Buy[/COLOR][/B]", InitialLot);
HourDone[Hour()]=true;
high15=0; low15=0;//reset hilo
Comment("Open position for Hour ="+Hour()+" is done. Closing target=USD"+DoubleToStr(TargetAccountBalance,2));
InitialLot=tempLot;
}
}
[/COLOR]
[/URL] Uploaded with ImageShack.us[/IMG]![]()
perubahan coding terbalik.. buy jd sell dan sell jd buy.. GU 24hours.. hr ni nmpk 5post tp 4post sl.. hrp sok lg cantik kaler die..