dalam forex ni ada tiga cara trade...
apa cara trade yang kamurang paling suka guna...
1. instant ( yang ni memang jenis depan komputer )
2. stop ( yang ni mesti guna sup dan resis )
3. limit ( yang ni kira expert ramal hilo )

Sabah Forex Forum (SFx) merupakan forum terbuka yang direka khas untuk membantu warga Sabah yang berminat untuk menceburi dunia Forex. Dalam forum ini, tema utama ialah perbincangan,perkongsian & pembelajaran tentang Forex.

Cara Trade
Re: Cara Trade
Re: Cara Trade
Re: Cara Trade
Re: Cara Trade
Re: Cara TradeSinukabFX wrote:Alow geng2 memorex.. sya mau tanyala kalau ada sesiapa yang tahu.. bole ka kita set stop loss dan take profit outomatic dari platform (MT4). Contohnya, kita set SL 50pips, & TP 15pips. Jadi, setiap kali kalau mo send order, nda paya kira2 lagi berapa mau tambah atau tolak untuk SL &TP dari market price. sekali klik trus ada SL &TP yg suda kita set itu.. thanksnewbie ba sia ni..
#include <stdlib.mqh>
#include <WinUser32.mqh>
extern double Lot=0.1;
extern int Stoplost=20;
extern int Takeprofit=20;
int start()
{
if(MessageBox("Do you really want to BUY "+Lot+" "+Symbol()+" at ASK price? ",
"script",MB_YESNO|MB_ICONQUESTION)!=IDYES) return(1);
int ticket=OrderSend(Symbol(),OP_BUY,Lot,Ask,3,Ask-Stoplost*Point,Ask+Takeprofit*Point,"expert comment",255,0,CLR_NONE);
if(ticket<1)
{
int error=GetLastError();
Print("Error = ",ErrorDescription(error));
Alert("Error = ",ErrorDescription(error));
return;
}
OrderPrint();
return(0);
}
#include <stdlib.mqh>
#include <WinUser32.mqh>
extern double Lot=0.1;
extern int Stoplost=20;
extern int Takeprofit=20;
int start()
{
if(MessageBox("Do you really want to SELL "+Lot+" "+Symbol()+" at BID price? ",
"script",MB_YESNO|MB_ICONQUESTION)!=IDYES) return(1);
int ticket=OrderSend(Symbol(),OP_SELL,Lot,Bid,3,Bid+Stoplost*Point,Bid-Takeprofit*Point,"expert comment",255,0,CLR_NONE);
if(ticket<1)
{
int error=GetLastError();
Print("Error = ",ErrorDescription(error));
Alert("Error = ",ErrorDescription(error));
return;
}
OrderPrint();
return(0);
}

Re: Cara Tradefradze wrote:
Boleh tu bosku... ko pakai script ja...
Ni script untuk buat BUY
- Code:
#include <stdlib.mqh>
#include <WinUser32.mqh>
extern double Lot=0.1;
extern int Stoplost=20;
extern int Takeprofit=20;
int start()
{
if(MessageBox("Do you really want to BUY "+Lot+" "+Symbol()+" at ASK price? ",
"script",MB_YESNO|MB_ICONQUESTION)!=IDYES) return(1);
int ticket=OrderSend(Symbol(),OP_BUY,Lot,Ask,3,Ask-Stoplost*Point,Ask+Takeprofit*Point,"expert comment",255,0,CLR_NONE);
if(ticket<1)
{
int error=GetLastError();
Print("Error = ",ErrorDescription(error));
Alert("Error = ",ErrorDescription(error));
return;
}
OrderPrint();
return(0);
}
Copy script diatas paste pigi notepad... save sebagai BUY.mq4
Ni pula untuk SELL
- Code:
#include <stdlib.mqh>
#include <WinUser32.mqh>
extern double Lot=0.1;
extern int Stoplost=20;
extern int Takeprofit=20;
int start()
{
if(MessageBox("Do you really want to SELL "+Lot+" "+Symbol()+" at BID price? ",
"script",MB_YESNO|MB_ICONQUESTION)!=IDYES) return(1);
int ticket=OrderSend(Symbol(),OP_SELL,Lot,Bid,3,Bid+Stoplost*Point,Bid-Takeprofit*Point,"expert comment",255,0,CLR_NONE);
if(ticket<1)
{
int error=GetLastError();
Print("Error = ",ErrorDescription(error));
Alert("Error = ",ErrorDescription(error));
return;
}
OrderPrint();
return(0);
}
Ko buli pakai shortkey untuk execute ini script...

Re: Cara TradeMHz wrote:tumpang tanya.. di file mana mo save ni..

Re: Cara Trade
Re: Cara Trade
Re: Cara Trade
Re: Cara Trade
Re: Cara Trade
Mari ramai2 rompak duit forex

Re: Cara Trade
Rompak duit forexfonsus wrote:hebat ni toyol... apa la nama teknik yg ko apply tu...

Re: Cara Tradeforex4money wrote:Salam semua...
dalam forex ni ada tiga cara trade...
apa cara trade yang kamurang paling suka guna...
1. instant ( yang ni memang jenis depan komputer )
2. stop ( yang ni mesti guna sup dan resis )
3. limit ( yang ni kira expert ramal hilo )![]()
![]()

Re: Cara TradeSanyota wrote:forex4money wrote:Salam semua...
dalam forex ni ada tiga cara trade...
apa cara trade yang kamurang paling suka guna...
1. instant ( yang ni memang jenis depan komputer )
2. stop ( yang ni mesti guna sup dan resis )
3. limit ( yang ni kira expert ramal hilo )![]()
![]()
ke tiga ciri2 di atas sa miliki. tp cara trade yg paling menguntungkan dan tdk pernah rugi yg sa mo cari. kamu ada cara tu kah.
hehehe...