Latest Forum Posts
Posts
tgjobscv 01 Oct 2019, 21:44
cTrader Algo
One way trend Sell - SmartGrid MA LimitStop Sell trend. For Gold sell trend. What are your ideas for improving the code after testing?
[Parameter("Maximum open Sell position?", DefaultValue = 5, MinValue = 0)] public int MaxOpenSell { get; set; } Code for libra...tgjobscv 01 Oct 2019, 21:30
cTrader Algo
One way trend Sell - SmartGrid MA LimitStop Sell trend. For Gold sell trend. What are your ideas for improving the code after testing?
Hi. Mod SmartGrid: https://ctrader.com/algos/cbots/show/876 up 07.2020 SellSmartGrid - Only - Sell trend (parametr Buy is ignori...tgjobscv 01 Oct 2019, 21:17
PanagiotisCharalampous 02 Oct 2019, 10:56
cTrader Algo
Tracking net profit for ReversePosition
Hi Noppanon, Use the PositionId property of the HistoricalTrade. Best Regards, Panagiotis