paul murfin
paul murfin
Friends

Add friends via their profile or user search and you will be able to see if they are online

paul murfin
Added topic 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
paul murfin
paul murfin
can somebody please tell me how to make the call (either format below) in order to return a time property without keep getting conversion warning errors in the compiler .. thanks

datetime t1 = ObjectGetInteger(ChartID(),objectId,OBJPROP_TIME1 );
long t3 = ObjectGetInteger(ChartID(),objectId,OBJPROP_TIME,0 );

or how i move a long into a datetime without comiler warnings ?
paul murfin
Added topic 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
paul murfin
Added topic 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
paul murfin
Added topic 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
paul murfin
Added topic 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
paul murfin
Added topic 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
paul murfin
Added topic 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
paul murfin
Added topic ArrayResize
Hi What happens to the data in an existing array if you call ArrayResize Thanks Paul
paul murfin
Added topic 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
paul murfin
Added topic 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
paul murfin
Added topic Calling Sequence of Indicators
Hi Could somebody explain how indicators are called in realtime - indicators have a loop 0 thru to a limit one sets .... is this entire loop executed on each tick ? Thanks Paul
paul murfin
Added topic Couldo you just confirm for me please - getting high/low values
Hi I want to write an indicator that returns the previous monlthy high and low relating to each bar ... so the Time for bar n is Time[n] and to get the Monthly bar no relating to that time is m_bar_no = iBarShift (NULL,PERIOD_MN1,Time[n]) and to get
paul murfin
Added topic Whch bar was my open trade made on?
Hi Could somebody tell me the easiest way I can work out which bar an open trade was made on? Thanks Paul
paul murfin
Added topic Adding Time
I want to draw an arrow to the right of the current bar ... e.g. at time current time+1 bar ... How should I calculate the time thanks
paul murfin
Added topic Activity Log
This , I am sure is a real dumb question but how do I export my activity log to a spreadsheet - cannot see how to Thanks
paul murfin
Added topic Update on New Bar or Every Tick???
Hi I hope I can explain my question properly ... Most of the examples I see take no account of whether a price is the first price of a new bar and seem to calculate all of the values for custom indicators on every new tick. Is this necessary? I would
paul murfin
Added topic Colour of MA Line
Hi Is it possible to change the colour of a moving average line (red/blue) depending on whether the current value is greater or less than the value on the previous bar ? If I can how do i manage the colour of the current bit of the line as the
paul murfin
Added topic EA's and Indicators
Hi A question from a newbie! Can an EA also plot and indicator ... e.g. if I have a trading EA based on a simple MA cross over can it plot the two moving averages as well as trade from them ? Thanks again Paul  
paul murfin
Added topic Integer To String
Hi A real dumb question = how do I convert an integer to a string - the is a DoubleToStr function but no IntToStr Thanks Paul
12