EM
    
        
            How can I get a pair price inside a Visual Studio project
            
                 10 Nov 2014, 16:34
            
                    
Hello,
I need prices updated in methods I have outside the algo in an external VS project. How can I call the last price on a pair fron outside CAlgo, or how can the outside project be warned everytime an event is fired inside the algo ?
Thank you

Spotware
11 Nov 2014, 10:01
In OnTick handler of cBot you can invoke method from external project and pass all required objects as parameters.
@Spotware