Forum

Enable copy trading in the MetaTrader platform to see full signal data

Hello, I copied a sinal and forgot to renew on time I used to be able to see open positions of the signal on the signal's page, but after I resubscribed (after it expired), now I can't see the open positions and I keep getting the following error: Enable copy trading in the MetaTrader platform to

error on Tester: incorrect start position 0 for ArraySort function

Hello, when I run the following code it works as supposed to with no errors, but when I back test it ,it creates the error (incorrect start position 0 for ArraySort function ) void OnInit () { int ct = 50 ; long eaHistoryArr[][ 2 ]; ArrayResize (eaHistoryArr, ct); ArrayInitialize

precision problem with double

Hello, double OrderSizeArr[ 3 ] ; OrderSizeArr[ 0 ]= 0.05 ; //SignalSize function type is double, SignalSize(1)=0.10 and SignalSize(2)=0.14 OrderSizeArr[ 1 ] = MathCeil (((SignalSize( 2 )/SignalSize( 1 ))) * (OrderSizeArr[ 0 ] * 100 )) / 100 ; OrderSizeArr[ 2 ] = MathCeil ((( float )(SignalSize( 2