ckgmail
ckgmail's avatar

Info

Username:ckgmail
Name:ckgmail
Member since: 24 Mar 2016

About

None

Signature

None

Last Forum Posts

@ณื นยะรทรหำ mode. The number of test cases is incomplete.:  30 Mar 2023, 20:08


PanagiotisChar said:

Hi there,

This happens because you use Genetic Algorithm method. You need to use Grid

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

Thank you so much.

@ณื นยะรทรหำ mode. The number of test cases is incomplete.:  29 Mar 2023, 17:06


PanagiotisChar said:

Hi there,

Can you explain what do you mean with test cases?

Aieden Technologies

Need help? Join us on Telegram

Need premium support? Trade with us

in optimise mode, if Ihave parameter like this. Program should test param from 1,1,1 until 1000,1000,1000 

Total test case = 1000*1000*1000 = 1,000 million

But after optimise has ended, it show all test case on this page 

but all pass or test case it show only 4000-6000. So I think it didn't test from 1,1,1 to 1000,1000,1000 for me.

@ณื นยะรทรหำ mode. The number of test cases is incomplete.:  28 Mar 2023, 13:13


The number of test cases is incomplete.

I have 3 parametors 0-1000

The total test case it should be 1000*1000*1000 = 1,000,000,000 test case. It is always 4000-6000 test case!

@Show multi graph in backtestiing for multi curency test:  18 Feb 2023, 19:44


1. I create EA for trade multi symbols but graph show only 1 symbol.

2. In back testing with multi symbols ther are a lot of positions but cannot filter to show like in trade page(search, show only direction or argrigate)

@Want a new version can use CPU+GPU to optimization!:  14 Jan 2023, 18:23


It will be better if can manual select one or both with myself! I see this feature in Topaz software,  And I will ask my wife for RTX4090 to play game better too. 

It's so long...

@Wrong equity & Unr. net in backtesting:  09 Jan 2023, 05:38


Solve in 4.4.23

@Load new data everytime in backtesting:  04 Mar 2019, 18:40


It's always load data everytimes when click testing.  Why? In the past it's not!

@Bug or what?:  15 Jan 2019, 17:47


I want to clear all position and pending when I have some profit. My code is...

        protected override void OnTick()
        {
           

                if (Account.Equity > (initialBalance + ProfitToClear))
                {
                    Task.Factory.StartNew(() => ProcessClearing()).Wait();

                }

        }

I start trade at balance 1043 and equity that I want to clear everrything is 1093+.

 At that time my balance is 1098.58   but...internet is lost!  so cTrader automatic to connect again while it is connecting it see equtity = balance!!!  and do function onTick and check equtiy>balance+profit -->so it call function ProcessClearing()!!!

 

the result of this...I'm loss. The real equity is 1038.1!!

Bug or I have a way to solve this problem?

Now I try to check profit and clear in onTimer. the result is same!

I think cTrader should stop every event when internet is lost!!! and do all events again after internet is come success.

@Can I read chart objects value in robots?:  14 Jan 2018, 09:40


Like a trend line, FIBO value because I want my robot to read all values and buy sell with that values.

Notification Publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section you may use the Copyright Infringement Notification form to submit a claim.

No uploaded.

Warning! Executing cBots downloaded from this section may result in loss of funds. Use them at your own risk.

No uploaded.