Portfolio Updates

* All Professional Membership client portfolios are updated daily

Equity Portfolio (Quant)

* Portfolios: COMP 10; COMP 20; COMP 30; DOW 30;
* Daily updated models:

TRA; LightGBM; MLP; TCTS; ALSTM; Transformer; Localformer; TCN; LSTM; SFM; GRU; DoubleEnsemble; Linear; TabNet; CatBoost; XGBoost;

* Weekly updated models:

IGMTF(GRU); IGMTF(LSTM); ADD(GRU); ADD(LSTM); GATs(GRU); GATs(LSTM); AdaRNN;

Crypto Portfolio (Quant)

* Portfolios: Crypto 10; Crypto 20; Crypto 30;
* Daily updated models: 

TRA; LightGBM; MLP; TCTS; ALSTM; Transformer; Localformer; TCN; LSTM; SFM; GRU; DoubleEnsemble; Linear; TabNet; CatBoost; XGBoost;

* Weekly updated models:

IGMTF(GRU); IGMTF(LSTM); ADD(GRU); ADD(LSTM); GATs(GRU); GATs(LSTM); AdaRNN;

Forex Market (Quant)

* Portfolios: FX 10; FX 20; Major; Cross;
* Daily updated models: 

TRA; LightGBM; MLP; TCTS; ALSTM; Transformer; Localformer; TCN; LSTM; SFM; GRU; DoubleEnsemble; Linear; TabNet; CatBoost; XGBoost;

* Weekly updated models:

IGMTF(GRU); IGMTF(LSTM); ADD(GRU); ADD(LSTM); GATs(GRU); GATs(LSTM); AdaRNN;


Equity Market (Algo) - Updated Daily

MACrossOver1; MACrossOver2; MACD1; MACD2; MACD3; MACD4; MACD5; MACD6; MACD7; DMAStrategy; Stochastic;


Crypto Market (Algo) - Updated Daily

MACrossOver1; MACrossOver2; MACD1; MACD2; MACD3; MACD4; MACD5; MACD6; MACD7; DMAStrategy; Stochastic;


Major Indices (Algo) - Updated Daily

MACrossOver1; MACrossOver2; MACD1; MACD2; MACD3; MACD4; MACD5; MACD6; MACD7; DMAStrategy; Stochastic;


Market signals guide - Algorythmic analysis

This guide explains how market signals are generated.

Trailing Take Profit with Percentage based distance: trailpercent=0.13

If one has entered the market long by issuing a buy, this is what a sell with StopTrail and trailamount does: If no price is specified, the latest close price is used trailamount is subtracted from the price to find the stop (or trigger) price The next iteration of the broker checks if the trigger price has been reached

If Yes: the order is executed with a Market execution type approach

If No, the stop price is recalculated by using the latest close price and subtracting the trailamount distance

If the new price goes up, it is updated

If the new price would go down (or not change at all), it is discarded

That is: the trailing stop price follows the price upwards, but remains fixed if the prices start falling, to potentially secure a profit.

If one had entered the market with a sell, then issuing a buy order with StopTrail simply does the opposite, i.e.: prices are followed downwards