Replies

forextik
02 Sep 2020, 11:58

please vote for this issue !!! 


@forextik

forextik
03 Sep 2019, 09:44

first of all thank you very much for your comprension and kindness!

i m stucked to here icmarkets, saying that we have to write to you to the mail i wrote. they customer service is not very efficent. i m sorry to say this, but it s correct that all ppl knows about how difficult may be to start using this tool in the correct way. 

now on i will ask in the forum only things that you can answer, at least if you can. otherwise you will tell me you cannot , as you did.

so think you very much for the explanation about not using solar month but just 30 days , since a copier start copying! this info is very important!!!

we were not understanding what was going one. 

we do not have any additional fee , just 20% on profit!

so i will ask them about tose daily fees i cannot understand why present.

Mat


@forextik

forextik
03 Sep 2019, 08:25

me and my freidns are doing test on how this work, i copy from its strategy....he beceome strategy provider.

we are trying to understand how do this tool works.

i notice under the trnasaction tab that each day i give some fee to him. small amount, what do that small amount is??

we set the strategy , to take just 20% on merformance, this means that if he earn 600$ i send him 100$.

so when i stop copying an amount of 100$ more ora less was sent him, but this happened as i stop copying.

now there are other ppl copying. and was not receving anything at the end of august....so the question is, that fee is payed only after 30 days of copying??? or is based on a per month logic???

 

and thos small amoung he get every day?? what is that??

 

Mr Panagiotis Charalampous, can you  enlight me about this? i read all about, but it is not very clear...at least for may english....:))

we just put 20% on performance. we are collaborating together and trying to understant

 

Matteo


@forextik

forextik
02 Sep 2019, 23:51

sameprome hire"""


@forextik

forextik
02 Sep 2019, 23:46

this is not very clear...ie...if minimun money to copy is 1000 and inthe field i decide to put 2000, what i image is that ewach position the provider open will be double on my copying account....

ie provider open 0.1 i get on my 0.2, instead it seems it is not like that.... which is the logic????

 

today a signal provider friend of mine with 1800 euro on the account (he earned 800 starting from 1000), opened a position of 0,1.

i put 1400$ on my account. on my acocnt the volume was 0.08. is this normal?


@forextik

forextik
02 Sep 2019, 23:39

i m experiencing exactly the same problem. 

i aasked to my broker, that told me to write to support@spotware.com

when i write to that address i m told that that mail is no more working and i should ask my broker....this is really weird....

can you please explain bettr how to this system works??? it seems that your system is full of bug and you wannagive any explanation.

it is absurd that the cutosmer service works like that....

how ever can we talk with you??? just writing in a forum???

i read all the documentation and many weird things happen 

ie i m to leran how this works i started cpoying from a friend of mine, he to doesn't get any performance fee from his costumer....and got only my % when i gave up copying....

 

then i notice that when he doubled a position on an index i didn t get 2 position open but only one, while another person copying him got 2 position open!!!

there are plenty of weird behaviour in your software, and you do not support very much in understanding better.

what me and my firned want ti understand what we have to do to get our performance fees!!!!

pleas anser to this thread, couse you do not answer to mail!!!


@forextik

forextik
02 Sep 2019, 11:47

ok done! thkank you!!;)

 

 


@forextik

forextik
28 Aug 2019, 09:37

and even if someone ask help, no one answer... this is not a good sign!!!

so none from Spotware care about its costumers???

crrader is still freezing when there is high volatile on mobile, android version!!!

are you going to give lost money back????


@forextik

forextik
27 Aug 2019, 13:26

I still have the issue! When volatilit’s get higher button stop working. Mt4 was working better, never had issues like this. I think you should not distribute such a software if it is not working properly.... or are you going to give back lost money?? Don’t you think this is a sort of very big problem??? Or if there are only some mobile working fine... tell us which is the mobile phone we have to buy!!!!

 

 


@forextik

forextik
14 Jan 2019, 01:16

i cannot anymore find the vs project containing the calgo.lib file....

it seems the archive file has been modified.....

 

 


@forextik

forextik
31 Mar 2017, 12:32

ah , i  test the small application to check the ram.

thanks again!

mat 


@forextik

forextik
31 Mar 2017, 12:29

thank you very much for your answer!!

i agree with you, my laptop is not very promising...!;)

soon ill buy a new one. then even win 10 with 8gb ram is not performing well.....

mat


@forextik

forextik
12 Dec 2016, 10:26 ( Updated at: 21 Dec 2023, 09:20 )

RE: Daily Open Line

matfx said:

Hi mat,

I'm also new to CAlgo and also at the same time trying to convert the mql4 version of daily open line for Ctrader.

But in return same as you, can't get the actual working version for Ctrader. Nontheless i won't give up and so i would like to share here another code which is convert to mql5 code.

The mql5 version below :

#property indicator_chart_window
#property indicator_buffers 1
#property indicator_plots   1
#property indicator_label1  "Daily open line"
#property indicator_type1   DRAW_ARROW
#property indicator_style1  STYLE_DOT
#property indicator_color1  clrGray

input int TimeShift = 0; // Time shift (in hours)
double openLine[];
//
//
//
//
//

int OnInit() { SetIndexBuffer(0,openLine,INDICATOR_DATA); return(0); }
int OnCalculate(const int rates_total,
                const int prev_calculated,
                const datetime& time[],
                const double& open[],
                const double& high[],
                const double& low[],
                const double& close[],
                const long& tick_volume[],
                const long& volume[],
                const int& spread[])
{
   if (Bars(_Symbol,_Period)<rates_total) return(-1);
      for (int i=(int)MathMax(prev_calculated-1,0); i<rates_total && !IsStopped(); i++)
      {
         string stime = TimeToString(time[i]+TimeShift*3600,TIME_DATE);
            openLine[i] = (i>0) ? (TimeToString(time[i-1]+TimeShift*3600,TIME_DATE)==stime) ? openLine[i-1] : open[i] : open[i];
      }
   return(rates_total);
}

The mql5 version of Daily Open Line work as the same as the old MT4 version.

So i'm very hopeful someone can help how to convert it to C# language.

Thanks.

matfx

 

hi matfx, sorry for the late answer. very busy with the "let me eat " job;)

i converted old mt4 open candle very easily....i took the mql script, put it into the converter, and then i took what was the returned code, even if it had weird symbols , i pasterd it in calgo....and calgo compiled it....

 

but the problem is that those mql stuff is not precise....at least it is on mt4 or mt5 but not here....in ctrader i have the indi price moving on different timeframe. the only one working is the lucient today open line.


@forextik

forextik
06 Dec 2016, 09:42

RE: Daily OHLC

MaVe said:

/algos/indicators/show/1158

thank you man, i will give a look today, been very taken with first job. very happy to see that more than one (me) notice that line was moving, and it shouldn't!!;)

 

mAT


@forextik

forextik
06 Dec 2016, 09:40

sorry guys for my late answer. been very taken with my first job!

today i will give a look at all this new stuff you share!! 

mat


@forextik

forextik
24 Nov 2016, 11:01

RE:

lucian said:

Hi Mat,

 

Try Daily Close

hi lucien, your indi is the only one that seems to be working as it should be, but i really do not like the loook it has.....it t possible to modify it adding just some modification?

 

ie i d like to have it even for the previous day...not only the last day....

couse those zone...the open are very important and they should be in the right place....price bounce between them.....

 

let me know|;(

 

mat


@forextik

forextik
24 Nov 2016, 10:58

so nobody is able to tell me something about this??

 

how ever is it possible,,....if noone ansawer here whereever can i go to ask help about such e simple topic???

 

it is very iportant to have the open in the right place, couse prices bounce there, not at another price|!!!!!!!!

 

 


@forextik

forextik
10 Nov 2016, 18:42

RE:

lucian said:

You can try Today Open Line .

hi lucian, i have been studying very long only this indicator....the daily open line....

all those indi for ctrader, but your, are shit!!!!!

this happen couse threre is an errorin the code, couse your is working quiet fine.never move changin time frame....but is diplaying only one line, the last day, while the other are showing even the other days, and all those are very important level i take care.

even the one i converted from mql, that is working perfecly in mt4 , here works like the one developed, not by you.

 

what is wrong in that indi, that is modifying the price , changing timeframe....

i m not yet a very rich trader....but i mworking hard on it....and doing fine, otherwise i would direcly call you or a calgo trader...

but the forum should be here to help learning....even if i think spotwere should put someone to help ppl....

let me know if oyu can help me!:)

 

mat 

 


@forextik

forextik
08 Nov 2016, 12:17

i notice that the wrong dashed like is the one of the previous day.....the current day seems to be , for now correct.

 

so that is to be fixed, couse even the previous day is very important.

 

mat


@forextik

forextik
10 Oct 2016, 14:32

ok i think i have understand something.....

about the logic behind this mql indicator.....but i d like to talk abotu with someone that know mql and algo.

 

   int shift;
   int tzdiffsec= TimeZoneOfData * 3600;
   double barsper30= 1.0*PERIOD_M30/Period();
   bool ShowDailyOpenLevel= True;
   // lastbar+= barsperday+2;  // make sure we catch the daily open         
   lastbar= MathMin(Bars-20*barsper30-1, lastbar);

 

 

this line should be usefull just to draw the open candle line just as a line and not a continuos line that draw diagonal line to unify all the segments....

 

does this sound correct? is calculating a sort of shift and point when the line shoould not be present.....

 

let me know!;)


@forextik