Hi, I'm fairly new to QuantConnect's algo lab but it looks preferable to MQL5/metatrader. So my question is, how am i supposed to write a GA using this platform when it does not appear to support such an idea. Am I going to have to create 'pseudo' trades and flag them instead of actually placing the trades? For example, if I create a population of 100 individuals which each possess different values (when to enter/exit based on the value of certain parameters), how is this going to work if Oanda, for example, won't let you properly hedge? If one individual decides to buy the EUR/USD and at the same time another individual decides to sell the EUR/USD...this is going to mess everything up because Oanda will just liquidate the original trade, which means I would never be able to score the fitness.

Author