Forum

OrderProfit

Hi Couple of simple questions: 1) Is order profit always in the account currency ? 2) To calculate actual (net) profit = OrderProfit() + OrderCommission() + OrderSwap() ? THANKS Paul

Renko & Other Enhancements

Hi A few questions re upcoming releases: 1) Are there any plans to include Renko or Range Bars within the application? 2) Any plans to allow detaching charts / moving outside the main window ? 3) Any plans to be able to change the symbol of a chart? 4) Assuming 3) Any plans to be able to link charts

Millisecond Time of a Tick

Hi Can I get the time of a tick in milliseconds ... even if I have to go to the time on my pc it will be ok because I am interested in the speed of 1 tick to the next? Any help appreciated ... Thanks Paul

EMAIL SETUP

Can somebody please give me a setup - configuration and provider that ACTUALLY works with metatrader. I have tried gmx, yahoo and others but i have not managed to get anything working ... it is driving me nuts Thanks

OrderDelete

Hi when you call the OrderDelete function how do you tell it to delete the arrow the prevoious call to OrderSend has created on the chart. I have an EA that adjusts orders on the start of each new bar and I am getting left with dozens of unfilled order arrows on the chart .... Right now I just call

Compliation error is driving me crazy

Hi I have the code below ... the line in red keeps giving a compliation error - I cannot for the life of me see what is wrong - can anybody spot it? (BarIndex is a function defined and coded at the bottom of the script) Thanks Paul #define TF 9 #define MAX 999 #define SRT 3 #define VAL 0 #define

Indicators values in [0] going to [1]

Hi Can anybody tell me at what point the values in an array series get shifted from position i to position i+1, especially in a custom indicator if for example, i have a value in Array[0] at what point is it shifted to Array[1] Thanks Paul

ArrayResize

Hi What happens to the data in an existing array if you call ArrayResize Thanks Paul

drawing a horizontal line into the future ...

Hi If I want to draw a horizontal line from say bar[1] to bar[-100] previous bar forward 101 bars what is the best way to specifiy the forward time in the call to createobject? Thanks Paul

6am Indicator

Hi I hope I can explain this properly .... I want to write an indicator that plots a line from 6am one day until 6am the next day - the value to plot is the opening price at 6am. So I just get a series of horizontal lines from 6am one dat to 6am the next day. (I want to see if the price is above or