stanlotrading
stanlotrading
Friends

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

stanlotrading
Added topic Is it possible to import the buffer of a "Market" indicator ?
Hello, I want to use the data of a market indicator for an expert advisor, is it possible without the source file of the indicator
stanlotrading
Added topic MT4 Coding Problem
Hello, can you tell me why this coding works: extern    double high1= 1.256 ;          double   low1= 1.255 ;          double high2=low1;
stanlotrading
Added topic Cancel Order with Magic Number MT5 ( mq5 mql5 )
Hello, I'm blocking on a code. I wish to close an order with the number magic but it does not work,  can you help me? void CancelOrder()              {
stanlotrading
Added topic Last account balance
Hello, I'm blocking on a code. I wish the ea keeps in memory the last highest balance, here is my code but it does not work, can you help me? double   highestbalance()   {    double highestbalance1= 1000 ;