Farvardin Faili / Publications
Forum
searching through the complete history of an acoount
as you know the OrdersHistoryTotal() function returns the closed orders in history based on the history tab settings... now say i want to search through all the orders in history no matter what kind of limitations they are .... if i make a loop with OrdersHistoryTotal() it searches thorugh the
order management problem
hi i created this simple concept of my expert so i can show you whats the problem expert has to run in diffrent charts of the same currency pair so i have to apply magic number to each order and the basic concept of it is that i have to open the next order based on the results of the last one for
selecting a pending order when it reaches the price
hi i have a simple question... i want to select a pending order when it reaches its price for example in the code below 2 orders gets opened and the second one is a buystop as you see....i want to modify the stoploss of the first order that is a buy after the second order reaches its
simple question but im lost
we have two functions ... one called buy the other sell buy function opens ten orders and have one condition if order 1 hits tp it goes to order2 and if order 2 hits tp it goes to order 3 and so on the sell function has the same condition but the ordertype is a sell my question is about stoploss ((
how do i make this loop
hi one part of the expert i'm working on has this loop that i have problem making it the loop goes like this : it opens 10 orders and when all the ten orders are opened it terminates conditions:1- before the loop begins to work the expert opens a buy order if that buy order hits tp the first order