Help with custom algorithm

Our support will answer all your general questions here.

Moderator: Rock

Post Reply
DrDick
Posts: 1
Joined: Mon Oct 14, 2013 10:41 am
Contact:

Help with custom algorithm

Post by DrDick »

Hello,

who can help me to write a custom trade algorithm. The main idea is to boost big traders and maintain small ones.
I think about Uniq * (PordTG + constant1) + constant2. I will use constant1 for "boost" and constant2 for maintain.

For ex.
trader 1 (not bad trader)
Raws Uniq ClkT ClkG Out T
133 92 47 185 805
His ProdTG is 1.7
So i would like to send him 248 insted of 805.
92 * (1.7 + 1) + 1 = 249

trader 2 (bad trader)
Raws Uniq ClkT ClkG Out T
7 6 0 0 9
His ProdTG is 0.00
6 * (0.00 + 1) + 1 = 7

Any ideas about effectivity of this variant and how i can implement.

Thanks in advance.
texpert
Site Admin
Posts: 719
Joined: Sat Mar 14, 2009 5:54 pm

Re: Help with custom algorithm

Post by texpert »

Hi there, I would recommend you to use standard algorithms instead. Custom alrgorithms are too complicated. You would really have to master all the parameters and the whole logic behind it to be able to efficiently write your own custom formulas, but even then ,it would be difficult to surpass algos that are already implemented in TE3. We have a plan to redesign custom algos, parameters ,to make it easier for everyone to use.

"The main idea is to boost big traders and maintain small ones. "

This is exactly what TE3 algorithms already do. Each trades gets back exactly as much as it deserves ,no matter how big or small. Trade that are effective for you will get more traffic, regardless if small or big. IF trade is small and effective it will keep growing until it's effective relative to your other trades and the other way around. If u need more info about that ,you can contact me for live chat as well.

Kind regards,
Jim
Post Reply