ray price
ray price
Friends

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

ray price
Added topic Help with inserting indicator into EA
Hello I have an indicator and am trying to get it to work in my Ea. 1st I tried to use I custom no buffer values then I inserted it into my Ea and nothing. Need some help thanks. Here is part of my code
ray price
Added topic orders always zero
Hi guys, Im running my EA in tester and OrdersHistoryTotal(), OrderClosePrice() and OrderTakeProfit() are all showing zeros even after orders are Open and Closed.Here is the code. Thanks for your help.        double
ray price
Added topic can not compile
Hi guys, a bit of WHReoder program was suggested to me,I cant get it to compile. I am trying to get the last profit taken (order price level ) to use for continuation of trend for intri level. int GetHistoryOrderByCloseTime( int & tickets[], int
ray price
Added topic need to store last profit taken
Hi guys, i need some help what im trying to do is store the (last profit taken price level) and use as a condition for entry. A continuation of trend in the same direction. Thanks for your help
ray price
Added topic checking for realtime profits
Hi, im trying to check for realtime profit levels during trade. Here is my code it gives profit after trade close. for(int i=0;i<OrdersTotal();i++) { if(OrderSelect(i,SELECT_BY_POS,MODE_TRADES)==false) break; iTotalTrades = OrdersTotal(); if
ray price
Added topic wish to trade only spicific time of day
Hi I'm trying learn how to code this. There is time() and Istradealoud(). Here are my thoughs. Please help. Example: if( time()==12:00 ) { IsTradeAloud="true" } if( IsTradeAloud=="true" ) { Trade Logic
ray price
Added topic can't get my EA to run
Hi i'm a newbe and i made an EA that compiled and loads successfully on to a chart. When using test strat the chart doesnt move. I put print statements at the Start () and other funtions() to see where it might be hanging up. But no displays at