Forum

Label on order

Hi everyone, I have a question concerning the label we get on orders on the backtester. If I take the below exemple we have : "#1 Buy 0.10 EURUSD at 1.33454 Buy(#1) (1) 1.33463 " I understanding the origin of everthing except the red value. 1.33454 is the Ask price of the order filled . We are in

declare a table size with an external variable

Hi everyone, my issue is well summarized in the title of the topic. I would like to be able to declare a table of variable size according the configuration before launching the EA . Now I am using #define WINDOW 20 ... int tab[WINDOW] But I would like to be able to modify this size with an extern