FPR CODING API

Created at 24 Mar 2024, 16:59
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
ScalperBot's avatar

ScalperBot

Joined 03.03.2024

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);
                }
            }
        }
    }
}


@ScalperBot
Replies

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