Create New Strategy
Strategy Name:
Strategy type
take_profit
incremental_profits
swing
Close
Create Strategy
Add New Signal
Signal Name:
Signal source
{% set ns = namespace(optonVal=0) %} {% for each in indicator_list %}
{{each}}
{% if loop.index0 == 0 %} {% set ns.optonVal = each %} {% endif %} {% endfor %}
Property
Close
Next
Signal Type
Signal Type:
Value
Comparison
name:{property}(operator)name:{property}
Greater than
lessthan
Equals
Within range
Value:
Signal source
{% set ns = namespace(optonVal=0) %} {% for each in indicator_list %}
{{each}}
{% if loop.index0 == 0 %} {% set ns.optonVal = each %} {% endif %} {% endfor %}
Property
Back
Next
Create Signal
Current values
Currently evaluates to :
Back
Next
{% for indicator in indicator_list %}
{{ indicator }}
{% endfor %}
{{ title }}
{% for time_frame in intervals %}
{{ time_frame }}
{% endfor %}
Indicators
Alerts
No Alerts
Exchange Info
Status
Not connected
Balances
{% for balance in my_balances %}
Asset
Balance
Profit&Loss
{{ balance['asset'] }}
{{ balance['crossWalletBalance'] }}
{{ balance['crossUnPnl'] }}
{% endfor %}
Active Tades
None
Open orders
None
Signals
New Signal
Signals
Strategies
New Strategy
Strategies
Statistics
Statistics
Backtesting
Back Testing
Trade
{% for symbol in symbols %}
{{ symbol['symbol'] }}
{% endfor %}
Indicator Name
Properties
{% for indicator in indicator_list %}
✘
✔
{{indicator}}
{% for property in indicator_list[indicator] %} {% set list1 = property.split('_') %}
{{property}}
{% if property=='type' %}
{% for i_type in indicator_types %}
{{i_type}}
{% endfor %}
{% elif property=='ma' %}
{% for ma_val in ma_vals %}
{{ma_val}}
{% endfor %}
{% elif property=='color' or list1[0]=='color' %}
{% elif property=='period' %}
{% elif property=='visible' %}
{% elif property=='value' %}
{% else %}
{%endif%}
{% endfor %}
{% endfor %}
Add Indicator
Indicator Name
Type
{% for i_type in indicator_types %}
{{i_type}}
{% endfor %}
Properties:
✘
Property Name
Property Value
✙
Add Property
Create New Indicator