Topic: Display which position will be opened next
Hi,
i try to figure out how i can put in Comment which will be the next position open?
So ea is running and than in chart i see Next Signal: BUY or NEXT SIGNAL: SELL
I have tried but i get errors cause of struct.
struct Signal
{
int MagicNumber;
OrderScope Scope;
OrderDirection Direction;
int StopLossPips;
int TakeProfitPips;
bool IsTrailingStop;
};
So i Comment("NEXT SIGNAL: "+Direction)
Maybe Popov know his code best where can i get the information from next signal?