Forum

Trying to write on chart. Please Help.

I am trying to print the high of a bar 10 points above the high of the bar for last n bars. Here is my code. I am not getting this to work. Can somebody please help me with this. I am using X=High[a] as an example here. What I want to do is to print a value(integer type). Please help. Thanks in

Problem with indicator. Please help me fix it.

Here is what I am trying to achieve. With ONE indicator I intend to scan multiple instruments(AA,BB,CC) by running the indicator on Chart X . Current chart used is 1 minute. Then print the close[1] of each of these instruments. Example ---> close of AA at 11:57:00 - 100 ..... close of AA at

Please help me correct this function

The idea of this function is to delete the pending order if not executed in 290 seconds from the time order is placed. However, at 290 seconds the order is NOT being deleted. It takes an extra 10 to 20 seconds for the order to delete and I have no idea why. Can you please look into this code and