Jump to content

Please help me


4051fx

Recommended Posts

Ada yang bisa bantu buatin script ini gak ya: (can somebody help me to make these script??)

 

====Input====

 

Buy : True

Sell : False

Amount Open order : 1 // kalo di isi 2 maka dia buka 2 posisi

MM : True

Risk : 100 // 100 artinya kalo balance 100 script bukanya 0.1 lot standar(MM berdasarkan balance)

 

Slippage : 4

Lot : 0.01 // lot di eksekusi jika MM False

SL : 40

TP : 5

ECN : False // jika true maka dia op pertama tidak langsung set TP dan SL, setelah OP di eksekusi maka baru di modify TP dan SL nya

TCCI int Length : 16

 

 

===== Logic ======

 

Indikator Variable: TCCI

Auto detect 5 digit broker

 

Buy = jika harga ask lebih kecil daripada TCCI 16 ask<TCCI(16)

Sell = Jika harga bid lebih besar daripada TCCI 16 bid>TCCI(16)

 

===== Chart Info =====

 

Posisi : BUY/SELL

Jmlh Pips count : xx pips // script menghitung berapa pips lagi script akan tereksekusi, hitung dari harga running dengan TCCI

 

Lot : xx lot // lot yang akan dibuka oleh script

Jml Posisi : xx

Reward : $ xxx.xxx

Risk : $ xxx.xxx

 

You can download indicators here

 

http://www.ziddu[dot]com/download/12154497/Scalp4051fx.rar.html

 

http://img13.imageshack.us/img13/1194/56104465.gif

 

Please help me!!!!!!!!!!!!!!!!

 

http://img264.imageshack.us/img264/6066/44969813.jpg

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...