FX Trek Intellescript custom indicators

If you don't know where to start, start here! Don't be afraid to ask questions.

Moderator: moderators

chehab kafi
rank: <50 posts
rank: <50 posts
Posts: 2
Joined: Sun Jun 03, 2007 8:22 am
Reputation: 0
Gender: None specified

Postby chehab kafi » Sun Jun 03, 2007 4:36 pm

4x=0 wrote:errors:


==============================================
Hi Dan
I was happy to learn that u hv a good background in intellichart indicator programming--- I like to ask if u hv any indicator that u specially made for intellichart. If yes, could u pls send it to me w the instruction on how to use, to insert it and save it. W my thanks in advance.

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

4x=0
rank: 150+ posts
rank: 150+ posts
Posts: 410
Joined: Tue Oct 17, 2006 10:53 pm
Reputation: 1
Gender: Male

Postby 4x=0 » Thu Jun 14, 2007 4:25 pm

Dan gave it a nice try with my intellicharts user/pass, but after a week, he couldn't hack it. Nice try anyway!

Reminder:

1. plot horizontal line at specific bar close
2. delete line after 24 hours
3. repeat



Have a great day,
and enjoy your summer!

4x=0
rank: 150+ posts
rank: 150+ posts
Posts: 410
Joined: Tue Oct 17, 2006 10:53 pm
Reputation: 1
Gender: Male

Postby 4x=0 » Fri Jun 15, 2007 6:41 am

I forgot to mention that Dans code would plot the line at the close of every bar, not the specified bar. Dan can you post your most developed code here so that others might build on it.

Thanks again to Dan -- now this project is making some progress.

User avatar
daniil
rank: 50+ posts
rank: 50+ posts
Posts: 61
Joined: Mon May 07, 2007 6:40 am
Reputation: 0
Gender: Male

Postby daniil » Fri Jun 15, 2007 7:22 am

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 = "GREEN"
HLine line_sell = open_straddle-Point(straddle)
line_sell.Color = "RED"

4x=0
rank: 150+ posts
rank: 150+ posts
Posts: 410
Joined: Tue Oct 17, 2006 10:53 pm
Reputation: 1
Gender: Male

Postby 4x=0 » Fri Jun 15, 2007 8:56 am

just do

{
if bar = 16:00 => plot line at the close.
if bar = 15:55 => erase the bar, please.
}

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.

User avatar
daniil
rank: 50+ posts
rank: 50+ posts
Posts: 61
Joined: Mon May 07, 2007 6:40 am
Reputation: 0
Gender: Male

Postby daniil » Thu Jun 21, 2007 2:12 am

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 enhancement list and We will contact you should this feature be incorporated into the
charting.

Best Regards,

Support@fxtrek.com
Pioneers in Forex Charting

4x=0
rank: 150+ posts
rank: 150+ posts
Posts: 410
Joined: Tue Oct 17, 2006 10:53 pm
Reputation: 1
Gender: Male

Postby 4x=0 » Thu Jun 21, 2007 2:24 am

Are there not two ways to skin a cat?

User avatar
daniil
rank: 50+ posts
rank: 50+ posts
Posts: 61
Joined: Mon May 07, 2007 6:40 am
Reputation: 0
Gender: Male

Postby daniil » Thu Jun 21, 2007 2:37 am

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 imbalance) to make this strategy automated...
BRGDS, Dan

4x=0
rank: 150+ posts
rank: 150+ posts
Posts: 410
Joined: Tue Oct 17, 2006 10:53 pm
Reputation: 1
Gender: Male

Postby 4x=0 » Thu Jun 21, 2007 3:22 am

But of course. I will gladly take a screen shot of the next good demo trade I see once I am able to show off the new indicator you are finishing.

I saw your PM asking for me to take a screenshot while trading, but you did not specify when. Now I see you want two screen shots. One of the exact moment I execute a limit order, and one at the exact moment my limit order is executed.

Have you downloaded your own demo account with LEVEL II ? Doing that will enable you to witness in real time, the flow of orders you are interested in. Any screenshot somone takes would not be a very reliable basis for creating automated strategies.

I recommend downloading the navigator, logging into your demo account, and also logging into a forex skype chat. Either mine or TRO's. Then you can be aware of an incoming trade, and you can watch the level II yourself.

Can't wait for that code to be finished !

4x=0

User avatar
daniil
rank: 50+ posts
rank: 50+ posts
Posts: 61
Joined: Mon May 07, 2007 6:40 am
Reputation: 0
Gender: Male

Postby daniil » Thu Jun 21, 2007 3:47 am

of course i've downloaded the software...

look maybe it will be helpful for you to use this SOBI while trading. of course the WEIGHTED AVERAGE ASK and WEIGHTED AVERAGE BID must be computed in REALTIME but you can visually check where the most volumed asks and bids are located. for example you entered the BZ setup to sell side and the most volumed ASK is near or equal current ASK, but the most volumed BID is 2-4 pips away from the current BID. if so - only now you can enter your BZ.
Pls try to look at your Level II behaviour and tell me if it helps you...

BRGDS, Dan

Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.


Return to “beginners forum”