Topics

Forum Topics not found

Replies

ctid2080802
31 Jul 2020, 01:19

RE: RE: wonder on number 5 at execute order?

rtdias said:

NyanHtet said:

what is the last 5 means?

 

ExecuteMarketOrder(TradeType.Buy, Symbol, volume, "korakodmy", StopLoss, TakeProfit, 5);

 

ExecuteMarketOrder(TradeType.Sell, Symbol, volume, "korakodmy", StopLoss, TakeProfit, 5);

 

regards,

Nyan

ExecuteMarketOrder SYNTAX:

ExecuteMarketOrder(TradeType tradeType, string symbolName, double volume, string label, double? stopLossPips, double? takeProfitPips, string comment, bool hasTrailingStop, StopTriggerMethod? stopLossTriggerMethod)

Hello all.

Please where can I search for a documentation in more details about apis of calgo. I didnt find until now, for example, docs about Indicators.MacdCrossOver and its subcollections objects.

Thanks.


@ctid2080802