Search found 61 matches

by daniil
Thu Jun 21, 2007 2:37 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

4x=0! sorry i do not know your name... sure that there are more then 2 ways but i will better refresh my CPP skills. so would you help me? i need the screenshots of LevelII window just a second after you enter and exit your BZ trade. could you? i want to combine BZ with SOBI (static order book imbal...
by daniil
Thu Jun 21, 2007 2:12 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

i will make this code for sure when they will do the following: Dear Dan, Thank you for your email. We apologize for the delay in our response. The GetValue function does not support the use of a variable as used in the second script you provided. We have added this ability to our feature enhancemen...
by daniil
Fri Jun 15, 2007 7:22 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

it plots the line NOT every bar but every HOUR bar >>>>>>>>>>>>>>> Global straddle =3 local open_straddle open_straddle=getValue("1 hr. 30 day", Close[1]) HLine line_open = open_straddle line_open.Color = "YELLOW" HLine line_buy = open_straddle+Point(straddle) line_buy.Color = &q...
by daniil
Thu Jun 14, 2007 4:21 am
Forum: beginners forum
Topic: BuyZone +SOBI automated trading. Any C#/CPP coders?
Replies: 4
Views: 4601
Gender: Male

BuyZone +SOBI automated trading. Any C#/CPP coders?

i renamed the topic... IT IS NOT THE MODIFICATION OF BZ! it is the BZ with Level II behaviour checking... the idea is - automated trading the BZ combined with SOBI (Static Order Book Imbalance) pls check : homepages.cwi.nl/~robu/cima2005.pdf (Section 3.1.1) when trading BZ, Avery tells to look at Le...
by daniil
Tue Jun 05, 2007 5:04 am
Forum: TheRumpledOne
Topic: MT4 buyzone indicator
Replies: 10
Views: 10331
Gender: Male

hello todd the mt indicator is very simple: you must plot 3 lines for pair at specified time (for example london open time): open line, +3 pips, -3pips. after one hour you can remove these lines :D hello chebab i suppose everyone knows about the mt4 flexibility. but the problem is - it seems that yo...
by daniil
Fri Jun 01, 2007 1:24 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

i have some ideas but it is hard for me to compile the code in a way we choosed :D. GetBarTime returns the close time but not the open as i thought. so GetBarTime(0) returns current close time. i do not know when the previous (GetBarTime(1) ) bar closes, is it 16:00, or 15:59, or 15:59:59??? :S. Oth...
by daniil
Thu May 31, 2007 4:28 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

so it redraws with each new bar?? strange... in this code i try to check if current bar time is equal or more than global variable begin_time which equals 1600 or "16:00" by the way where do you set the global variables? do you need me to draw the "zone" or it is enough? i just f...
by daniil
Thu May 31, 2007 4:10 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

what operator? ">"?? it must be "equal" or "equal or more", but not "more" in true words. so it is easy now for you to add "zone" .0003-.0004 not single line. the problem is that you have to manually remove these lines when you stop trading. i do not...
by daniil
Thu May 31, 2007 3:30 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

so simple code - so many errors :D what about removing brackets? i.e. IF GetBarTime(0) = begin_time THEN i did not find any description of comparsion operators for this script language. C/CPP "=" is assignment but "==" is comparing so maybe try >> IF GetBarTime(0) > begin_time THEN
by daniil
Thu May 31, 2007 3:12 am
Forum: beginners forum
Topic: FX Trek Intellescript custom indicators
Replies: 32
Views: 18375
Gender: Male

or with >> IF (GetBarTime(0) = begin_time) THEN

Go to advanced search