Forum

Student Question: My Code works for FX, US500, XAUUSD but not FSTE100.....why?

Hi guys, New to algo trading still learning day by day :) Thanks for stopping to have a look at this. the code works fine for most the securities I look at and investin with the expection of the index UK100......why is that? //+------------------------------------------------------------------+ //|

Student Question: How to add StopLoss and TakeProfit?

//+------------------------------------------------------------------+ //| Global Variables | //+------------------------------------------------------------------+ #include <Trade\Trade.mqh> CTrade trade;