Are there many differences between C # and MQ4 or MQ5?
-
I would like to know if it is possible to create an EA or indicator in MQ4, MQ5 in fxdreema and then convert the code to C #? Is it possible or too stupid of me?

-
about conversion, not yet (not directly through fxdreema) and I have not tried other convertors from mql4 to C# ...
you need it for ninjatrader? ... I think, the best you can do is, create working stuff (this is the hardest part at all) for metatrader, test it and than recreate it into C# manually for specific platform -
@miro1360, Is it for the Protrader platform, I understand little about programming if copying the code and putting it in visual studio is difficult to convert?
-
I have no experience in protrader, so I am unable to answer you, but generally it is possible if you have/create all functions which comes from mql language ...