Thread: How to code?
View Single Post
  #863 (permalink)  
Old 05-03-2008, 11:02 PM
ak97052d's Avatar
ak97052d ak97052d is offline
Junior Member
 
Join Date: Apr 2006
Location: Ukraine
Posts: 25
ak97052d is on a distinguished road
Help

hello
how to code this:
I need to extract some info from last closed trade,
and after use some info from this last trade
ex:
if last trade profit >0 'lasttradeprofit = 1'

and if last trade <=0 'lasttradeprofit = 0'

lasttradeprofit = 1 // if last trade >0
lasttradeprofit = 0 // if last trade <=0

thanks
__________________
ex4 --> mq4 PM
Reply With Quote