シンボルスワップ計算タイプ

cBots (自動売買)

Summary

シンボルのSWAPロング/ショート計算の種類を定義します。

署名

1
public enum SymbolSwapCalculationType

Namespace

cAlgo.API

Fields

Pips

概要

シンボルのSWAPロング/ショートはピップ単位で計算されます。

署名

1
public static SymbolSwapCalculationType Pips;

戻り値

SymbolSwapCalculationType

Percentage

概要

シンボルのSWAPロング/ショートはパーセンテージ (%) で計算されます。

署名

1
public static SymbolSwapCalculationType Percentage;

戻り値

SymbolSwapCalculationType

目次

このページについて