SP
Topics
Forum Topics not found
Replies
spike.bhv
20 Jul 2015, 05:44
ChartObjects.DrawText("text1", "TEXT\nTEXT", StaticPosition.TopRight, Colors.Yellow);
This is also possible.
@spike.bhv
spike.bhv
17 Jul 2015, 10:25
private void PositionsOnClosed(PositionClosedEventArgs args) { _isTrigerred = false; }
@spike.bhv
spike.bhv
17 Jul 2015, 10:23
protected override void OnStart() { Positions.Opened += PositionsOnOpened; ExecuteMarketOrder(TradeType.Buy, Symbol, 10000, MyLabel); Positions.Closed += PositionsOnClosed; } private void PositionsOnOpened(PositionOpenedEventArgs args) { var position = args.Position; Print("Position {0} found, waiting for trigger.", position.Label); } private void PositionsOnClosed() { _isTrigerred = false; }
for Example ;)
@spike.bhv
spike.bhv
17 Jul 2015, 09:48
Win 10
Hey Threre.
I use Win 10 since build 10074. In some build schould cAlgo freeze, just restart then.
Since build 10166 i have no problems with cAlgo, cTrader and VPS.
Greetings, spike
Sorry for my bad english, I'm german..
@spike.bhv
spike.bhv
21 Jul 2015, 05:43
or
@spike.bhv