Forum

About negative Free Margin on Strategy Tester

Hello. Please, If I'm testing an EA with an initial balance of 200 USD and the Strategy tester shows that the Free Margin is negative, does this mean that the results of the EA are not good and that it could happen that in the real execution of the EA, 200 USD funds will be burned? Thank you

Strange values from External Indicacor with CopyBuffer

Hi. I'm trying to get 2 values from a free indicator downloaded from the market. These are the indicator parameters: This is my OnInit code, that works fine because I get a message for a valid handle: int OnInit () { //--- ResetLastError (); iIndicatorhandle = iCustom ( _Symbol , _Period

Huge price change: how detect?

Hi. Please, any ideas on how can I detect a huge price change on one tick (attached image with price change)? How can I close a position before this price change? Thanks