FPR CODING API
Created at 24 Mar 2024, 16:59
FPR CODING API
24 Mar 2024, 16:59
PLEASE I NEED SOMEONE ACTIVATE THE MAX TRADE , ITS NOT WORKING\
using Sys
double newStopLossPrice = Symbol.Bid - TrailingStopStep * Symbol.PipSize;
if (position.StopLoss == null || newStopLossPrice > position.StopLoss)
{
ModifyPosition(position, newStopLossPrice, position.TakeProfit);
}
}
}
}
}
PanagiotisChar
25 Mar 2024, 07:41
Hi there,
If you need professional assistance, feel free to contact me at development@clickalgo.com
Best regards,
Panagiotis
@PanagiotisChar